-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Upgrade older images to OCI Format or Docker Image manifest v2, schema 2 #1236
Comments
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. Here's a recent CI failure:
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 it's only for CI use, you could use something like this to load just the filesystem.
|
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: