Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Swift] Add missing Noble slim image for 5.10.1 #17749

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

shahmishal
Copy link
Contributor

No description provided.

@shahmishal shahmishal requested a review from a team as a code owner October 17, 2024 19:12
Copy link

Diff for f6d598a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index c7ee294..d633730 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -128,6 +128,11 @@ Architectures: amd64, arm64v8
 GitCommit: 53c4d44e4b556d7bab6ff94c80e5bd0444cdc17d
 Directory: 5.10/ubuntu/24.04
 
+Tags: 5.10.1-noble-slim, 5.10-noble-slim
+Architectures: amd64, arm64v8
+GitCommit: 38e4244ebab3d6a4e702fb30449827d6c28ee1fd
+Directory: 5.10/ubuntu/24.04/slim
+
 Tags: 5.10.1-rhel-ubi9, 5.10-rhel-ubi9
 Architectures: amd64, arm64v8
 GitCommit: 53c4d44e4b556d7bab6ff94c80e5bd0444cdc17d
diff --git a/_bashbrew-list b/_bashbrew-list
index 9ccf301..7706ae7 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -50,6 +50,7 @@ swift:5.10-focal-slim
 swift:5.10-jammy
 swift:5.10-jammy-slim
 swift:5.10-noble
+swift:5.10-noble-slim
 swift:5.10-rhel-ubi9
 swift:5.10-rhel-ubi9-slim
 swift:5.10-slim
@@ -64,6 +65,7 @@ swift:5.10.1-focal-slim
 swift:5.10.1-jammy
 swift:5.10.1-jammy-slim
 swift:5.10.1-noble
+swift:5.10.1-noble-slim
 swift:5.10.1-rhel-ubi9
 swift:5.10.1-rhel-ubi9-slim
 swift:5.10.1-slim
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 4e8edc2..91e9d80 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -24,6 +24,7 @@ swift:5.10-focal-slim
 swift:5.10-jammy
 swift:5.10-jammy-slim
 swift:5.10-noble
+swift:5.10-noble-slim
 swift:5.10-rhel-ubi9
 swift:5.10-rhel-ubi9-slim
 swift:5.10-windowsservercore-ltsc2022
diff --git a/swift_5.10-jammy-slim/Dockerfile b/swift_5.10-noble-slim/Dockerfile
similarity index 98%
copy from swift_5.10-jammy-slim/Dockerfile
copy to swift_5.10-noble-slim/Dockerfile
index 385a762..14dd5d2 100644
--- a/swift_5.10-jammy-slim/Dockerfile
+++ b/swift_5.10-noble-slim/Dockerfile
@@ -1,4 +1,5 @@
-FROM ubuntu:22.04
+FROM ubuntu:24.04
+
 LABEL maintainer="Swift Infrastructure <[email protected]>"
 LABEL description="Docker Container for the Swift programming language"
 
@@ -15,7 +16,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && ap
 #       Key fingerprint = A62A E125 BBBF BB96 A6E0  42EC 925C C1CC ED3D 1561
 # uid                  Swift 5.x Release Signing Key <[email protected]
 ARG SWIFT_SIGNING_KEY=A62AE125BBBFBB96A6E042EC925CC1CCED3D1561
-ARG SWIFT_PLATFORM=ubuntu22.04
+ARG SWIFT_PLATFORM=ubuntu24.04
 ARG SWIFT_BRANCH=swift-5.10.1-release
 ARG SWIFT_VERSION=swift-5.10.1-RELEASE
 ARG SWIFT_WEBROOT=https://download.swift.org

Relevant Maintainers:

@tianon tianon merged commit 6999ab4 into docker-library:master Oct 17, 2024
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants