Skip to content
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 #17162

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Add amazonlinux releases #17162

merged 1 commit into from
Jul 11, 2024

Conversation

mrthornazon
Copy link
Contributor

Updated Packages for Amazon Linux 2023:

  • python3-dnf-4.14.0-1.amzn2023.0.5
  • yum-4.14.0-1.amzn2023.0.5
  • amazon-linux-repo-cdn-2023.5.20240708-1.amzn2023
  • system-release-2023.5.20240708-1.amzn2023
  • dnf-data-4.14.0-1.amzn2023.0.5

Updated Packages for Amazon Linux 2023:
- python3-dnf-4.14.0-1.amzn2023.0.5
- yum-4.14.0-1.amzn2023.0.5
- amazon-linux-repo-cdn-2023.5.20240708-1.amzn2023
- system-release-2023.5.20240708-1.amzn2023
- dnf-data-4.14.0-1.amzn2023.0.5
- dnf-4.14.0-1.amzn2023.0.5
@mrthornazon mrthornazon requested a review from a team as a code owner July 11, 2024 18:40
Copy link

Diff for 15e764b:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index e03fb42..bb11256 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -13,9 +13,9 @@ amd64-GitFetch: refs/heads/amzn2
 arm64v8-GitCommit: 77c258e7b8f058d3a4d5f53ee6135eca78d5fdd7
 arm64v8-GitFetch: refs/heads/amzn2-arm64
 
-Tags: 2023, latest, 2023.5.20240701.0
+Tags: 2023, latest, 2023.5.20240708.0
 Architectures: amd64, arm64v8
-amd64-GitCommit: 3bbb9c330290a57dce82f86e126abfae5f158796
+amd64-GitCommit: 9aa5efdadd1dbd202f24e6425831f550a005700d
 amd64-GitFetch: refs/heads/al2023
-arm64v8-GitCommit: 91a3649d5b0de8b7691fd5f020fdf1e1aee37121
+arm64v8-GitCommit: 2a7677fce501b2e2a85037893d820e52e568fa5c
 arm64v8-GitFetch: refs/heads/al2023-arm64
diff --git a/_bashbrew-list b/_bashbrew-list
index 9045d99..665523c 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -4,5 +4,5 @@ amazonlinux:2.0.20240620.0
 amazonlinux:2018.03
 amazonlinux:2018.03.0.20231218.0
 amazonlinux:2023
-amazonlinux:2023.5.20240701.0
+amazonlinux:2023.5.20240708.0
 amazonlinux:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 90bf31e..b45d36b 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,3 +1,3 @@
 amazonlinux:2.0.20240620.0
 amazonlinux:2018.03.0.20231218.0
-amazonlinux:2023.5.20240701.0
+amazonlinux:2023.5.20240708.0
diff --git a/amazonlinux_2023.5.20240701.0/.dockerignore b/amazonlinux_2023.5.20240708.0/.dockerignore
similarity index 100%
rename from amazonlinux_2023.5.20240701.0/.dockerignore
rename to amazonlinux_2023.5.20240708.0/.dockerignore
diff --git a/amazonlinux_2023.5.20240701.0/Dockerfile b/amazonlinux_2023.5.20240708.0/Dockerfile
similarity index 41%
rename from amazonlinux_2023.5.20240701.0/Dockerfile
rename to amazonlinux_2023.5.20240708.0/Dockerfile
index 68968b6..6b59e2c 100644
--- a/amazonlinux_2023.5.20240701.0/Dockerfile
+++ b/amazonlinux_2023.5.20240708.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.20240701.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.5.20240701.0/al2023-container-2023.5.20240701.0-x86_64.tar.xz") \
-  && echo 'e534ffa407219ee6eadd10e5ee7ef1af1beb0ccf58a13bc998a00e82b2d563fe  al2023-container-2023.5.20240701.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.5.20240701.0-x86_64.tar.xz.sha256 \
-  && cat /tmp/al2023-container-2023.5.20240701.0-x86_64.tar.xz.sha256 \
-  && sha256sum -c /tmp/al2023-container-2023.5.20240701.0-x86_64.tar.xz.sha256 \
+RUN ROOTFS=$(curl -sfOJL -w "al2023-container-2023.5.20240708.0-x86_64.tar.xz" "https://amazon-linux-docker-sources.s3.amazonaws.com/al2023/2023.5.20240708.0/al2023-container-2023.5.20240708.0-x86_64.tar.xz") \
+  && echo 'a8e45ad2f6a55146f1a6c8679b732c3e18c754d0d19335ba09603dd379b722dd  al2023-container-2023.5.20240708.0-x86_64.tar.xz' >> /tmp/al2023-container-2023.5.20240708.0-x86_64.tar.xz.sha256 \
+  && cat /tmp/al2023-container-2023.5.20240708.0-x86_64.tar.xz.sha256 \
+  && sha256sum -c /tmp/al2023-container-2023.5.20240708.0-x86_64.tar.xz.sha256 \
   && mkdir /rootfs \
   && tar -C /rootfs --extract --file "${ROOTFS}"

Relevant Maintainers:

@tianon tianon merged commit eb32498 into docker-library:master Jul 11, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants