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 #17201

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Add amazonlinux releases #17201

merged 1 commit into from
Jul 18, 2024

Conversation

sktomer
Copy link
Contributor

@sktomer sktomer commented Jul 18, 2024

No description provided.

@sktomer sktomer requested a review from a team as a code owner July 18, 2024 17:56
Copy link

Diff for bd6329a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index bb11256..92882dc 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,11 +6,11 @@ Tags: 1, 2018.03, 2018.03.0.20231218.0
 amd64-GitCommit: 21ffab08ccd83dc317d0607e94ad0f9a63590a60
 amd64-GitFetch: refs/heads/2018.03
 
-Tags: 2, 2.0.20240620.0
+Tags: 2, 2.0.20240709.1
 Architectures: amd64, arm64v8
-amd64-GitCommit: 3940ec6a9ed3bbb1dd7ccca2fcfcc4a28213588a
+amd64-GitCommit: 658e36f64d9196707f00b3e5082ce8a54d65ed26
 amd64-GitFetch: refs/heads/amzn2
-arm64v8-GitCommit: 77c258e7b8f058d3a4d5f53ee6135eca78d5fdd7
+arm64v8-GitCommit: 1d95bd6790901e72acb5f016e931ddde6fb82599
 arm64v8-GitFetch: refs/heads/amzn2-arm64
 
 Tags: 2023, latest, 2023.5.20240708.0
diff --git a/_bashbrew-list b/_bashbrew-list
index 665523c..7663c56 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
 amazonlinux:1
 amazonlinux:2
-amazonlinux:2.0.20240620.0
+amazonlinux:2.0.20240709.1
 amazonlinux:2018.03
 amazonlinux:2018.03.0.20231218.0
 amazonlinux:2023
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index b45d36b..5923f29 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-amazonlinux:2.0.20240620.0
+amazonlinux:2.0.20240709.1
 amazonlinux:2018.03.0.20231218.0
 amazonlinux:2023.5.20240708.0
diff --git a/amazonlinux_2.0.20240620.0/.dockerignore b/amazonlinux_2.0.20240709.1/.dockerignore
similarity index 100%
rename from amazonlinux_2.0.20240620.0/.dockerignore
rename to amazonlinux_2.0.20240709.1/.dockerignore
diff --git a/amazonlinux_2.0.20240620.0/Dockerfile b/amazonlinux_2.0.20240709.1/Dockerfile
similarity index 40%
rename from amazonlinux_2.0.20240620.0/Dockerfile
rename to amazonlinux_2.0.20240709.1/Dockerfile
index 4868ab9..94a65b6 100644
--- a/amazonlinux_2.0.20240620.0/Dockerfile
+++ b/amazonlinux_2.0.20240709.1/Dockerfile
@@ -1,10 +1,10 @@
 FROM alpine:3.17 AS verify
 RUN apk add --no-cache curl tar xz
 
-RUN ROOTFS=$(curl -sfOJL -w "amzn2-container-raw-2.0.20240620.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20240620.0/amzn2-container-raw-2.0.20240620.0-x86_64.tar.xz") \
-  && echo '4b3fae0a7ac687e44b6e2f5e7776f59b134c746cdab03d56840c5dfb8128b1a4  amzn2-container-raw-2.0.20240620.0-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20240620.0-x86_64.tar.xz.sha256 \
-  && cat /tmp/amzn2-container-raw-2.0.20240620.0-x86_64.tar.xz.sha256 \
-  && sha256sum -c /tmp/amzn2-container-raw-2.0.20240620.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "amzn2-container-raw-2.0.20240709.1-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20240709.1/amzn2-container-raw-2.0.20240709.1-x86_64.tar.xz") \
+  && echo '209c832fb8b4bc5bb23d136bcde82d33500b279952b9d3ba291d801bd7fd1693  amzn2-container-raw-2.0.20240709.1-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20240709.1-x86_64.tar.xz.sha256 \
+  && cat /tmp/amzn2-container-raw-2.0.20240709.1-x86_64.tar.xz.sha256 \
+  && sha256sum -c /tmp/amzn2-container-raw-2.0.20240709.1-x86_64.tar.xz.sha256 \
   && mkdir /rootfs \
   && tar -C /rootfs --extract --file "${ROOTFS}"

Relevant Maintainers:

@yosifkit yosifkit merged commit b1728ce into docker-library:master Jul 18, 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.

3 participants