Replace the docker/podman binary by Jib to build the image
I like this idea. Thank you @jmesnil!
Do you feel we should move forward with this @jmesnil? I personally like the idea.
An improvement is to let users choose the archs of their images (in the draft, hard-coded to produce linux/amd64,linux/arm64 images)
The downside of that approach is that users can no longer add custom Docker RUN instructions to the application images and they no longer have a Dockerfile template to copy...
For this use case, we might want to keep support for docker or podman (flagged as Deprecated in the draft) and add the ability to point to a Dockerfile (which would replace the one generated by the Maven plug-in)