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
Although strictly speaking this is a failure (return code 1) it is the same code as returned if a docker type image is found. It may be acceptable to ignore this problem for the moment if it does not cause operational problems.
Running the following command to inspect other common images, shows that debian (which Cypress Docker images are based on) is using docker mediaType. There has not been a general clear migration to oci mediaType.
cypress/factory:4.0.1
#1093Issue
The npm module docker-image-not-found fails with the error message
when a Docker Hub image has been published with an OCI image manifest - see Open Container Initiative (OCI).
It is unable to process
although it can process
docker-image-not-found is used in the circle.yml workflow.
Although strictly speaking this is a failure (return code
1
) it is the same code as returned if adocker
type image is found. It may be acceptable to ignore this problem for the moment if it does not cause operational problems.Logs
cypress/factory:4.0.1
#1093Background
According to Docker Hub > Registry > Supported media types
Compared to Docker buildx v0.9.1 (released Aug 18, 2022) Docker buildx v0.10.0 (released Jan 10, 2023) introduced SLSA Provenance with support for OCI-compliant multi-platform images.
Comparison with other Docker images
Running the following command to inspect other common images, shows that
debian
(which Cypress Docker images are based on) is usingdocker
mediaType. There has not been a general clear migration tooci
mediaType.Suggestion
Force circle.yml to generate
docker
mediaType to retain compatibility with docker-image-not-found. According to docker/buildx#1509 (comment) this can be achieved through:The text was updated successfully, but these errors were encountered: