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

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Add amazonlinux releases #17118

merged 1 commit into from
Jul 3, 2024

Conversation

peijiannuo
Copy link

@peijiannuo peijiannuo commented Jul 3, 2024

Updated Packages for Amazon Linux 2023:

  • amazon-linux-repo-cdn-2023.5.20240701-0.amzn2023
  • system-release-2023.5.20240701-0.amzn2023

Packages addressing CVES:

- amazon-linux-repo-cdn-2023.5.20240701-0.amzn2023
- system-release-2023.5.20240701-0.amzn2023
@peijiannuo peijiannuo requested a review from a team as a code owner July 3, 2024 23:25
Copy link

github-actions bot commented Jul 3, 2024

Diff for 2d367b7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 62d387e..e03fb42 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -13,9 +13,9 @@ amd64-GitFetch: refs/heads/amzn2
 arm64v8-GitCommit: 77c258e7b8f058d3a4d5f53ee6135eca78d5fdd7
 arm64v8-GitFetch: refs/heads/amzn2-arm64
 
-Tags: 2023, latest, 2023.5.20240624.0
+Tags: 2023, latest, 2023.5.20240701.0
 Architectures: amd64, arm64v8
-amd64-GitCommit: 79921b7f2b8ace2a04214cac4e2b2dd375f793af
+amd64-GitCommit: 3bbb9c330290a57dce82f86e126abfae5f158796
 amd64-GitFetch: refs/heads/al2023
-arm64v8-GitCommit: a3b9eaeda34f6decd23f62a16994f50b939511d6
+arm64v8-GitCommit: 91a3649d5b0de8b7691fd5f020fdf1e1aee37121
 arm64v8-GitFetch: refs/heads/al2023-arm64
diff --git a/_bashbrew-list b/_bashbrew-list
index fb8cc0c..9045d99 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,5 +4,5 @@ amazonlinux:2.0.20240620.0
 amazonlinux:2018.03
 amazonlinux:2018.03.0.20231218.0
 amazonlinux:2023
-amazonlinux:2023.5.20240624.0
+amazonlinux:2023.5.20240701.0
 amazonlinux:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 35d6e6d..90bf31e 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
 amazonlinux:2.0.20240620.0
 amazonlinux:2018.03.0.20231218.0
-amazonlinux:2023.5.20240624.0
+amazonlinux:2023.5.20240701.0
diff --git a/amazonlinux_2023.5.20240624.0/.dockerignore b/amazonlinux_2023.5.20240701.0/.dockerignore
similarity index 100%
rename from amazonlinux_2023.5.20240624.0/.dockerignore
rename to amazonlinux_2023.5.20240701.0/.dockerignore
diff --git a/amazonlinux_2023.5.20240624.0/Dockerfile b/amazonlinux_2023.5.20240701.0/Dockerfile
similarity index 41%
rename from amazonlinux_2023.5.20240624.0/Dockerfile
rename to amazonlinux_2023.5.20240701.0/Dockerfile
index 2f31ea0..68968b6 100644
--- a/amazonlinux_2023.5.20240624.0/Dockerfile
+++ b/amazonlinux_2023.5.20240701.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.5.20240624.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.5.20240624.0/al2023-container-2023.5.20240624.0-x86_64.tar.xz") \
-  && echo '816d67d4aa4230b1489b7556b19d262627b0270cc341a2a737b0b52eea73131d  al2023-container-2023.5.20240624.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.5.20240624.0-x86_64.tar.xz.sha256 \
-  && cat /tmp/al2023-container-2023.5.20240624.0-x86_64.tar.xz.sha256 \
-  && sha256sum -c /tmp/al2023-container-2023.5.20240624.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "al2023-container-2023.5.20240701.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.5.20240701.0/al2023-container-2023.5.20240701.0-x86_64.tar.xz") \
+  && echo 'e534ffa407219ee6eadd10e5ee7ef1af1beb0ccf58a13bc998a00e82b2d563fe  al2023-container-2023.5.20240701.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.5.20240701.0-x86_64.tar.xz.sha256 \
+  && cat /tmp/al2023-container-2023.5.20240701.0-x86_64.tar.xz.sha256 \
+  && sha256sum -c /tmp/al2023-container-2023.5.20240701.0-x86_64.tar.xz.sha256 \
   && mkdir /rootfs \
   && tar -C /rootfs --extract --file "${ROOTFS}"

Relevant Maintainers:

@tianon tianon merged commit d662831 into docker-library:master Jul 3, 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