As mentioned here #310 (comment), properties like:
quarkus.container-image.group
quarkus.container-image.registry
quarkus.container-image.username
quarkus.container-image.password
are not proposed until the quarkus-container-image-deployment.jar is added to the classpath.
Expected behavior:
Properties should be available when the quarkus-container-image-docker extension (and possibly quarkus-container-image-jib and quarkus-container-image-s2i extensions) are added to the project.
As mentioned here #310 (comment), properties like:
are not proposed until the quarkus-container-image-deployment.jar is added to the classpath.
Expected behavior:
Properties should be available when the quarkus-container-image-docker extension (and possibly quarkus-container-image-jib and quarkus-container-image-s2i extensions) are added to the project.