-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quarkus 3 quarkus.package.type=native-sources require docker/podman or native-image #33161
Comments
+1 |
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
May 15, 2023
zakkak
added a commit
to zakkak/quarkus
that referenced
this issue
May 15, 2023
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 23, 2023
Closes: quarkusio#33161 (cherry picked from commit db9ffd7)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
May 23, 2023
Closes: quarkusio#33161 (cherry picked from commit db9ffd7)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Starting from version 3 of Quarkus, the behavior of the command './gradlew build '-Dquarkus.package.type=native-sources'' changed, as it now requires either Docker/Podman or native-image installed on the host. Up until version 2.16.0.Final, it did not require Docker or native-image to be installed.
Expected behavior
It is expected not to require Docker/Podman or native-image, just as it worked in version 2.16.
Actual behavior
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.0.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)gardlew 8
Additional information
No response
The text was updated successfully, but these errors were encountered: