-
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 #17609
Merged
Merged
Add amazonlinux releases #17609
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: Updated Packages for Amazon Linux 2023: - amazon-linux-repo-cdn-2023.5.20240916-0.amzn2023 - system-release-2023.5.20240916-0.amzn2023
Diff for de03fde:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9e84500..9efe317 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,16 +6,16 @@ Tags: 1, 2018.03, 2018.03.0.20231218.0
amd64-GitCommit: 21ffab08ccd83dc317d0607e94ad0f9a63590a60
amd64-GitFetch: refs/heads/2018.03
-Tags: 2, 2.0.20240903.0
+Tags: 2, 2.0.20240916.0
Architectures: amd64, arm64v8
-amd64-GitCommit: 2433b42c5ba17a2c73fa604deece91cd73b40d56
+amd64-GitCommit: a276974e820cdbd9d3d39b1751da73192ea91647
amd64-GitFetch: refs/heads/amzn2
-arm64v8-GitCommit: 6a90510af507dfde9368f82688afa4bcbc5ae45e
+arm64v8-GitCommit: d9c716eed1aecb85deff1f17b185457db0ebb14d
arm64v8-GitFetch: refs/heads/amzn2-arm64
-Tags: 2023, latest, 2023.5.20240903.0
+Tags: 2023, latest, 2023.5.20240916.0
Architectures: amd64, arm64v8
-amd64-GitCommit: e3615dc9e73e50ddb9bf7bcf1fd76807878014cf
+amd64-GitCommit: 215cb518a78daaff3c2ff87096374e3ff4965cdb
amd64-GitFetch: refs/heads/al2023
-arm64v8-GitCommit: be8956c8f811c17bf77b6cbe33d06ab1a120ad8a
+arm64v8-GitCommit: beaf864c7d0cd231f9052c47f8681476eedcff31
arm64v8-GitFetch: refs/heads/al2023-arm64
diff --git a/_bashbrew-list b/_bashbrew-list
index 1634904..d8e91e4 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
amazonlinux:1
amazonlinux:2
-amazonlinux:2.0.20240903.0
+amazonlinux:2.0.20240916.0
amazonlinux:2018.03
amazonlinux:2018.03.0.20231218.0
amazonlinux:2023
-amazonlinux:2023.5.20240903.0
+amazonlinux:2023.5.20240916.0
amazonlinux:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 9bb7187..6ad4500 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-amazonlinux:2.0.20240903.0
+amazonlinux:2.0.20240916.0
amazonlinux:2018.03.0.20231218.0
-amazonlinux:2023.5.20240903.0
+amazonlinux:2023.5.20240916.0
diff --git a/amazonlinux_2.0.20240903.0/.dockerignore b/amazonlinux_2.0.20240916.0/.dockerignore
similarity index 100%
rename from amazonlinux_2.0.20240903.0/.dockerignore
rename to amazonlinux_2.0.20240916.0/.dockerignore
diff --git a/amazonlinux_2.0.20240903.0/Dockerfile b/amazonlinux_2.0.20240916.0/Dockerfile
similarity index 40%
rename from amazonlinux_2.0.20240903.0/Dockerfile
rename to amazonlinux_2.0.20240916.0/Dockerfile
index faef8eb..eb5d618 100644
--- a/amazonlinux_2.0.20240903.0/Dockerfile
+++ b/amazonlinux_2.0.20240916.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 "amzn2-container-raw-2.0.20240903.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20240903.0/amzn2-container-raw-2.0.20240903.0-x86_64.tar.xz") \
- && echo '6c4ac63e3e253fc3331ae130cecf29d7ad61a43c891b6cc64beaa8fb35e77cc6 amzn2-container-raw-2.0.20240903.0-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20240903.0-x86_64.tar.xz.sha256 \
- && cat /tmp/amzn2-container-raw-2.0.20240903.0-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/amzn2-container-raw-2.0.20240903.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "amzn2-container-raw-2.0.20240916.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20240916.0/amzn2-container-raw-2.0.20240916.0-x86_64.tar.xz") \
+ && echo '4b1e5aceb8f0804374a62c51c7150c97e25ba3cf16a1fd332057d49fa2841821 amzn2-container-raw-2.0.20240916.0-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20240916.0-x86_64.tar.xz.sha256 \
+ && cat /tmp/amzn2-container-raw-2.0.20240916.0-x86_64.tar.xz.sha256 \
+ && sha256sum -c /tmp/amzn2-container-raw-2.0.20240916.0-x86_64.tar.xz.sha256 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}"
diff --git a/amazonlinux_2023.5.20240903.0/.dockerignore b/amazonlinux_2023.5.20240916.0/.dockerignore
similarity index 100%
rename from amazonlinux_2023.5.20240903.0/.dockerignore
rename to amazonlinux_2023.5.20240916.0/.dockerignore
diff --git a/amazonlinux_2023.5.20240903.0/Dockerfile b/amazonlinux_2023.5.20240916.0/Dockerfile
similarity index 41%
rename from amazonlinux_2023.5.20240903.0/Dockerfile
rename to amazonlinux_2023.5.20240916.0/Dockerfile
index 217eda1..1aa396a 100644
--- a/amazonlinux_2023.5.20240903.0/Dockerfile
+++ b/amazonlinux_2023.5.20240916.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.20240903.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.5.20240903.0/al2023-container-2023.5.20240903.0-x86_64.tar.xz") \
- && echo 'daabb877b12251e6aa1f995a9b6493b75b96f1bf52488b3d2cec936c815ec8a3 al2023-container-2023.5.20240903.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.5.20240903.0-x86_64.tar.xz.sha256 \
- && cat /tmp/al2023-container-2023.5.20240903.0-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/al2023-container-2023.5.20240903.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "al2023-container-2023.5.20240916.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.5.20240916.0/al2023-container-2023.5.20240916.0-x86_64.tar.xz") \
+ && echo '220174ea1a320795e8ce189e490929ee353d2050528e12977ce473636107ef2a al2023-container-2023.5.20240916.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.5.20240916.0-x86_64.tar.xz.sha256 \
+ && cat /tmp/al2023-container-2023.5.20240916.0-x86_64.tar.xz.sha256 \
+ && sha256sum -c /tmp/al2023-container-2023.5.20240916.0-x86_64.tar.xz.sha256 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}" Relevant Maintainers: |
tianon
approved these changes
Sep 24, 2024
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.
Hello
This commit updates AL2 tags and packages on AL2023 containers.
Updated Packages for Amazon Linux 2023:
Thanks!