You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
I'm trying to use the image-tools to import and transform containers to execute under runc. The oci-unpack, oci-create-runtime-bundle and validate seem to be just what I need (I was about to run them myself).
But I'm unable to execute the steps in the Readme.md to prove to myself that something simple works.
No matter what tool I use, I get a variant of:
./oci-unpack --ref latest busybox-oci busybox-bundle
warning: layer sha256:4b0bc1c4050b03c95ef2a8e36e25feac42fd31283e8c30b3ee5df6b043155d3c has an unknown media type: application/vnd.oci.image.layer.v1.tar+gzip
unpacking failed: layer validation failed: invalid descriptor MediaType "application/vnd.oci.image.layer.v1.tar+gzip"
I've been bisecting the image-tools, skopeo, etc to try and figure out what combination of commits are the right ones to use (I have to work from source, since this goes into a build system for others to use and generate images).
Is this the tools ? Or did the docker hub / registry change to start returning gzip layers that are triggering the issue ?