polagoab/oci-digest-action
Github Action that retrieve OCI image digests from a container registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image | The image to fetch the image for. If this input parameter is an array of images, all images will be processed | yes | — |
| os | The OS to use instead of the running OS for choosing images | no | — |
| arch | The ARCH to use instead of the architecture of the machine for choosing images | no | — |
| variant | The VARIANT to use instead of the running architecture variant for choosing images | no | — |
Outputs
| name | description |
|---|---|
| digest | The digest of the given image, if the image exists. When the input image is an array, the digest will also be an array where each element matches the corresponding image entry. |
| image | The given input image(or array of images). This output is for convenience when using the polagoab/oci-revision-tagger-action |