Problem / need
The backend container image pins outdated Red Hat UBI9 OpenJDK 21 base tags (1.21) in backend/Dockerfile.jvm. Quarkus 3.x and the current RH OpenJDK container stream use tag 1.24. Staying on 1.21 misses platform updates and diverges from Quarkus defaults.
Proposed solution
Update both FROM lines in backend/Dockerfile.jvm:
registry.access.redhat.com/ubi9/openjdk-21:1.21 → registry.access.redhat.com/ubi9/openjdk-21:1.24
registry.access.redhat.com/ubi9/openjdk-21-runtime:1.21 → registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24
Verify:
Suggested milestone
Backlog
Impacted repos
Problem / need
The backend container image pins outdated Red Hat UBI9 OpenJDK 21 base tags (
1.21) inbackend/Dockerfile.jvm. Quarkus 3.x and the current RH OpenJDK container stream use tag1.24. Staying on1.21misses platform updates and diverges from Quarkus defaults.Proposed solution
Update both
FROMlines inbackend/Dockerfile.jvm:registry.access.redhat.com/ubi9/openjdk-21:1.21→registry.access.redhat.com/ubi9/openjdk-21:1.24registry.access.redhat.com/ubi9/openjdk-21-runtime:1.21→registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24Verify:
podman build -f backend/Dockerfile.jvm backend/Suggested milestone
Backlog
Impacted repos