-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add amazonlinux releases #18960
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
Merged
Merged
Add amazonlinux releases #18960
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Diff for f8eadf3:diff --git a/_bashbrew-cat b/_bashbrew-cat
index dd6aa25..bbbe621 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,16 +6,16 @@ Tags: 1, 2018.03, 2018.03.0.20231218.0
amd64-GitCommit: cfb41ad1c7624786ea10f60c15ce9c117c4da3b6
amd64-GitFetch: refs/heads/2018.03
-Tags: 2, 2.0.20250414.0
+Tags: 2, 2.0.20250428.0
Architectures: amd64, arm64v8
-amd64-GitCommit: 35f42e6f95e02060e4957600610e5c7ecf7ecc2e
+amd64-GitCommit: cc127d58207194b46ffb9fa9a478501faee11a81
amd64-GitFetch: refs/heads/amzn2
-arm64v8-GitCommit: b1cfb8065a96fd07f1f4994ed6c832928323634f
+arm64v8-GitCommit: 64377d80f10bc86b9bd835a491d85da84f44d7a4
arm64v8-GitFetch: refs/heads/amzn2-arm64
-Tags: 2023, latest, 2023.7.20250414.0
+Tags: 2023, latest, 2023.7.20250428.1
Architectures: amd64, arm64v8
-amd64-GitCommit: bdbf0417982cca662b4614c15d65d2c3014c4033
+amd64-GitCommit: 8913d60448e6afb76886c1d50ae38d4fc6642512
amd64-GitFetch: refs/heads/al2023
-arm64v8-GitCommit: 0f1136f443c494816d3c728ac9ce192665970427
+arm64v8-GitCommit: f4e3821ed8835b7815c8acfcd935e98450daffe2
arm64v8-GitFetch: refs/heads/al2023-arm64
diff --git a/_bashbrew-list b/_bashbrew-list
index 25bd6c6..1ffd95a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
amazonlinux:1
amazonlinux:2
-amazonlinux:2.0.20250414.0
+amazonlinux:2.0.20250428.0
amazonlinux:2018.03
amazonlinux:2018.03.0.20231218.0
amazonlinux:2023
-amazonlinux:2023.7.20250414.0
+amazonlinux:2023.7.20250428.1
amazonlinux:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 72ce589..22a8fda 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-amazonlinux:2.0.20250414.0
+amazonlinux:2.0.20250428.0
amazonlinux:2018.03.0.20231218.0
-amazonlinux:2023.7.20250414.0
+amazonlinux:2023.7.20250428.1
diff --git a/amazonlinux_2.0.20250414.0/.dockerignore b/amazonlinux_2.0.20250428.0/.dockerignore
similarity index 100%
rename from amazonlinux_2.0.20250414.0/.dockerignore
rename to amazonlinux_2.0.20250428.0/.dockerignore
diff --git a/amazonlinux_2.0.20250414.0/Dockerfile b/amazonlinux_2.0.20250428.0/Dockerfile
similarity index 40%
rename from amazonlinux_2.0.20250414.0/Dockerfile
rename to amazonlinux_2.0.20250428.0/Dockerfile
index 49a58b7..936e989 100644
--- a/amazonlinux_2.0.20250414.0/Dockerfile
+++ b/amazonlinux_2.0.20250428.0/Dockerfile
@@ -1,10 +1,10 @@
FROM alpine:latest AS verify
RUN apk add --no-cache curl tar xz
-RUN ROOTFS=$(curl -sfOJL -w "amzn2-container-raw-2.0.20250414.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20250414.0/amzn2-container-raw-2.0.20250414.0-x86_64.tar.xz") \
- && echo 'f9acb8eb7a1a8ac08fa8f36dca5132329fd3d32bea69970fbbebde7a10dfe1e7 amzn2-container-raw-2.0.20250414.0-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20250414.0-x86_64.tar.xz.sha256 \
- && cat /tmp/amzn2-container-raw-2.0.20250414.0-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/amzn2-container-raw-2.0.20250414.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "amzn2-container-raw-2.0.20250428.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20250428.0/amzn2-container-raw-2.0.20250428.0-x86_64.tar.xz") \
+ && echo '8dbd4da7b441d44da3299cfd16d7b49d7a47bbc2d084d2df593de8e3bec1e4ab amzn2-container-raw-2.0.20250428.0-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20250428.0-x86_64.tar.xz.sha256 \
+ && cat /tmp/amzn2-container-raw-2.0.20250428.0-x86_64.tar.xz.sha256 \
+ && sha256sum -c /tmp/amzn2-container-raw-2.0.20250428.0-x86_64.tar.xz.sha256 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}"
diff --git a/amazonlinux_2023.7.20250414.0/.dockerignore b/amazonlinux_2023.7.20250428.1/.dockerignore
similarity index 100%
rename from amazonlinux_2023.7.20250414.0/.dockerignore
rename to amazonlinux_2023.7.20250428.1/.dockerignore
diff --git a/amazonlinux_2023.7.20250414.0/Dockerfile b/amazonlinux_2023.7.20250428.1/Dockerfile
similarity index 41%
rename from amazonlinux_2023.7.20250414.0/Dockerfile
rename to amazonlinux_2023.7.20250428.1/Dockerfile
index 7c1e320..840d14e 100644
--- a/amazonlinux_2023.7.20250414.0/Dockerfile
+++ b/amazonlinux_2023.7.20250428.1/Dockerfile
@@ -1,10 +1,10 @@
FROM alpine:latest AS verify
RUN apk add --no-cache curl tar xz
-RUN ROOTFS=$(curl -sfOJL -w "al2023-container-2023.7.20250414.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.7.20250414.0/al2023-container-2023.7.20250414.0-x86_64.tar.xz") \
- && echo '490bc2d557b5bfcd63f17062a57739bc2671ba9906ebef66c7f891786d5eb4cc al2023-container-2023.7.20250414.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.7.20250414.0-x86_64.tar.xz.sha256 \
- && cat /tmp/al2023-container-2023.7.20250414.0-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/al2023-container-2023.7.20250414.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "al2023-container-2023.7.20250428.1-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.7.20250428.1/al2023-container-2023.7.20250428.1-x86_64.tar.xz") \
+ && echo '0a82a1ce12d5aa1ea79ead033d959b0a9480f144dfb4599e09f7f6e387456184 al2023-container-2023.7.20250428.1-x86_64.tar.xz' >> /tmp/al2023-container-2023.7.20250428.1-x86_64.tar.xz.sha256 \
+ && cat /tmp/al2023-container-2023.7.20250428.1-x86_64.tar.xz.sha256 \
+ && sha256sum -c /tmp/al2023-container-2023.7.20250428.1-x86_64.tar.xz.sha256 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}" Relevant Maintainers: |
tianon
approved these changes
May 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Packages for Amazon Linux 2:
Packages addressing CVES:
Updated Packages for Amazon Linux 2023:
Packages addressing CVES:
N/A