[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release
What happened:
Trying to docker pull quay.io/wagoodman/dive , I get the following error, and the docker pull fails.
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.artifactory.example.com/wagoodman/dive:latest to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/
Note: docker pull wagoodman/dive works fine.
What you expected to happen:
Image downloaded locally as well from quay.io, or just removed from quay.io entirely. (Issue on our side will pulling from a proxy which looks in quay.io before looking in docker.io)
How to reproduce it (as minimally and precisely as possible):
docker pull quay.io/wagoodman/dive
Anything else we need to know?:
Environment:
- OS version: Ubuntu 22.04 on WSL2
- Docker version (if applicable) : 27.0.3
It looks like new releases are not publishing to quay. Either:
- we should remove mention of quay from the documentation and delete the image from quay
- update the release to start publishing to quay
I think at the very least starting to publish to ghcr.io makes sense, I'll investigate the status of the quay repo.