Skip to content

Instantly share code, notes, and snippets.

@aspen-roller
Last active January 27, 2021 04:41
Show Gist options
  • Save aspen-roller/71fd9b836e616600e636e4ed533503e8 to your computer and use it in GitHub Desktop.
Save aspen-roller/71fd9b836e616600e636e4ed533503e8 to your computer and use it in GitHub Desktop.
List Docker Image Tags #docker #query #azure
# Docker Hub, ubuntu
curl -sSL 'https://registry.hub.docker.com/v2/repositories/library/ubuntu/tags/' | jq '."results"[]["name"]'
# Microsoft Container Registry,
curl -sSL https://mcr.microsoft.com/v2/vscode/devcontainers/base/tags/list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment