-
Notifications
You must be signed in to change notification settings - Fork 543
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
Clone Succeeded, Checkout Failed #305
Comments
Oh that's terrible. We use a whiteout file as part of a test and it looks like creating whiteout files is forbidden inside the container, so the git clone fails. A possible fix would be to create that whiteout file as part of the setup for the test so we don't have to check it in. Alternatively, using |
@jonjohnsonjr Thanks so much for the response.
I use glide as my package manager for go, an I get the same error when using Glide in the Dockerfile. |
@gkgkgkgk this should work now (I think) 👍 |
@jonjohnsonjr thanks, I'll test it out asap! |
Before this change `go-containerregistry` was in an old version that was not installable with go modules inside a container. See google/go-containerregistry#305.
When using
RUN go get -d -v ./...
in my docker file, I get the following error:Any Fixes? Thanks.
The text was updated successfully, but these errors were encountered: