-
Notifications
You must be signed in to change notification settings - Fork 423
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
keytool -importcert failing on new maven:3.8.5-eclipse-temurin-11 #281
Comments
Would love it if you could offer a maven:3.8.5-eclipse-temurin-11-focal to offer a transition period. Updating the OS is causing some other breaking changes (I am using an internal mirror for apt packages which is not ready for jammy yet) This issue also applies to :3.8.5-eclipse-temurin-17 |
Hi, I'm also several similar errors...
|
if you create a PR with 8,11,17,18 |
you can also use the SHAs and prevent these problems |
Thanks. I do enjoy the auto-updates in non-breaking cases ;) I will open a PR soon |
or use the csanchez/maven or ghcr.io/carlossg/maven which are not yet updated |
I changed my mind. I will start using the sha256 for now. Not sure how to find it exactly, but my latest working build using :3.8.5-eclipse-temurin-11 has sha256:00817113dff3ca25a6a79829712653a6b87124a3704bdbb228105a3c9c177192 When updating my Dockerfile to the following everything is working again
Hopefully adoptium/containers#215 will find a fix for the issues in jammy soon, then I will be happy to upgrade |
And for jdk17
|
@carlossg I am having troubles locating the sha256 of the |
For Docker official images in DockerHub I do not, sorry. Asked in docker-library/official-images#12516 (comment) For csanchez/maven or ghcr.io/carlossg/maven those are not yet updated so you could use them and also get the sha |
The solution is to upgrade Docker, see adoptium/containers#215 (comment) |
Looks like you can find the previous shas here |
For convenience altogether, these are the old digests using focal: maven:3.8.5-eclipse-temurin-8 sha256:dbed61d12da665aa026c8242def953257df88fc0b7b49bdb63b626e773299f19 |
I can confirm that using docker engine 20.10.15, the problem goes away (at least for the case described in #283 ) (It was failing for us on Bitbucket Pipelines - but, via very efficient support from Bitbucket, they updated the docker engine to 20.10.15 and now our builds pass on the jammy-based images) |
I have already opened an issue with the base image repo (eclipse-temurin:11-jdk). See adoptium/containers#215
However, I would like to communicate the issue here as well.
Since the switch to ubuntu jammy I am getting the following error;
The text was updated successfully, but these errors were encountered: