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
If for some reason you need an old postgres image, such as postgres:8.4, you can no longer pull it:
8.4: Pulling from library/postgres
[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.io/library/postgres:8.4 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/
If possible, please can the older images on Docker Hub be upgraded?
If there's some Hub-wide solution for all default providers (the _/... images) that would be even better,
The text was updated successfully, but these errors were encountered:
These very old images are a frequent topic of discussion at Docker (see docker/roadmap#173 for a public tracking issue). It has not yet been decided what's going to happen to them in the future.
For your specific issue, you'll need to use a tool which understands the older format and can convert it for you (such as an older version of Docker).
@tianon , I appreciate your answer, however we use stock GitHub Actions for testing pgjdbc with older PG versions, so I am not sure "use older Docker version" is an option.
Pulling pgdb (postgres:8.4)...
8.4: Pulling from library/postgres
[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.io/library/postgres:8.4 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/
Do you think you could update the manifest for 8.4 image? I guess it is possible without rebuilding the image itself (see docker/cli#3157 (comment) )
If for some reason you need an old postgres image, such as
postgres:8.4
, you can no longer pull it:If possible, please can the older images on Docker Hub be upgraded?
If there's some Hub-wide solution for all default providers (the
_/...
images) that would be even better,The text was updated successfully, but these errors were encountered: