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

Add amazonlinux releases #16098

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Add amazonlinux releases #16098

merged 1 commit into from
Jan 19, 2024

Conversation

sktomer
Copy link
Contributor

@sktomer sktomer commented Jan 19, 2024

No description provided.

Copy link

Diff for a633f0f:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index a20f456..888e3d8 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -13,9 +13,9 @@ amd64-GitFetch: refs/heads/amzn2
 arm64v8-GitCommit: 833dadf24a84f5339f3eacd80dd9a2ac8b6bdf5d
 arm64v8-GitFetch: refs/heads/amzn2-arm64
 
-Tags: 2023, latest, 2023.3.20240108.0
+Tags: 2023, latest, 2023.3.20240117.0
 Architectures: amd64, arm64v8
-amd64-GitCommit: 6d4428e0e6eeaa40e6fe5df520a2747659bc6396
+amd64-GitCommit: 68338ee8e18438ed0e528eeec4eae69a1596333d
 amd64-GitFetch: refs/heads/al2023
-arm64v8-GitCommit: f0f23b214065caf3c28bcd90a9638ed386d1906a
+arm64v8-GitCommit: ee69a273033786bb33caabb657c5e63bf97f21c5
 arm64v8-GitFetch: refs/heads/al2023-arm64
diff --git a/_bashbrew-list b/_bashbrew-list
index e20d0dd..cb4756a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,5 +4,5 @@ amazonlinux:2.0.20240109.0
 amazonlinux:2018.03
 amazonlinux:2018.03.0.20231218.0
 amazonlinux:2023
-amazonlinux:2023.3.20240108.0
+amazonlinux:2023.3.20240117.0
 amazonlinux:latest
diff --git a/amazonlinux_2023.3.20240108.0/.dockerignore b/amazonlinux_2023.3.20240117.0/.dockerignore
similarity index 100%
rename from amazonlinux_2023.3.20240108.0/.dockerignore
rename to amazonlinux_2023.3.20240117.0/.dockerignore
diff --git a/amazonlinux_2023.3.20240108.0/Dockerfile b/amazonlinux_2023.3.20240117.0/Dockerfile
similarity index 41%
rename from amazonlinux_2023.3.20240108.0/Dockerfile
rename to amazonlinux_2023.3.20240117.0/Dockerfile
index 99a1909..0f3182d 100644
--- a/amazonlinux_2023.3.20240108.0/Dockerfile
+++ b/amazonlinux_2023.3.20240117.0/Dockerfile
@@ -1,10 +1,10 @@
 FROM alpine:3.17 AS verify
 RUN apk add --no-cache curl tar xz
 
-RUN ROOTFS=$(curl -sfOJL -w "al2023-container-2023.3.20240108.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.3.20240108.0/al2023-container-2023.3.20240108.0-x86_64.tar.xz") \
-  && echo '375e917134782efb468c2c4f9f9a00d299c0a1140476d9471a0a9615dbf63158  al2023-container-2023.3.20240108.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.3.20240108.0-x86_64.tar.xz.sha256 \
-  && cat /tmp/al2023-container-2023.3.20240108.0-x86_64.tar.xz.sha256 \
-  && sha256sum -c /tmp/al2023-container-2023.3.20240108.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "al2023-container-2023.3.20240117.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.3.20240117.0/al2023-container-2023.3.20240117.0-x86_64.tar.xz") \
+  && echo 'e7d94bcbabeb019990005f5bc4b86ede8d034c10be5efaa585dc88700c49c6fe  al2023-container-2023.3.20240117.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.3.20240117.0-x86_64.tar.xz.sha256 \
+  && cat /tmp/al2023-container-2023.3.20240117.0-x86_64.tar.xz.sha256 \
+  && sha256sum -c /tmp/al2023-container-2023.3.20240117.0-x86_64.tar.xz.sha256 \
   && mkdir /rootfs \
   && tar -C /rootfs --extract --file "${ROOTFS}"

Relevant Maintainers:

@tianon tianon merged commit b825606 into docker-library:master Jan 19, 2024
8 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