joepitt91/Get Current Digest from Tagged DockerHub Image
Get the current digest of the given image tag on DockerHub.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerhub_username | The user to authenticate to the Docker Hub API as. | yes | — |
| dockerhub_token | The token to authenticate to the Docker Hub API with (must have read access). | yes | — |
| namespace | The namespace the repository is in. Defaults to "library". | no | library |
| repository | The repository to search tags for. | yes | — |
| tag | The tag to look for. Defaults to "latest". | no | latest |
| os | The OS platform to look for. Defaults to "linux". | no | linux |
| arch | The architecture platform to look for. Defaults to "amd64". | no | amd64 |
Outputs
| name | description |
|---|---|
| digest | The digest of the current image matching the search. |