Hi
I am trying to understand whether it should be possible to load a custom docker image, created via eg maven build, into the configured testcontainer running the Kind/K3s cluster. My Deployment fails as the custom image isn't present, and normally I would do kind load docker-image <myimage> but that is not possible here...