Skip to content
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

Docker pull failed for image cypress/browsers:latest. authentication required #30278

Closed
OzBob opened this issue Sep 25, 2024 · 2 comments
Closed

Comments

@OzBob
Copy link

OzBob commented Sep 25, 2024

Current behavior

Docker pull fails for image cypress/browsers:latest in github action with the error "unauthorized: authentication required"

It happened multiple times between
2024-09-24T1656GMT+8
and
2024-09-25T0946GMT+8

Logs captured at: 2024-09-25T0840GMT+8

The image is available and was updated 2924-08-18 in https://hub.docker.com/r/cypress/browsers/tags

The availability of these images is crucial to Cypress's business, the error will impact services of all subscribers using Cypress to run tests from GitHub.

Desired behavior

If this is a github action or docker service 'authentication' issue, please suggest where to direct this issue.

Test code to reproduce

YML section of github action:

jobs:
  build_job:
    runs-on: ubuntu-latest
    container:
      image: cypress/browsers:latest

Cypress Version

13.2.0

Node version

18

Operating System

ubuntu latest

Debug Logs

/usr/bin/docker pull cypress/browsers:latest
  Error response from daemon: unauthorized: authentication required
  **Warning: Docker pull failed with exit code 1, back off 9.892 seconds before retry.**
  /usr/bin/docker pull cypress/browsers:latest
  **Error response from daemon: unauthorized: authentication required**
  **Warning: Docker pull failed with exit code 1, back off 2.658 seconds before retry.**
  /usr/bin/docker pull cypress/browsers:latest
  **Error response from daemon: unauthorized: authentication required**
  **Error: Docker pull failed with exit code 1**


### Other

_No response_
@MikeMcC399
Copy link
Contributor

@MikeMcC399
Copy link
Contributor

Should be back to normal again now:

https://www.dockerstatus.com/

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants