-
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 #17073
Merged
Merged
Add amazonlinux releases #17073
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
peijiannuo
commented
Jun 27, 2024
- amazon-linux-repo-cdn-2023.5.20240624-0.amzn2023
- system-release-2023.5.20240624-0.amzn2023
- amazon-linux-repo-cdn-2023.5.20240624-0.amzn2023 - system-release-2023.5.20240624-0.amzn2023
Diff for ea85e43:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1a4dda0..62d387e 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.20240610.1
+Tags: 2, 2.0.20240620.0
Architectures: amd64, arm64v8
-amd64-GitCommit: 252f954fcdd02be858931219147aebcf9099e86c
+amd64-GitCommit: 3940ec6a9ed3bbb1dd7ccca2fcfcc4a28213588a
amd64-GitFetch: refs/heads/amzn2
-arm64v8-GitCommit: de4f24369de1cf4f5bd88a06d86b33b2a88ca719
+arm64v8-GitCommit: 77c258e7b8f058d3a4d5f53ee6135eca78d5fdd7
arm64v8-GitFetch: refs/heads/amzn2-arm64
-Tags: 2023, latest, 2023.4.20240611.0
+Tags: 2023, latest, 2023.5.20240624.0
Architectures: amd64, arm64v8
-amd64-GitCommit: 77f7a5d15a41a4c43d477351a84d065377b10cb1
+amd64-GitCommit: 79921b7f2b8ace2a04214cac4e2b2dd375f793af
amd64-GitFetch: refs/heads/al2023
-arm64v8-GitCommit: 65645a38f8fa08616c27293fe2a5a5bbe842360c
+arm64v8-GitCommit: a3b9eaeda34f6decd23f62a16994f50b939511d6
arm64v8-GitFetch: refs/heads/al2023-arm64
diff --git a/_bashbrew-list b/_bashbrew-list
index 9960c14..fb8cc0c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
amazonlinux:1
amazonlinux:2
-amazonlinux:2.0.20240610.1
+amazonlinux:2.0.20240620.0
amazonlinux:2018.03
amazonlinux:2018.03.0.20231218.0
amazonlinux:2023
-amazonlinux:2023.4.20240611.0
+amazonlinux:2023.5.20240624.0
amazonlinux:latest
diff --git a/amazonlinux_2.0.20240610.1/.dockerignore b/amazonlinux_2.0.20240620.0/.dockerignore
similarity index 100%
rename from amazonlinux_2.0.20240610.1/.dockerignore
rename to amazonlinux_2.0.20240620.0/.dockerignore
diff --git a/amazonlinux_2.0.20240610.1/Dockerfile b/amazonlinux_2.0.20240620.0/Dockerfile
similarity index 40%
rename from amazonlinux_2.0.20240610.1/Dockerfile
rename to amazonlinux_2.0.20240620.0/Dockerfile
index cd8e6a4..4868ab9 100644
--- a/amazonlinux_2.0.20240610.1/Dockerfile
+++ b/amazonlinux_2.0.20240620.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.20240610.1-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20240610.1/amzn2-container-raw-2.0.20240610.1-x86_64.tar.xz") \
- && echo '0f9a53c891a4f5b9fbb879984ba426bead25055c8929adbbcbcd640f7ddc6ece amzn2-container-raw-2.0.20240610.1-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20240610.1-x86_64.tar.xz.sha256 \
- && cat /tmp/amzn2-container-raw-2.0.20240610.1-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/amzn2-container-raw-2.0.20240610.1-x86_64.tar.xz.sha256 \
+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 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}"
diff --git a/amazonlinux_2023.4.20240611.0/.dockerignore b/amazonlinux_2023.5.20240624.0/.dockerignore
similarity index 100%
rename from amazonlinux_2023.4.20240611.0/.dockerignore
rename to amazonlinux_2023.5.20240624.0/.dockerignore
diff --git a/amazonlinux_2023.4.20240611.0/Dockerfile b/amazonlinux_2023.5.20240624.0/Dockerfile
similarity index 41%
rename from amazonlinux_2023.4.20240611.0/Dockerfile
rename to amazonlinux_2023.5.20240624.0/Dockerfile
index f843bee..2f31ea0 100644
--- a/amazonlinux_2023.4.20240611.0/Dockerfile
+++ b/amazonlinux_2023.5.20240624.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.4.20240611.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.4.20240611.0/al2023-container-2023.4.20240611.0-x86_64.tar.xz") \
- && echo '0b342687f373103f6fd04da6edc5bed8f97f1a7a0fba81b8b74799424377a60b al2023-container-2023.4.20240611.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.4.20240611.0-x86_64.tar.xz.sha256 \
- && cat /tmp/al2023-container-2023.4.20240611.0-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/al2023-container-2023.4.20240611.0-x86_64.tar.xz.sha256 \
+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 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}" Relevant Maintainers: |
Request approved by Amazon Linux Maintainer: Sumit Tomer (sktomer) |
tianon
approved these changes
Jun 27, 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.