-
Notifications
You must be signed in to change notification settings - Fork 249
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
Dockerimage - 0.86.0 "No such file or directory" #1053
Comments
Hey there 👋 Could you please provide any extra context available? How is the CLI configured on your Gitlab-CI? Is it installed or do you perform a manual docker invocation? Are you caching files / gems by any chance on the CI? |
Hi @camillof, and sorry, was in a hurry throwing that report in here earlier hoping for some obvious fix/rollback :/ Given nothing happened, here some more detail/repo: 0.85.29
meanwhile 0.86.0
|
Thank you @wadabum for the detailed response. Can I ask in which environment are you running this? Ubuntu / Mac / Windows.. Also, do you mind running |
"I can´t build that..." o.O Seems that issue roots from "going past alpine 3.14" & docker/ruby versions... https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 What mostly shoves this issue into wont-fix i guess... :/ |
That is a deep investigation, and I appreciate it @wadabum 🙌 . Looking at the results I can deduce that your host docker version is outdated? We need to keep our base image (alpine) the most updated possible, to avoid possible security issues. What alternatives do you have in mind? You can always create your own docker image based on a previous alpine version, right? |
Hi, the :0.86.0 docker-image appears broke
error: (Errno::ENOENT) No such file or directory - docker
Used via Gitlab-CI so dont have full details,
Notably: this "docker not found" is NOT the 'docker run' call, but coming from inside the image
(as seen on the "pull" 2 lines above working)
everything was working yesterday
The text was updated successfully, but these errors were encountered: