check_docker_tags
Retrieve and filter Docker image tags from Docker Hub, GitHub Container Registry, or custom registries. Specify image name, registry, and optional filters to manage container deployments efficiently.
Instructions
Check available tags for Docker container images from Docker Hub, GitHub Container Registry, or custom registries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
customRegistry | No | URL for custom registry (required when registry is "custom") | |
filterTags | No | Array of regex patterns to filter tags | |
image | Yes | Docker image name (e.g., "nginx", "ubuntu", "ghcr.io/owner/repo") | |
includeDigest | No | Include image digest in results | |
limit | No | Maximum number of tags to return | |
registry | No | Registry to check (dockerhub, ghcr, or custom) | dockerhub |