You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker: Error response from daemon: manifest for aquasec/trivy:0.58.0-1-g775f954c3 not found: manifest unknown: manifest unknown.
The documentation source is here and doesn't have a hard-coded tag it uses {{ git.tag[1:] }} but I haven't yet figured out where this is provided from.
Either way for some reason it is providing a tag which does not exist on Docker Hub.
Discussed in #8145
Originally posted by sparrowt December 20, 2024
Description
https://trivy.dev/latest/getting-started/installation/#container-image-official says:
However that image tag doesn't exist:
https://hub.docker.com/r/aquasec/trivy/tags?name=0.58.0-1-g775f954c3
so docker fails with this:
The documentation source is here and doesn't have a hard-coded tag it uses
{{ git.tag[1:] }}
but I haven't yet figured out where this is provided from.Either way for some reason it is providing a tag which does not exist on Docker Hub.
Link
https://trivy.dev/latest/getting-started/installation/#container-image-official
Suggestions
Example needs fixing to reference a real tag, or just
latest
I supposeThe text was updated successfully, but these errors were encountered: