-
Task
-
Resolution: Done
-
Minor
-
None
-
None
-
2021 Week 07-09 (from Feb 15)
-
3
-
Undefined
-
NEW
-
NEW
Read https://github.com/quarkusio/quarkus/wiki/Migration-Guide-1.12#fast-jar-as-default
Specifically:
Dockerfiles For existing applications, you have two Dockerfiles: Dockerfile.jvm: this is the one for the legacy-jar packaging Dockerfile.fast-jar: this is the one for fast-jar packaging (so the new default) For newly generated applications, the situation is a bit different: Dockerfile.jvm: this is the one for the fast-jar packaging (so the new default) Dockerfile.legacy-jar: this is the one for legacy-jar Note that if you want all your applications to be consistent, you can just update the Dockerfiles of your existing applications with the ones of a newly generated project.
All our quickstarts should use Dockerfile.jvm with fast-jar packaging (the new default) Wipe out all trace of legacy-jar