dive icon indicating copy to clipboard operation
dive copied to clipboard

Dive for media type `application/vnd.oci.empty.v1+json` images?

Open hellt opened this issue 11 months ago • 0 comments

What would you like to be added: I'd like to be able to dive into the OCI image with application/vnd.oci.empty.v1+json media format.

Why is this needed:

The usage of OCI images for package delivery is getting more popular compared to other classic means of distribution (file archives, package repos)

Additional context:

The ghcr.io/eda-labs/banners:v1.0.0-rc1 is an example of such image

dive ghcr.io/eda-labs/banners:v1.0.0-rc1

which fails with

v1.0.0-rc1: Pulling from eda-labs/banners
unsupported media type application/vnd.oci.empty.v1+json
cannot fetch image
exit status 1

hellt avatar Mar 26 '25 16:03 hellt