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
I've tried copying an image with a manifest with mediaType application/vnd.buildkit.cacheconfig.v0. These images are used by buildkit when caching to a registry, which is the prefered setup.
Reproducer
$ skopeo inspect docker://ghcr.io/osrd-project/unstable/osrd-core:dev-cache
FATA[0000] Error parsing manifest forimage: fetching target platform image selected from image index: reading manifest sha256:0bfe9587aa2bf5b903546ccce960c67e492e2991ed1f17f849d31ab9ce90c7acin ghcr.io/osrd-project/unstable/osrd-core: manifest unknown
$ skopeo copy docker://ghcr.io/osrd-project/unstable/osrd-core:dev-cache XXXX
[fails with the same error]
Adding --raw to skopeo inspect makes it "work", as skopeo then doesn't need to parse the manifest
The text was updated successfully, but these errors were encountered:
I've tried copying an image with a manifest with mediaType
application/vnd.buildkit.cacheconfig.v0
. These images are used by buildkit when caching to a registry, which is the prefered setup.Reproducer
Adding
--raw
toskopeo inspect
makes it "work", as skopeo then doesn't need to parse the manifestThe text was updated successfully, but these errors were encountered: