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
When installing on systems with Docker v26 and greater, we get the following error message:
ubuntu@ip-10-0-3-222:~$ DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1 sudo docker pull quay.io/wikiwatershed/rwd:2.0.02.0.0: Pulling from wikiwatershed/rwd[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 quay.io/wikiwatershed/rwd:2.0.0 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/
Using the DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE environment variable doesn't work as advertised. Furthermore, support will be completely dropped in Docker v27.
Publish new images to Quay that are identical to the current version, except just compatible with Docker v26 and greater.
The text was updated successfully, but these errors were encountered:
When installing on systems with Docker v26 and greater, we get the following error message:
Using the
DOCKER_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE
environment variable doesn't work as advertised. Furthermore, support will be completely dropped in Docker v27.Publish new images to Quay that are identical to the current version, except just compatible with Docker v26 and greater.
The text was updated successfully, but these errors were encountered: