This channel is for discussions related to Eclipse JKube, successor of Fabric8 Maven Plugin.
Hi all. I'm researching alternatives for our current docker-daemon based image build. I would like to hear any suggestions from you.
Currently, we are building an image using dockerFile with multi-stages feature.
In the first stage, I take a graal-vm image and I install native-image on it.
In the next stage, I copy our project's generated jars to it and run native-image tool on them.
And in the last stage, I take a small Linux distro and copy the artifacts from stage 2 to it.
Question: can we achieve that using docker-daemon-less feature of jkube ?