silver-mx
9/25/2019 - 8:06 PM

script_tricks

# Get all tags and updated date (requires jq)
curl -s 'https://registry.hub.docker.com/v2/repositories/library/jenkins/tags/' | jq -r '."results"[] | {name: .name, last_updated: .last_updated}'