Rahul Mehta
04/19/2022, 2:52 PMflytekit
that'd enable specifying images like `docker.io/my-image@sha256:...`/is helpful to ensure that a specific workflow is locked to an exact image. Happy to make the PR later this week.Yee
Rahul Mehta
04/19/2022, 6:43 PMflytekit
and the image specified w/ the shasum failed a parsing step (looks like the regex is only looking for tag
). This is a pretty important feature for us since it's how we ensure dependency compatibility between a workflow & the corresponding container image in our existing Argo setup.Haytham Abuelfutuh