Skip to content

Instantly share code, notes, and snippets.

@knarz
Created June 17, 2016 09:49
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 knarz/6e4305c1afd2f3e6418c6a233a00c91e to your computer and use it in GitHub Desktop.
Save knarz/6e4305c1afd2f3e6418c6a233a00c91e to your computer and use it in GitHub Desktop.
google container registry display available image tags
curl -k -s -X GET https://gcr.io/v2/google_containers/kube-apiserver/tags/list | jq -r '.tags[]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment