Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laszlomiklosik/8459ef60269fe08b499d3812138ea979 to your computer and use it in GitHub Desktop.
Save laszlomiklosik/8459ef60269fe08b499d3812138ea979 to your computer and use it in GitHub Desktop.
Docker registry see digest for Docker image tag
curl -k -H "Accept: application/vnd.docker.distribution.manifest.v2+json" https://registry-devel.a.mgt:5000/v2/<image_name>/manifests/<image_tag>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment