This was a proof of concept for https://github.com/kiagnose/kiagnose
# build checkup-framework's image
$ ./build/build-image
# override CRI to use a different container runtime
$ CRI=docker ./build/build-image
- Push the built image to a registry of your choice.
- See example manifest under:
checkups/echo/manifests/echo-checkup-framework-job.yaml
.