flownative/Get Docker Image Label

Retrieves a label from a specified docker image and returns its value

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageThe Docker image name and tag, for example "flownative/php:7.4"yes""
registry_usernameUsername for the registryno""
registry_passwordPassword for the registryno""
registry_endpointEndpoint of the registry. For example, `https://docker.pkg.github.com/v2/`no""
labelThe label identifier, for example "org.label-schema.version"yes""
namedescription
valueThe label value of the specified label, if it exists