You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"[WARNING] JDK $java_version is deprecated and support will be removed in a future release, please upgrade to JDK version $RECOMMENDED_JDK_VERSION or higher"
echo"Warning: JDK $JAVA_VERSION is deprecated and support will be removed in a future release, please upgrade to JDK version $RECOMMENDED_JDK_VERSION or higher"
Copy file name to clipboardExpand all lines: docker/dockerfiles/allin1/allin1-ubuntu.Dockerfile
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,14 @@ ARG DEPLOYDIR=/data/deploy
33
33
ENV SR_HOME=${DEPLOYDIR}/starrocks
34
34
35
35
RUN apt-get update -y && apt-get install -y --no-install-recommends \
36
-
openjdk-17-jdk python3 python-is-python3 mysql-client curl vim tree net-tools less tzdata linux-tools-common linux-tools-generic supervisor nginx netcat-traditional locales tini libssl-dev && \
36
+
openjdk-21-jdk python3 python-is-python3 mysql-client curl vim tree net-tools less tzdata linux-tools-common linux-tools-generic supervisor nginx netcat-traditional locales tini libssl-dev && \
Copy file name to clipboardExpand all lines: docker/dockerfiles/be/be-ubuntu.Dockerfile
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -44,16 +44,16 @@ ARG GROUP=starrocks
44
44
ARG MINIMAL
45
45
46
46
# TODO: switch to `openjdk-##-jre` when the starrocks core is ready.
47
-
RUN OPTIONAL_PKGS="" && if [ "x$MINIMAL" = "xfalse" ] ; then OPTIONAL_PKGS="openjdk-17-jdk curl vim tree net-tools less pigz inotify-tools rclone gdb" ; fi && \
47
+
RUN OPTIONAL_PKGS="" && if [ "x$MINIMAL" = "xfalse" ] ; then OPTIONAL_PKGS="openjdk-21-jdk curl vim tree net-tools less pigz inotify-tools rclone gdb" ; fi && \
0 commit comments