We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was able to use scratchbuild to upload an image to docker hub.
However, I am hitting status 404 Not Found when I try to upload an image to GCR:
$ scratch -dir ./tmp -entrypoint "/gowebhello -addr :8888" -name proj-research -tag latest -token $(gcloud auth print-access-token) Failed to build image. failed to send image layer: blob upload failed: unexpected status 404 Not Found. {"errors":[{"code":"NAME_UNKNOWN","message":"Not found."}]}
Can you please share an example of how to upload an image to GCR?
Thanks, Everton
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was able to use scratchbuild to upload an image to docker hub.
However, I am hitting status 404 Not Found when I try to upload an image to GCR:
Can you please share an example of how to upload an image to GCR?
Thanks,
Everton
The text was updated successfully, but these errors were encountered: