david-lor/DockerHub Fetch Tag Metadata
Fetch the metadata of a certain Docker image-tag (including the SHA digests), from the DockerHub public registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 1, 2023
- License
- ISC
- Runtime
- Deprecated runtime
Pinned Snippet
uses: david-lor/action-dockerhub-get-tag-metadata@827c6d07d3bb58135a79791f7a9b32ce7fca921e # 0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image | Full image name to find, with format author/image:tag, or image:tag for official images | yes | — |
| os | Image OS to find | yes | "" |
| architecture | Image architecture to find | yes | "" |
| pageLimit | How many pages of results to parse until giving up | yes | "" |
Outputs
| name | description |
|---|---|
| digest | Image digest |
| size | Image size in bytes |
| tagMetadata | Full JSON output of the found image-tag metadata (as read from Docker Registry API) |
| finalImageMetadata | Full JSON output of the found final image metadata, for the OS and architecture specified (as read from Docker Registry API) |