bug: Unable to pull docker images that require login #48

Closed
opened 2020-02-12 11:45:18 +01:00 by Kreyren · 1 comment
Kreyren commented 2020-02-12 11:45:18 +01:00 (Migrated from github.com)

Describe the bug

Pull down action image 'debian/testing:latest'
/usr/bin/docker pull debian/testing:latest
Error response from daemon: pull access denied for debian/testing, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
##[warning]Docker pull failed with exit code 1, back off 1.735 seconds before retry.
/usr/bin/docker pull debian/testing:latest
Error response from daemon: pull access denied for debian/testing, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
##[warning]Docker pull failed with exit code 1, back off 2.175 seconds before retry.
/usr/bin/docker pull debian/testing:latest
Error response from daemon: pull access denied for debian/testing, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
##[error]Docker pull failed with exit code 1

Additional context

https://github.com/RXT0112/Zernit/pull/40/checks?check_run_id=440785849

### Describe the bug <!-- Give us a **short** summary of what the issue is --> ``` Pull down action image 'debian/testing:latest' /usr/bin/docker pull debian/testing:latest Error response from daemon: pull access denied for debian/testing, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ##[warning]Docker pull failed with exit code 1, back off 1.735 seconds before retry. /usr/bin/docker pull debian/testing:latest Error response from daemon: pull access denied for debian/testing, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ##[warning]Docker pull failed with exit code 1, back off 2.175 seconds before retry. /usr/bin/docker pull debian/testing:latest Error response from daemon: pull access denied for debian/testing, repository does not exist or may require 'docker login': denied: requested access to the resource is denied ##[error]Docker pull failed with exit code 1 ``` ### Additional context <!-- Add any other context about the issue here --> https://github.com/RXT0112/Zernit/pull/40/checks?check_run_id=440785849
Kreyren commented 2020-02-12 11:53:33 +01:00 (Migrated from github.com)
Solved in https://github.com/actions/runner/issues/328
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kreyren/Zernit#48