-
Notifications
You must be signed in to change notification settings - Fork 380
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
"Push Factory Image" failure checking cypress/factory:4.0.1
#1093
Comments
I don't understand why this issue has occurred and it is in an area where I have no experience! I can't tell if was a CircleCI glitch or something else. If it is not addressed it will prevent any new Depending on the root cause it may also affect the automatic publication of |
There is a possibility that the image
The 2nd of the PRs #1079 also effectively bumped the Docker client version from Docker Perhaps |
It seems there were some breaking changes in https://github.com/docker/buildx
|
After this is merged it will require a manual delete of the incompatible cypress/factory:4.0.1 image |
K, let me know if that works and if the deletion is required. |
Sorry that a revert was necessary, but at least only one image was caught up in this. I only noticed by accident when I was looking into another failure, as the workflow itself does not return an error. It's only visible when you examine the logs manually. Status
So, yes please, deletion of |
I deleted the 4.0.1 tag in cypress/factory. Hopefully that worked. |
Thank you! That should be good, and the next merge to master will test that out. In the meantime I checked by hand and
It does however still fail when no tag is defined, which defaults to |
Closing as resolved. I will be monitoring what happens next! Edit:
|
Issue
The CircleCI workflow job "Push Factory Image" is failing to get the status of
cypress/factory:4.0.1
from Docker Hub cypress/factory.The error is
Examining the manifest of
cypress/factory:4.0.1
with the following command shows that it differs in format from the manifest forcypress/factory:4.0.0
(and fromcypress/base
,cypress/browsers
andcypress/included
)shows
instead of
Logs
https://app.circleci.com/pipelines/github/cypress-io/cypress-docker-images/1959/workflows/3c12d584-8378-4f1d-8722-bcc504b21e2d/jobs/59620 from PR
shows
Analysis
cypress/factory:4.0.1
was published through PR fix: remove obsolete environment variable npm_config_unsafe_perm #1078Manifest
cypress/factory:4.0.1
cypress/factory:4.0.0
Log Push Factory Image for 4.0.1
https://app.circleci.com/pipelines/github/cypress-io/cypress-docker-images/1944/workflows/d32dcb15-f148-4cf7-a4d1-3b1f48ab6141/jobs/59206
Check for existence
building Docker image for target factory
The text was updated successfully, but these errors were encountered: