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