Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-24615

Helm Chart for EAP 8 don't pick up images for JDK 17

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Blocker Blocker
    • None
    • 8.0.0.Beta
    • HelmChart
    • None
    • False
    • None
    • False
    • Workaround Exists
    • Hide

      set JDK11 images in vaules.yaml file to JDK17 images

      Show
      set JDK11 images in vaules.yaml file to JDK17 images

      When you have a values.yaml file that is like:

          jdk: "17"
          jdk11:
            builderImage: registry.redhat.io/jboss-eap-8-tech-preview/eap8-openjdk11-builder-openshift-rhel8:latest
            runtimeImage: registry.redhat.io/jboss-eap-8-tech-preview/eap8-openjdk11-runtime-openshift-rhel8:latest
          jdk17:
            builderImage: registry.redhat.io/jboss-eap-8-tech-preview/eap8-openjdk17-builder-openshift-rhel8:latest
            runtimeImage: registry.redhat.io/jboss-eap-8-tech-preview/eap8-openjdk17-runtime-openshift-rhel8:latest
      

      and you create a release:

      helm install \
          eap helm-charts/charts/eap8 \
          --replace \
          -f values.yaml \
          --dependency-update
      

      The application is built using JDK11 images instead of JDK17 images;

      We used https://github.com/jmesnil/eap-charts/ branch eap8-dev

            jmesnil1@redhat.com Jeff Mesnil
            tborgato@redhat.com Tommaso Borgato
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: