fetch_blob
Retrieve a specific blob by its digest from a container registry, using registry name and repository details. Facilitates efficient access to container image components.
Instructions
Fetch blob referenced by a digest in a manifest.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
digest | Yes | blob digest | |
registry | Yes | registry name | |
repository | Yes | repository name |