Last active
January 27, 2021 04:41
-
-
Save aspen-roller/71fd9b836e616600e636e4ed533503e8 to your computer and use it in GitHub Desktop.
List Docker Image Tags #docker #query #azure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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