We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting build error using buildx:
0.398 Get:1 https://apt.corretto.aws stable InRelease [10.7 kB] 0.451 Err:1 https://apt.corretto.aws stable InRelease 0.451 The following signatures were invalid: EXPKEYSIG A122542AB04F24E3 Amazon Services LLC (Amazon Corretto release) <[email protected]> 0.582 Get:2 http://deb.debian.org/debian bookworm InRelease [151 kB] 0.599 Get:3 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] 0.606 Get:4 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] 0.668 Get:5 http://deb.debian.org/debian bookworm/main amd64 Packages [8789 kB] 0.795 Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [8856 B] 0.807 Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [236 kB] 1.688 Reading package lists... 2.125 W: GPG error: https://apt.corretto.aws stable InRelease: The following signatures were invalid: EXPKEYSIG A122542AB04F24E3 Amazon Services LLC (Amazon Corretto release) <[email protected]> 2.125 E: The repository 'https://apt.corretto.aws stable InRelease' is not signed.
The text was updated successfully, but these errors were encountered:
can you post the command executed
Sorry, something went wrong.
docker run -it maven:3.9.6-amazoncorretto-21-debian-bookworm apt update
this is fixed in the 3.9.9 images, in previous ones you would need to update the key with something like
curl -fL https://apt.corretto.aws/corretto.key | gpg --batch --import \ && gpg --batch --export '6DC3636DAE534049C8B94623A122542AB04F24E3' > /usr/share/keyrings/corretto.gpg
See #520
No branches or pull requests
Getting build error using buildx:
The text was updated successfully, but these errors were encountered: