Last active
October 20, 2017 08:35
-
-
Save RavenZZ/2b7c2636cee2d7f7d3f7cf3b5e368be4 to your computer and use it in GitHub Desktop.
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
| IMAGE=debian | |
| wget -q https://registry.hub.docker.com/v1/repositories/$(IMAGE)/tags -O - | sed -e 's/[][]//g' -e 's/"//g' -e 's/ //g' | tr '}' '\n' | awk -F: '{print $3}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment