Skip to content

Instantly share code, notes, and snippets.

@kgorskowski
Created December 9, 2015 11:31
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 kgorskowski/0b57c1f7b8d48a45c35e to your computer and use it in GitHub Desktop.
Save kgorskowski/0b57c1f7b8d48a45c35e to your computer and use it in GitHub Desktop.
get latest build from latest emby docker image
curl -s -S "https://registry.hub.docker.com/v2/repositories/emby/embyserver/tags/" | jq '.results[] | select(.name == "latest") | .last_updated'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment