open-context_get_docker_image
Fetch and cache Docker image details and available tags from Docker Hub to verify image availability and specifications.
Instructions
Fetch and cache information about Docker images from Docker Hub, including available tags and image details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Docker image name (e.g., 'golang', 'node', 'nginx', 'myuser/myapp') | |
| tag | Yes | Docker image tag (e.g., '1.23.4-bookworm', 'latest', '20-alpine') |