-
Notifications
You must be signed in to change notification settings - Fork 129
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
[Gitlab] Fails because docker_cp cannot copy to non-existing directory #512
Comments
No |
If i start a container with the newest ubuntu:{xenial, bionic, focal} it is there, but all of our (gitlab) pipelines (even using legacy branch) failed with the same error
I'm not certain what's happening there |
Well I'm not saying you're lying, but it would be the first time I see a Linux based container without that directory present. Were I to come across this problem, I would first start looking at other causes. |
since I ran into another issue: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/25803 It might be coinciding with that one and a problem of the docker daemon /gitlab runner instead of the actual ci-pipeline. I will try it without the fix and report back |
Reporting back: I pinned the "image" from "docker:git" to "docker:18-git" which is the fix for the forementioned issue and this solves all the ci-issues --> close and thank you for your input |
Thanks for checking it and reporting back. |
We are having this issue as well. I think this is closed too early. edit: This fix also works for us on bitbucket |
It is not a fix in general.
I agree |
|
This seems to have been fixed (docker/cli#2538, probably released in 19.03.10). |
Hi,
at the moment our CI-Pipelines (with new master branch) fail because of
Most likely this is because the
/root/
directory does not exist in the newly built container. Right now I'm testing whether a quick fix works (master...ipa-jba:mkdir-before-copy) and will comment whether it workedThe text was updated successfully, but these errors were encountered: