-
Notifications
You must be signed in to change notification settings - Fork 248
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
How to upgrade to Java 17 for AM and IG Apps in 7.3 in AWS EKS #683
Comments
Hi @sandeepk24. Yes you will need to follow the steps in the forgeops doc here: https://backstage.forgerock.com/docs/forgeops/7.3/how-to/base-docker-images.html. It explains how to build the java-17 image then you can build the AM/IG images to include that. 7.3 uses java-17 by default so I'm guessing you have upgraded on an older version of the products? |
Hey @lee-baines thank you for the response. We have 7.3 currently installed and want to upgrade the Java 17 to 21 on IG and 11 to 21 on AM. We have Java 11 used for the am and 17 for IG pods to build dockers images. And they look like are default configurations. FROM gcr.io/forgerock-io/ig:2024.3.0 COPY debian-buster-sources.list /etc/apt/sources.list ARG CONFIG_PROFILE=cdk USER root |
Also how is this install coming for current default deploy? The java versions are different for different apps. |
Hi @lee-baines, I see this has Java 21 FROM gcr.io/forgerock-io/ig:2024.6.0 Is there a Release notes where we can refer to see what changes have been made from ig:2024.3.0 to ig:2024.6.0? Thanks, |
Hi @sandeepk24, sorry for not getting back sooner. Yes unfortunately the products aren't aligned on the base Java image version yet but they are working towards that. All the product pipelines are built independently so the Java version is set upstream. This page explains the supported Java versions compared to the IG versions: |
Please let me know if we need to update the docker file what the supported version as per FRG documentation for AM and IG Pods.
The text was updated successfully, but these errors were encountered: