Skip to content

Instantly share code, notes, and snippets.

@jessehu
Created March 6, 2018 03:54
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 jessehu/8997c4e8f781d726d4583cd98e93b298 to your computer and use it in GitHub Desktop.
Save jessehu/8997c4e8f781d726d4583cd98e93b298 to your computer and use it in GitHub Desktop.
Curl for getting docker image tags
# 'username:password' is required for non-public image repo
curl -s https://username:password@registry.hub.docker.com/v1/repositories/vmware/harbor-ui/tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment