Skip to content

Instantly share code, notes, and snippets.

@schlady
Last active May 21, 2021 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schlady/8f443c7e4125af7847b4f62fac905769 to your computer and use it in GitHub Desktop.
Save schlady/8f443c7e4125af7847b4f62fac905769 to your computer and use it in GitHub Desktop.
#!/bin/bash
image="${1}"
wget -q https://registry.hub.docker.com/v1/repositories/"${image}"/tags -O - \
| tr -d '[]" ' | tr '}' '\n' | awk -F: '{print $3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment