Add amazonlinux releases#21363
Open
MichaelAbebaw wants to merge 1 commit intodocker-library:masterfrom
Open
Conversation
Updated Packages for Amazon Linux 2: - glibc-common-2.26-64.amzn2.0.6 - glibc-2.26-64.amzn2.0.6 - openssl-libs-1.0.2k-24.amzn2.0.20 - vim-data-9.0.2153-1.amzn2.0.5 - vim-minimal-9.0.2153-1.amzn2.0.5 - glibc-minimal-langpack-2.26-64.amzn2.0.6 - libcrypt-2.26-64.amzn2.0.6 - glibc-langpack-en-2.26-64.amzn2.0.6 Updated Packages for Amazon Linux 2023: - glibc-minimal-langpack-2.34-231.amzn2023.0.4 - glibc-2.34-231.amzn2023.0.4 - python3-libs-3.9.25-1.amzn2023.0.5 - gnupg2-minimal-2.3.7-1.amzn2023.0.8 - amazon-linux-repo-cdn-2023.11.20260427-1.amzn2023 - system-release-2023.11.20260427-1.amzn2023 - glibc-common-2.34-231.amzn2023.0.4 - python3-pip-wheel-21.3.1-2.amzn2023.0.17 - python3-3.9.25-1.amzn2023.0.5
Diff for 9d2955a:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1d26ca6..16ffea4 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.20260413.0
+Tags: 2, 2.0.20260427.1
Architectures: amd64, arm64v8
-amd64-GitCommit: cf751c605649af6c36fa50c86045267b2b938558
+amd64-GitCommit: abf1f4f168e01e30ab085c6e0264ec95ba3282a6
amd64-GitFetch: refs/heads/amzn2
-arm64v8-GitCommit: c99e7a43a5345517f4400796e8ea97ff38d6d69e
+arm64v8-GitCommit: 208df4f8ca7540238a8c92840d354efbadac343d
arm64v8-GitFetch: refs/heads/amzn2-arm64
-Tags: 2023, latest, 2023.11.20260413.0
+Tags: 2023, latest, 2023.11.20260427.1
Architectures: amd64, arm64v8
-amd64-GitCommit: ecae640162289581b4a99c9f9e2856e51a2f037f
+amd64-GitCommit: 07914df2a0c0a0400099702f3757a73912bb8b3f
amd64-GitFetch: refs/heads/al2023
-arm64v8-GitCommit: 3e56d63d1beaefab178d94571d0053f451a9a917
+arm64v8-GitCommit: 6c7d0cae051dbf23b1aabc2da0d113586294caab
arm64v8-GitFetch: refs/heads/al2023-arm64
diff --git a/_bashbrew-list b/_bashbrew-list
index 049802b..33ce798 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
amazonlinux:1
amazonlinux:2
-amazonlinux:2.0.20260413.0
+amazonlinux:2.0.20260427.1
amazonlinux:2018.03
amazonlinux:2018.03.0.20231218.0
amazonlinux:2023
-amazonlinux:2023.11.20260413.0
+amazonlinux:2023.11.20260427.1
amazonlinux:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 775d17a..fd26af7 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
-amazonlinux:2.0.20260413.0
+amazonlinux:2.0.20260427.1
amazonlinux:2018.03.0.20231218.0
-amazonlinux:2023.11.20260413.0
+amazonlinux:2023.11.20260427.1
diff --git a/amazonlinux_2.0.20260413.0/.dockerignore b/amazonlinux_2.0.20260427.1/.dockerignore
similarity index 100%
rename from amazonlinux_2.0.20260413.0/.dockerignore
rename to amazonlinux_2.0.20260427.1/.dockerignore
diff --git a/amazonlinux_2.0.20260413.0/Dockerfile b/amazonlinux_2.0.20260427.1/Dockerfile
similarity index 40%
rename from amazonlinux_2.0.20260413.0/Dockerfile
rename to amazonlinux_2.0.20260427.1/Dockerfile
index 2fd186b..1216331 100644
--- a/amazonlinux_2.0.20260413.0/Dockerfile
+++ b/amazonlinux_2.0.20260427.1/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.20260413.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20260413.0/amzn2-container-raw-2.0.20260413.0-x86_64.tar.xz") \
- && echo '28cf034af9b879b2a903ce0ab5747049b94f88675f1a26b70e38e7ddb11a9f23 amzn2-container-raw-2.0.20260413.0-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20260413.0-x86_64.tar.xz.sha256 \
- && cat /tmp/amzn2-container-raw-2.0.20260413.0-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/amzn2-container-raw-2.0.20260413.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "amzn2-container-raw-2.0.20260427.1-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/amzn2/2.0.20260427.1/amzn2-container-raw-2.0.20260427.1-x86_64.tar.xz") \
+ && echo '2cc868ebbf8bf94f957716d03760f946c3a912ce0a39e0641d75d033250a5e39 amzn2-container-raw-2.0.20260427.1-x86_64.tar.xz' >> /tmp/amzn2-container-raw-2.0.20260427.1-x86_64.tar.xz.sha256 \
+ && cat /tmp/amzn2-container-raw-2.0.20260427.1-x86_64.tar.xz.sha256 \
+ && sha256sum -c /tmp/amzn2-container-raw-2.0.20260427.1-x86_64.tar.xz.sha256 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}"
diff --git a/amazonlinux_2023.11.20260413.0/.dockerignore b/amazonlinux_2023.11.20260427.1/.dockerignore
similarity index 100%
rename from amazonlinux_2023.11.20260413.0/.dockerignore
rename to amazonlinux_2023.11.20260427.1/.dockerignore
diff --git a/amazonlinux_2023.11.20260413.0/Dockerfile b/amazonlinux_2023.11.20260427.1/Dockerfile
similarity index 38%
rename from amazonlinux_2023.11.20260413.0/Dockerfile
rename to amazonlinux_2023.11.20260427.1/Dockerfile
index a82ad6d..0d18c75 100644
--- a/amazonlinux_2023.11.20260413.0/Dockerfile
+++ b/amazonlinux_2023.11.20260427.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.11.20260413.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.11.20260413.0/al2023-container-2023.11.20260413.0-x86_64.tar.xz") \
- && echo '463303f9f637d0b5c5dd46bba3a7c4c6a4246c16719ae47602aaeebb99f62ba7 al2023-container-2023.11.20260413.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.11.20260413.0-x86_64.tar.xz.sha256 \
- && cat /tmp/al2023-container-2023.11.20260413.0-x86_64.tar.xz.sha256 \
- && sha256sum -c /tmp/al2023-container-2023.11.20260413.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "al2023-container-2023.11.20260427.1-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.11.20260427.1/al2023-container-2023.11.20260427.1-x86_64.tar.xz") \
+ && echo 'b4bad9fa81f8ec8b88c00216ed169d4ac51615313ad41ddd583f678912bbe2f9 al2023-container-2023.11.20260427.1-x86_64.tar.xz' >> /tmp/al2023-container-2023.11.20260427.1-x86_64.tar.xz.sha256 \
+ && cat /tmp/al2023-container-2023.11.20260427.1-x86_64.tar.xz.sha256 \
+ && sha256sum -c /tmp/al2023-container-2023.11.20260427.1-x86_64.tar.xz.sha256 \
&& mkdir /rootfs \
&& tar -C /rootfs --extract --file "${ROOTFS}"Relevant Maintainers: |
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
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:
Updated Packages for Amazon Linux 2023: