-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Please add the docker image digest in the information section.
Right now I have to use various commands to get this information:
docker inspect --format='{{index .RepoDigests 0}}' <DOCKER_IMAGE>
docker manifest inspect --verbose <DOCKER_IMAGE> | jq .Descriptor.digest
skopeo inspect <DOCKER_IMAGE> | jq .Digest
But it's good to have all the information in one place.
Metadata
Metadata
Assignees
Labels
No labels