cypress-docker-images icon indicating copy to clipboard operation
cypress-docker-images copied to clipboard

Docker registry now requiring authentication

Open jcjmcclean opened this issue 3 years ago • 3 comments
trafficstars

Our Cypress GitHub Actions are failing as the image we're using (https://registry-1.docker.io/v2/cypress/browsers/manifests/node8.9.3-npm6.10.1-chrome76-ff68) now required authentication.

We're receiving the following error:

{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"cypress/browsers","Action":"pull"}]}]}

Was this a purposeful change or have the permissions changed by mistake?

If it was on purpose, how do we setup authentication correctly through GitHub Actions to the Cypress Docker registry?

jcjmcclean avatar Jun 13 '22 14:06 jcjmcclean

What GH Action version are you using?

admah avatar Jun 29 '22 20:06 admah

Having the same issue on image node16.5.0-chrome94-ff93 using gitlab ci/cd. It makes a request to https://registry-1.docker.io/v2/cypress/browsers/manifests/node16.5.0-chrome94-ff93 which gives the same message as above

abhigya-maskay avatar Jul 25 '22 12:07 abhigya-maskay

There have been no permission changes to Docker images. This issue might be better for the Cypress github-actions repo. Searching there produces no results like this either.

What version of the action are you using? Do you have a repo where we could reproduce this? Any logs?

admah avatar Jul 25 '22 14:07 admah