Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-2327

Quickstarts: use fast-jar docker file only

XMLWordPrintable

    • 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

            rsynek@redhat.com Radovan Synek
            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: