Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-824

quarkus-maven-plugin uses wrong version of Mandrel builder container (20.1 instead of 20.3)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 1.11.GA, 1.11.3.ER7
    • 1.11.0.ER1, 1.11.2.ER1, 1.11.3.ER5
    • team/prod
    • Hide
      mvn io.quarkus:quarkus-maven-plugin:1.11.2.Final-redhat-00003:create \      
          -DprojectGroupId=org.acme \
          -DprojectArtifactId=getting-started \
          -DplatformGroupId=com.redhat.quarkus \
          -DplatformVersion=1.11.2.Final-redhat-00003 \
          -DclassName="org.acme.quickstart.GreetingResource" \
          -Dpath="/hello" \
          -Dmaven.repo.local=/path/to/unzipped/rh-quarkus-1.11.2.GA-maven-repository/maven-repository
      cd getting-started
      mvn clean package -Dnative -Dmaven.repo.local=/path/to/unzipped/rh-quarkus-1.11.2.GA-maven-repository/maven-repository -Dquarkus.native.container-build=true
      
      Show
      mvn io.quarkus:quarkus-maven-plugin:1.11.2.Final-redhat-00003:create \ -DprojectGroupId=org.acme \ -DprojectArtifactId=getting-started \ -DplatformGroupId=com.redhat.quarkus \ -DplatformVersion=1.11.2.Final-redhat-00003 \ -DclassName= "org.acme.quickstart.GreetingResource" \ -Dpath= "/hello" \ -Dmaven.repo. local =/path/to/unzipped/rh-quarkus-1.11.2.GA-maven-repository/maven-repository cd getting-started mvn clean package -Dnative -Dmaven.repo. local =/path/to/unzipped/rh-quarkus-1.11.2.GA-maven-repository/maven-repository -Dquarkus.native.container-build=true
    • Undefined
    • +
    • ---

    Description

      With RHBQ 1.11.0.ER1 and 1.11.2.ER1, wrong version of Mandrel is used for native image build:

      ➜  getting-started mvn clean package -Dnative -Dmaven.repo.local=/home/mjurc/Downloads/rh-quarkus-1.11.2.GA-maven-repository/maven-repository -Dquarkus.native.container-build=true
      .
      .
      .
      [INFO] --- quarkus-maven-plugin:1.11.2.Final-redhat-00003:build (default) @ getting-started ---
      [INFO] [org.jboss.threads] JBoss Threads version 3.2.0.Final-redhat-00002
      [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Using docker to run the native image builder
      [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Checking image status registry.access.redhat.com/quarkus/mandrel-20-rhel8:20.1
      

      Expected tag is registry.access.redhat.com/quarkus/mandrel-20-rhel8:20.3.

      Attachments

        Issue Links

          Activity

            People

              hamadhan@redhat.com Harsh Madhani
              mjurc@redhat.com Michal Jurc
              Jose Carvajal Hilario Jose Carvajal Hilario
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: