Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update publish-release task to support release signing #4153

Closed
ghost opened this issue Aug 12, 2021 · 1 comment · Fixed by #4156
Closed

Update publish-release task to support release signing #4153

ghost opened this issue Aug 12, 2021 · 1 comment · Fixed by #4156
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@ghost
Copy link

ghost commented Aug 12, 2021

Feature request

Sign the images that we publish during a release.

More Info

Over in the Plumbing repo we now have a documented guide to signing Tekton releases in the dogfooding cluster.

In order to support signing we need to update our image publishing machinery to emit a result with name IMAGES and a given format. I believe this is the task we'll need to update: https:/tektoncd/pipeline/blob/main/tekton/publish.yaml

@ghost ghost added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 12, 2021
@ghost ghost self-assigned this Aug 12, 2021
@priyawadhwa
Copy link

Awesome! Yup, IMAGES will work -- basically it expects a comma-separated list of images built in that TaskRun, qualified by digest.

The chains publish.yaml might be a helpful example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant