Skip to content

Instantly share code, notes, and snippets.

@ivanrosolen
Created November 30, 2017 20:25
Show Gist options
  • Save ivanrosolen/6ab19fb7f87b359b6af21c1a14d130c7 to your computer and use it in GitHub Desktop.
Save ivanrosolen/6ab19fb7f87b359b6af21c1a14d130c7 to your computer and use it in GitHub Desktop.
List all docker php tags
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