-
Use caseIn CI flow, we want to baseline the docker images we used for each workflow pipeline, so we know what is really executed for it. What I expectIn the end of step like What I checked/tried
Or possible?
|
Beta Was this translation helpful? Give feedback.
Answered by
ajkaanbal
May 31, 2022
Replies: 2 comments 3 replies
-
|
You should be able to parse the workflow YAML and get the images from each template. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
you can use jq, something like: or to inspect all related pods: |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
larrycai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use jq, something like:
or to inspect all related pods: