Created
March 6, 2018 03:54
-
-
Save jessehu/8997c4e8f781d726d4583cd98e93b298 to your computer and use it in GitHub Desktop.
Curl for getting docker image tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 'username:password' is required for non-public image repo | |
curl -s https://username:[email protected]/v1/repositories/vmware/harbor-ui/tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment