Skip to content
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

Unsupported MIME type for compression: application/vnd.in-toto+json" with skopeo copy -a for image docker:docker.io/nginxinc/nginx-unprivileged:1.23-alpine #2174

Closed
wlawton opened this issue Dec 5, 2023 · 1 comment

Comments

@wlawton
Copy link

wlawton commented Dec 5, 2023

Trying to copy all images for docker.io/nginxinc/nginx-unprivileged:1.23-alpine using command

skopeo --debug copy -a docker://docker.io/nginxinc/nginx-unprivileged:1.23-alpine docker://$FQ_IMAGE

According to the logs there are 14 images and skopeo throws an error copying image 8/14:

time="2023-12-05T15:41:07Z" level=fatal msg="Error creating an updated image manifest: Error preparing updated manifest, layer "sha256:b85a9c17167ad510b9b3bdff6fecbd798ed81c70188a4732fb128273996e2e7e": unsupported MIME type for compression: application/vnd.in-toto+json"

Debug log attached[
skopeo_debug_log.log
](url)

@wlawton
Copy link
Author

wlawton commented Dec 5, 2023

Was using skopeo version 1.2.1 in docker:20.10.3-git container. Switched to alpine:latest which installs skopeo 1.12.0 and issue is resolved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant