flownative/Get Docker Image Label
Retrieves a label from a specified docker image and returns its value
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The Docker image name and tag, for example "flownative/php:7.4" | yes | "" |
| registry_username | Username for the registry | no | "" |
| registry_password | Password for the registry | no | "" |
| registry_endpoint | Endpoint of the registry. For example, `https://docker.pkg.github.com/v2/` | no | "" |
| label | The label identifier, for example "org.label-schema.version" | yes | "" |
Outputs
| name | description |
|---|---|
| value | The label value of the specified label, if it exists |