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

continuumio/miniconda3:latest manifest type Regression v2 to v1 #366

Open
quantum-byte opened this issue May 3, 2023 · 1 comment
Open

Comments

@quantum-byte
Copy link

Hi everybody,

today i encountered issues since in the latest version of continuumio/miniconda3 the docker image manifest mediaType changed from v2 (application/vnd.docker.distribution.manifest.v2+json) in version 22.11.1 to v1 (application/vnd.oci.image.manifest.v1+json).

See also a diff between the respective docker manifest inspect command outputs this image

Was this intentional ? If not - Can and should you revert that ?

We are encountering this bug in kanico because of it.
It causes a failure when pushing a docker image based on continuumio/miniconda3:latest to fail with this error:
MANIFEST_INVALID: manifest invalid; mediaType in manifest should be 'application/vnd.docker.distribution.manifest.v2+json' not 'application/vnd.oci.image.manifest.v1+json'

At the moment we just put a workaround in place to pin the 22.11.1 continuumio/miniconda3 image version until we figure out if there is a better longterm solution.

@dbast
Copy link
Member

dbast commented Aug 1, 2023

This is a bug in buildx that got reported here docker/setup-buildx-action#187 and here docker/buildx#1533 and docker/buildx#1533

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

No branches or pull requests

2 participants