Replies: 1 comment 4 replies
-
Hello @andyr8939 This is weird... Have you tried downloading previous releases or using ghcr? The error message also contains authorization information: Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When doing a docker pull aquasec/trivy be it locally or in the Azure Devops Pipeline Task, this morning it is throwing errors.
If you pin it to the last stable version 0.45.1 it will pull fine.
Unable to find image 'aquasec/trivy:latest' locally docker: Error response from daemon: Head "[https://registry-1.docker.io/v2/aquasec/trivy/manifests/latest"](https://registry-1.docker.io/v2/aquasec/trivy/manifests/latest%22): Get "[https://auth.docker.io/token?account=githubactions&scope=repository%3Aaquasec%2Ftrivy%3Apull&service=registry.docker.io"](https://auth.docker.io/token?account=githubactions&scope=repository%3Aaquasec%2Ftrivy%3Apull&service=registry.docker.io%22): EOF.
Desired Behavior
Pull fine with the docker pull aquasec/trivy to get latest tag.
Actual Behavior
Unable to find image 'aquasec/trivy:latest' locally docker: Error response from daemon: Head "[https://registry-1.docker.io/v2/aquasec/trivy/manifests/latest"](https://registry-1.docker.io/v2/aquasec/trivy/manifests/latest%22): Get "[https://auth.docker.io/token?account=githubactions&scope=repository%3Aaquasec%2Ftrivy%3Apull&service=registry.docker.io"](https://auth.docker.io/token?account=githubactions&scope=repository%3Aaquasec%2Ftrivy%3Apull&service=registry.docker.io%22): EOF.
That is generated today.
Reproduction Steps
Target
Filesystem
Scanner
Vulnerability
Output Format
JSON
Mode
Standalone
Debug Output
Won't run.
Operating System
Linux
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions