cloudbees-io/Crane copy images
Copy a remote image from src to dst while retaining the digest value
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| src | Source image | yes | — |
| destination | Target image | yes | — |
| platform | Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64) | — | all |
| skip-image-validation | Skip source and destination image validation | — | true |
| registry-configuration | CloudBees registry configuration file containing the registries to use for loading images. By default it uses the file containing the registries configured under 'Integrations' in the CloudBees platform. | — | ${{ cloudbees.registries }} |
| artifact-name | The name of the artifact, used when registering the build artifact in CloudBees platform. By default the destination image name is used without the registry and tag parts. | no | — |
| component-id | The ID of the component associated with the artifact. If not provided, the artifact is registered with the component of the current workflow run. | no | ${{ cloudbees.component.id }} |
Outputs
| name | description |
|---|---|
| digest | Image digest of the destination image |
| image | Image reference of the destination image, including the image digest. |
| artifact-id | The unique identifier of the artifact. |