Applies to:
- Liquibase Pro
- Liquibase Open Source (Community)
Conditions:
- Using Liquibase Docker Image
Issue Summary:
When attempting to use Docker to pull in a Liquibase image, an error message appears that the manifest cannot be found, and the Docker image isn't pulled.
Error Message:
docker pull docker.io/liquibase/liquibase:X.Y.Z
Trying to pull repository docker.io/liquibase/liquibase ...
manifest for docker.io/liquibase/liquibase:X.Y.Z not found
Root Cause:
After version 4.19 of Liquibase, there are two digests that get published for every Liquibase release. Older versions of Docker do not support the double digest and can't find the manifest for the Liquibase image.
Resolution:
The older versions of Docker are unable to pull images with two digests, so you will need to update Docker in order to be able to pull Liquibase images with two digests.
Comments
0 comments
Article is closed for comments.