Created
November 30, 2017 20:25
-
-
Save ivanrosolen/6ab19fb7f87b359b6af21c1a14d130c7 to your computer and use it in GitHub Desktop.
List all docker php 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
wget -q https://registry.hub.docker.com/v1/repositories/php/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