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

Proposal: Extend the TaskRun Status to contain the exact digest of all images used as steps. #1025

Closed
dlorenc opened this issue Jun 27, 2019 · 0 comments · Fixed by #1026
Closed

Comments

@dlorenc
Copy link
Contributor

dlorenc commented Jun 27, 2019

Expected Behavior

It should be possible to determine what images (including digest) were used in a TaskRun after it is complete.

This information is available on a Pod right now under Status.ContainerStatus.ImageID. We could obtain this later by finding the Pod used for a TaskRun and getting the digests there, but we should expect that completed pods will eventually be GC'ed. The digests are likely something we want to ensure remains available later.

Actual Behavior

It is not possible to determine the digests of images used in a TaskRun today.

cc @imjasonh @bobcatfish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant