Skip to content

Instantly share code, notes, and snippets.

@RavenZZ
Last active October 20, 2017 08:35
Show Gist options
  • Select an option

  • Save RavenZZ/2b7c2636cee2d7f7d3f7cf3b5e368be4 to your computer and use it in GitHub Desktop.

Select an option

Save RavenZZ/2b7c2636cee2d7f7d3f7cf3b5e368be4 to your computer and use it in GitHub Desktop.
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