You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, we need to pick on or the other - in this case we seem to picking the latter.
I guess we could make this an error though, WDYT @zakkak ?
If I recall correctly the reasoning behind this was that if you are setting container-runtime then you probably are interested in using a container to build the native image. I can see however that someone might have this set in the application properties file while experimenting with -Dquarkus.native.container-build=false on the command line.
I would personally prefer honoring container-build and throwing a warning (if necessary) instead of an error, but I think Quarkus users are more suitable to answer this :)
Makes -Dquarkus.native.container-runtime=true not imply
-Dquarkus.native.container-build=true and respect the value of the
latter. Additionally makes isContainerBuild checks consistent.
I.e. if -Dquarkus.native.container-runtime=true
-Dquarkus.native.container-build=false are passed as parameters Quarkus
will not use a builder image.
Closes: quarkusio#20258
Makes -Dquarkus.native.container-runtime=docker not imply
-Dquarkus.native.container-build=true when the latter is explicitly set
to false. Additionally makes isContainerBuild checks consistent.
I.e. if -Dquarkus.native.container-runtime=podman
-Dquarkus.native.container-build=false are passed as parameters Quarkus
will not use a builder image.
Closes: quarkusio#20258
Describe the bug
application.properties
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
windows10
Output of
java -version
11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.2.2-final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: