Closed hoegaarden closed 5 years ago
Done in https://github.com/pivotal-k8s/kind-on-c/commit/4a1b8c9b78e88859848fa6d837b57ad155c5c965 and earlier commits. The container diff we have in the commit message now should give a better overview of what has changed.
Right now the task file references the task image with its tag. This tag is a strangely computed thing. This was done, because we couldn't (or didn't know how) pin a container image via its digest. So we created our own digest-like tag and used that.
We now found how to pin an image by its digest 🎉:
Thus we want to do the following:
Bonus: