-
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
maven: update corretto.key sha #18315
Open
carlossg
wants to merge
1
commit into
docker-library:master
Choose a base branch
from
carlossg:maven
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Diff for 1a33c82:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 71bec32..5ceb1d6 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -20,7 +20,7 @@ Directory: amazoncorretto-8-alpine
Tags: 3.9.9-amazoncorretto-8-debian, 3.9.9-amazoncorretto-8-debian-bookworm, 3.9-amazoncorretto-8-debian, 3.9-amazoncorretto-8-debian-bookworm, 3-amazoncorretto-8-debian, 3-amazoncorretto-8-debian-bookworm
Architectures: amd64, arm64v8
-GitCommit: e92e0e0e39d6783a474819f885b5b8414d84ad17
+GitCommit: b5ddd7190544dd759fb71bf56b6105ffcf4ee6ad
Directory: amazoncorretto-8-debian
Tags: 3.9.9-amazoncorretto-11, 3.9-amazoncorretto-11, 3-amazoncorretto-11
@@ -40,7 +40,7 @@ Directory: amazoncorretto-11-alpine
Tags: 3.9.9-amazoncorretto-11-debian, 3.9.9-amazoncorretto-11-debian-bookworm, 3.9-amazoncorretto-11-debian, 3.9-amazoncorretto-11-debian-bookworm, 3-amazoncorretto-11-debian, 3-amazoncorretto-11-debian-bookworm
Architectures: amd64, arm64v8
-GitCommit: e92e0e0e39d6783a474819f885b5b8414d84ad17
+GitCommit: b5ddd7190544dd759fb71bf56b6105ffcf4ee6ad
Directory: amazoncorretto-11-debian
Tags: 3.9.9-amazoncorretto-17, 3.9.9-amazoncorretto, 3.9-amazoncorretto-17, 3.9-amazoncorretto, 3-amazoncorretto-17, 3-amazoncorretto, amazoncorretto
@@ -60,7 +60,7 @@ Directory: amazoncorretto-17-alpine
Tags: 3.9.9-amazoncorretto-17-debian, 3.9.9-amazoncorretto-17-debian-bookworm, 3.9-amazoncorretto-17-debian, 3.9-amazoncorretto-17-debian-bookworm, 3-amazoncorretto-17-debian, 3-amazoncorretto-17-debian-bookworm
Architectures: amd64, arm64v8
-GitCommit: e92e0e0e39d6783a474819f885b5b8414d84ad17
+GitCommit: b5ddd7190544dd759fb71bf56b6105ffcf4ee6ad
Directory: amazoncorretto-17-debian
Tags: 3.9.9-amazoncorretto-21, 3.9-amazoncorretto-21, 3-amazoncorretto-21
@@ -80,7 +80,7 @@ Directory: amazoncorretto-21-alpine
Tags: 3.9.9-amazoncorretto-21-debian, 3.9.9-amazoncorretto-21-debian-bookworm, 3.9-amazoncorretto-21-debian, 3.9-amazoncorretto-21-debian-bookworm, 3-amazoncorretto-21-debian, 3-amazoncorretto-21-debian-bookworm
Architectures: amd64, arm64v8
-GitCommit: e92e0e0e39d6783a474819f885b5b8414d84ad17
+GitCommit: b5ddd7190544dd759fb71bf56b6105ffcf4ee6ad
Directory: amazoncorretto-21-debian
Tags: 3.9.9-amazoncorretto-23, 3.9-amazoncorretto-23, 3-amazoncorretto-23
@@ -100,7 +100,7 @@ Directory: amazoncorretto-23-alpine
Tags: 3.9.9-amazoncorretto-23-debian, 3.9.9-amazoncorretto-23-debian-bookworm, 3.9-amazoncorretto-23-debian, 3.9-amazoncorretto-23-debian-bookworm, 3-amazoncorretto-23-debian, 3-amazoncorretto-23-debian-bookworm
Architectures: amd64, arm64v8
-GitCommit: e92e0e0e39d6783a474819f885b5b8414d84ad17
+GitCommit: b5ddd7190544dd759fb71bf56b6105ffcf4ee6ad
Directory: amazoncorretto-23-debian
Tags: 3.9.9-eclipse-temurin-8, 3.9-eclipse-temurin-8, 3-eclipse-temurin-8
diff --git a/maven_3-amazoncorretto-11-debian-bookworm/Dockerfile b/maven_3-amazoncorretto-11-debian-bookworm/Dockerfile
index 5122622..1b1073d 100644
--- a/maven_3-amazoncorretto-11-debian-bookworm/Dockerfile
+++ b/maven_3-amazoncorretto-11-debian-bookworm/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y curl gnupg openssh-client \
&& export GNUPGHOME="$(mktemp -d)" \
&& curl -fL https://apt.corretto.aws/corretto.key -o corretto.key \
- && echo '18bbe2461ff5acb1212f95f3e41034c503460532de21c24f5f935359b2303586 *corretto.key' | sha256sum -c - \
+ && echo '5fdaed0a262b975776b1d5c0170d2e86b1be1e98b27ef97114b04ec9ac7f011d *corretto.key' | sha256sum -c - \
&& gpg --batch --import corretto.key \
&& rm corretto.key \
&& gpg --batch --export '6DC3636DAE534049C8B94623A122542AB04F24E3' > /usr/share/keyrings/corretto.gpg \
diff --git a/maven_3-amazoncorretto-17-debian-bookworm/Dockerfile b/maven_3-amazoncorretto-17-debian-bookworm/Dockerfile
index c136eea..c93909d 100644
--- a/maven_3-amazoncorretto-17-debian-bookworm/Dockerfile
+++ b/maven_3-amazoncorretto-17-debian-bookworm/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y curl gnupg openssh-client \
&& export GNUPGHOME="$(mktemp -d)" \
&& curl -fL https://apt.corretto.aws/corretto.key -o corretto.key \
- && echo '18bbe2461ff5acb1212f95f3e41034c503460532de21c24f5f935359b2303586 *corretto.key' | sha256sum -c - \
+ && echo '5fdaed0a262b975776b1d5c0170d2e86b1be1e98b27ef97114b04ec9ac7f011d *corretto.key' | sha256sum -c - \
&& gpg --batch --import corretto.key \
&& rm corretto.key \
&& gpg --batch --export '6DC3636DAE534049C8B94623A122542AB04F24E3' > /usr/share/keyrings/corretto.gpg \
diff --git a/maven_3-amazoncorretto-21-debian-bookworm/Dockerfile b/maven_3-amazoncorretto-21-debian-bookworm/Dockerfile
index 1488fd2..7ade1c6 100644
--- a/maven_3-amazoncorretto-21-debian-bookworm/Dockerfile
+++ b/maven_3-amazoncorretto-21-debian-bookworm/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y curl gnupg openssh-client \
&& export GNUPGHOME="$(mktemp -d)" \
&& curl -fL https://apt.corretto.aws/corretto.key -o corretto.key \
- && echo '18bbe2461ff5acb1212f95f3e41034c503460532de21c24f5f935359b2303586 *corretto.key' | sha256sum -c - \
+ && echo '5fdaed0a262b975776b1d5c0170d2e86b1be1e98b27ef97114b04ec9ac7f011d *corretto.key' | sha256sum -c - \
&& gpg --batch --import corretto.key \
&& rm corretto.key \
&& gpg --batch --export '6DC3636DAE534049C8B94623A122542AB04F24E3' > /usr/share/keyrings/corretto.gpg \
diff --git a/maven_3-amazoncorretto-23-debian-bookworm/Dockerfile b/maven_3-amazoncorretto-23-debian-bookworm/Dockerfile
index a6d495c..bd7023c 100644
--- a/maven_3-amazoncorretto-23-debian-bookworm/Dockerfile
+++ b/maven_3-amazoncorretto-23-debian-bookworm/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y curl gnupg openssh-client \
&& export GNUPGHOME="$(mktemp -d)" \
&& curl -fL https://apt.corretto.aws/corretto.key -o corretto.key \
- && echo '18bbe2461ff5acb1212f95f3e41034c503460532de21c24f5f935359b2303586 *corretto.key' | sha256sum -c - \
+ && echo '5fdaed0a262b975776b1d5c0170d2e86b1be1e98b27ef97114b04ec9ac7f011d *corretto.key' | sha256sum -c - \
&& gpg --batch --import corretto.key \
&& rm corretto.key \
&& gpg --batch --export '6DC3636DAE534049C8B94623A122542AB04F24E3' > /usr/share/keyrings/corretto.gpg \
diff --git a/maven_3-amazoncorretto-8-debian-bookworm/Dockerfile b/maven_3-amazoncorretto-8-debian-bookworm/Dockerfile
index adebc23..3884766 100644
--- a/maven_3-amazoncorretto-8-debian-bookworm/Dockerfile
+++ b/maven_3-amazoncorretto-8-debian-bookworm/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y curl gnupg openssh-client \
&& export GNUPGHOME="$(mktemp -d)" \
&& curl -fL https://apt.corretto.aws/corretto.key -o corretto.key \
- && echo '18bbe2461ff5acb1212f95f3e41034c503460532de21c24f5f935359b2303586 *corretto.key' | sha256sum -c - \
+ && echo '5fdaed0a262b975776b1d5c0170d2e86b1be1e98b27ef97114b04ec9ac7f011d *corretto.key' | sha256sum -c - \
&& gpg --batch --import corretto.key \
&& rm corretto.key \
&& gpg --batch --export '6DC3636DAE534049C8B94623A122542AB04F24E3' > /usr/share/keyrings/corretto.gpg \ Relevant Maintainers:
|
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.
as requested by @yosifkit in carlossg/docker-maven#527