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
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
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.
The text was updated successfully, but these errors were encountered:
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 version22.11.1
to v1 (application/vnd.oci.image.manifest.v1+json
).See also a diff between the respective
docker manifest inspect
command outputsWas 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.The text was updated successfully, but these errors were encountered: