-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 #18351
Merged
Merged
Add amazonlinux releases #18351
Conversation
This file contains 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
Updated Packages for Amazon Linux 2: - system-release-2-17.amzn2 Updated Packages for Amazon Linux 2023: - amazon-linux-repo-cdn-2023.6.20250128-0.amzn2023 - system-release-2023.6.20250128-0.amzn2023
Diff for 3c11f06:diff --git a/_bashbrew-cat b/_bashbrew-cat
index f875d9b..bb92766 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.20250116.0
+Tags: 2, 2.0.20250123.4
Architectures: amd64, arm64v8
-amd64-GitCommit: a45d17fb340df67793447c58b118cea0a2343267
+amd64-GitCommit: 78695135792b5f19183bad50d0c90f627ab9850a
amd64-GitFetch: refs/heads/amzn2
-arm64v8-GitCommit: a962f5c619399738a656812a1872d9d8b36ab184
+arm64v8-GitCommit: 37a2200b784b8fb422a49f7ecc137b4580b31929
arm64v8-GitFetch: refs/heads/amzn2-arm64
-Tags: 2023, latest, 2023.6.20250115.0
+Tags: 2023, latest, 2023.6.20250128.0
Architectures: amd64, arm64v8
-amd64-GitCommit: 0fcfdb19e02852797bdacf8eba0017b9578fd7ad
+amd64-GitCommit: 62364e1af381cdd199a0d7ad735f8baf1fb9e09b
amd64-GitFetch: refs/heads/al2023
-arm64v8-GitCommit: 3885cfc1b1cb68ed86380df117cfa429c5f5235a
+arm64v8-GitCommit: e81136972279716c9f5eaa5af031fc7b2023e9e5
arm64v8-GitFetch: refs/heads/al2023-arm64
diff --git a/_bashbrew-list b/_bashbrew-list
index e731914..850e354 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
amazonlinux:1
amazonlinux:2
-amazonlinux:2.0.20250116.0
+amazonlinux:2.0.20250123.4
amazonlinux:2018.03
amazonlinux:2018.03.0.20231218.0
amazonlinux:2023
-amazonlinux:2023.6.20250115.0
+amazonlinux:2023.6.20250128.0
amazonlinux:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 6593282..462b6ea 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-amazonlinux:2.0.20250116.0
+amazonlinux:2.0.20250123.4
amazonlinux:2018.03.0.20231218.0
-amazonlinux:2023.6.20250115.0
+amazonlinux:2023.6.20250128.0
diff --git a/amazonlinux_2.0.20250116.0/.dockerignore b/amazonlinux_2.0.20250123.4/.dockerignore
similarity index 100%
rename from amazonlinux_2.0.20250116.0/.dockerignore
rename to amazonlinux_2.0.20250123.4/.dockerignore
diff --git a/amazonlinux_2.0.20250116.0/Dockerfile b/amazonlinux_2.0.20250123.4/Dockerfile
similarity index 40%
rename from amazonlinux_2.0.20250116.0/Dockerfile
rename to amazonlinux_2.0.20250123.4/Dockerfile
index 6d5c676..8ccb789 100644
--- a/amazonlinux_2.0.20250116.0/Dockerfile
+++ b/amazonlinux_2.0.20250123.4/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.20250116.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20250116.0/amzn2-container-raw-2.0.20250116.0-x86_64.tar.xz") \
- && echo '06027266c683b1ab42ad4020cecd964fc662de3418e146199d73177b56c30129 amzn2-container-raw-2.0.20250116.0-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20250116.0-x86_64.tar.xz.sha256 \
- && cat /tmp/amzn2-container-raw-2.0.20250116.0-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/amzn2-container-raw-2.0.20250116.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "amzn2-container-raw-2.0.20250123.4-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20250123.4/amzn2-container-raw-2.0.20250123.4-x86_64.tar.xz") \
+ && echo '1769b2fb6b4b7cf8749c913f348ff1931bfd9baed17ac180a7f36d557a614598 amzn2-container-raw-2.0.20250123.4-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20250123.4-x86_64.tar.xz.sha256 \
+ && cat /tmp/amzn2-container-raw-2.0.20250123.4-x86_64.tar.xz.sha256 \
+ && sha256sum -c /tmp/amzn2-container-raw-2.0.20250123.4-x86_64.tar.xz.sha256 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}"
diff --git a/amazonlinux_2023.6.20250115.0/.dockerignore b/amazonlinux_2023.6.20250128.0/.dockerignore
similarity index 100%
rename from amazonlinux_2023.6.20250115.0/.dockerignore
rename to amazonlinux_2023.6.20250128.0/.dockerignore
diff --git a/amazonlinux_2023.6.20250115.0/Dockerfile b/amazonlinux_2023.6.20250128.0/Dockerfile
similarity index 41%
rename from amazonlinux_2023.6.20250115.0/Dockerfile
rename to amazonlinux_2023.6.20250128.0/Dockerfile
index ab7a4cb..c24d7c5 100644
--- a/amazonlinux_2023.6.20250115.0/Dockerfile
+++ b/amazonlinux_2023.6.20250128.0/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.6.20250115.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.6.20250115.0/al2023-container-2023.6.20250115.0-x86_64.tar.xz") \
- && echo '780e6b48540e57b2c6abf1c41eada2ce3455ed7f55ee782a1853532c877512d7 al2023-container-2023.6.20250115.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.6.20250115.0-x86_64.tar.xz.sha256 \
- && cat /tmp/al2023-container-2023.6.20250115.0-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/al2023-container-2023.6.20250115.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "al2023-container-2023.6.20250128.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.6.20250128.0/al2023-container-2023.6.20250128.0-x86_64.tar.xz") \
+ && echo 'a0af62074cdb33b44097f02b8fb89b20945e9fd152ef619665433f85870b7bdd al2023-container-2023.6.20250128.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.6.20250128.0-x86_64.tar.xz.sha256 \
+ && cat /tmp/al2023-container-2023.6.20250128.0-x86_64.tar.xz.sha256 \
+ && sha256sum -c /tmp/al2023-container-2023.6.20250128.0-x86_64.tar.xz.sha256 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}" Relevant Maintainers: |
yosifkit
approved these changes
Jan 31, 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: