Please provide way to set jib as default builder for quarkus image build
#41881
Labels
area/cli
Related to quarkus cli (not maven/gradle/etc.)
area/container-image
kind/enhancement
New feature or request
Description
Right now,
quarkus image build
will do a docker build even ifquarkus.container-image.builder=jib
is set in pom.xml or application.propertiesSee:
If I use
quarkus image build -Dquarkus.container-image.builder=jib
it will make the jib image.If there isn't already (and I'm missing something), please provide a way to make jib (or any other) the default container image build via pom.xml
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: