Skip to content

Commit

Permalink
Update openjdk version from 11 to 17 (eclipse-che#535)
Browse files Browse the repository at this point in the history
Update openjdk version from 11 to 17 in order to fix the che-server sturtup error
  • Loading branch information
vinokurig authored and ibuziuk committed Aug 9, 2023
1 parent 842f76b commit 25df3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/che/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25df3af

Please sign in to comment.