-
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
Project not building since recent update on image #221
Comments
works for me
|
we're having the exact same issue with 3-jdk-11-slim. When looking into the container to see the permissions, I get the following:
SHA: As a fallback, we have reverted to using maven:3.8.1-jdk-11-slim, which works fine |
Can confirm reverting the docker image in one of our pipeline to maven:3.8.1-jdk-11 "fixes" the problem.
All other pipelines with maven:3.8.2-jdk-11 still failing with the exact same issue. |
I confirm I do have the same problem (ls: cannot access 'usr': Operation not permitted) on centos environment for image maven:3-jdk-11 |
please provide the output of
|
Can confirm we are seeing similar issues as of a few hours ago as well with both
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Looks like a linux only issue with the images built by Docker inc. Also it would be good to know if the parent images have issues
|
The parent images seem to work.
The console output:
Build successful:
Here's the output of your requested docker run:
|
This comment has been minimized.
This comment has been minimized.
The parent images are the Please abstain to create me too comments if no new information is provided, and just click the thumbs up |
in ubuntu focal with the both docker 19 and 20 it works. What OS are you running?
|
|
I have the same issue on my side and I have the same OS as @ChrisLeeBare so I guess its linked to the centOs family |
Same here, also CentOS 7. Another thing to add here is that it definitely seems to be related to the used openjdk distribution because running the build with the version 3-adoptopenjdk-11 does work. I have opened an issue for the openjdk project, see docker-library/openjdk#465. |
I tried CentOS 7 with your same docker and containerd version and it works
|
My output i hope it helps
|
see docker-library/openjdk#465 (comment)
|
I updated to docker 20.10.8 and pipelines are running again. Thanks for the hint. |
Is there any update on the fix? |
as a short-term fix, we pinned to image
|
Can confirm that changing from |
I had the same problem with
This issue is not present in |
the fix is commented above, you need to upgrade Docker |
I am using maven:3-jdk-11 in our gitlab env for building our java applications.
Since the update all pipelines using this image fail with the error:
This happens with the image with this sha256 hash:
The pipelines that ran recently (about 5 days ago) used the following image and they all worked:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: