Open kolodziejczak opened 1 week ago
I would also be nice if we could re-tag and sign images in the pipeline environment during the promotion of an artifact.
inputs:
local.kyma/dev/image:vDATE-sha
production.kyma/image:VERSION
outputs:
production.kyma/image:VERSION
requirements:
Description
We @kyma-project/goat, would like to create a following release pipeline:
To do that, we need to be able to tag an existing image with a new, different tag.
Reasons
Create proper release pipeline. Currently in a situation where the e2e tests fails against the release artifact and it cannot be proceed, the artifact already exists with a release tag. In addition teams are not able to delete this artifact on their own.
Enable teams to create clean release pipeline, with the good practices applied. Remove eventual dependency to another team during unsuccessful release.
Acceptance Criteria
image-builder
allows to tag existing image with another tag in the same workflow runAttachments