Merge pull request #540 from ibuziuk/3.7.2

Update openjdk version from 11 to 17 (#535)
All tests passed, merging.
7.67.x
Samantha Dawley 2023-08-09 14:08:14 -07:00 committed by GitHub
commit 2f0011dab8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ FROM registry.access.redhat.com/ubi8-minimal:8.7-1107
USER root
ENV CHE_HOME=/home/user/eclipse-che
ENV JAVA_HOME=/usr/lib/jvm/jre
RUN microdnf install java-11-openjdk-headless tar gzip shadow-utils findutils && \
RUN microdnf install java-17-openjdk-headless tar gzip shadow-utils findutils && \
microdnf update -y && \
microdnf -y clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages" && \
adduser -G root user && mkdir -p /home/user/eclipse-che