-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Handle Docker V2.1 image format or provide better error message. #601
Comments
$ mvn jib:buildTar
[…]
$ skopeo copy -dcreds user:pass tarball:target/jib-image.tar docker://quay.io/briandealwis/foo
Getting image source signatures
Copying blob sha256:ca6b4ac8b25124deb3789851b58f94a1d31cab13af7d2ef9d64e3541d27e0973
46.99 MB / 46.99 MB [======================================================] 8s
Copying config sha256:8d224412a288d1f8dcd66c74d263de411cf4a4f2753f03fe51700646d69ebabc
420 B / 420 B [============================================================] 1s
Writing manifest to image destination
Copying config sha256:8d224412a288d1f8dcd66c74d263de411cf4a4f2753f03fe51700646d69ebabc
0 B / 420 B [--------------------------------------------------------------] 0s
Writing manifest to image destination
Writing manifest to image destination
Storing signatures Unfortunately there are no pre-built binaries of skopeo and installation is a bit… tricky (if you're a Go newbie like myself). |
@briandealwis, skopeo does not require any install. It uses go libraries internally and is a go binary, not sure how you can leverage it in jib, but I'm any case, if you need any type of help from Red Hat, you can reach out directly to @runcom, author of the tool, for questions. |
@jorgemoralespou: I was investigating whether skopeo as a workaround to save us from having to implement support for the Skopeo does have some installation requirements: it requires installing a policy file to |
Original comment by @jorgemoralespou #534 (comment):
The text was updated successfully, but these errors were encountered: