-
Notifications
You must be signed in to change notification settings - Fork 135
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
Unable to sign image with kaniko when using --no-push arg #803
Comments
Sorry about the delayed response! What I think is happening (assuming you're using the catalog tasks):
2 ways to solve this:
|
Hi @wlynch, Thank you! |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Expected Behavior
The image is signed.
Actual Behavior
The image is not signed.
Steps to Reproduce the Problem
I have the following tasks in a pipeline:
So basically:
--no-push
and the--tarPath
args)The pipeline work as intended but I am not able to sign the builded image (kaniko tasks) via Tekton chains.
How can I sign the local .tar artifact produced by Kaniko (via tekton chains)?
Additional Info
Kubernetes version:
Output of
kubectl version
:Tekton Pipeline version:
Output of
tkn version
:TaskRun describe:
The text was updated successfully, but these errors were encountered: