Pārlūkot izejas kodu

[Improvement-11834] Upgrade docker base image to support python3.9 (#11835)

* use openjdk:8-jre-slim-bullseye instead of buster to support python3.9

* use openjdk:8-jre-slim-bullseye instead of buster across all components
Daniel Y 2 gadi atpakaļ
vecāks
revīzija
009cb68011

+ 1 - 1
.github/workflows/cluster-test/mysql/Dockerfile

@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM openjdk:8-jre-slim-buster
+FROM openjdk:8-jre-slim-bullseye
 
 RUN apt update ; \
     apt install -y curl wget default-mysql-client sudo openssh-server netcat-traditional ;

+ 1 - 1
.github/workflows/cluster-test/postgresql/Dockerfile

@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM openjdk:8-jre-slim-buster
+FROM openjdk:8-jre-slim-bullseye
 
 RUN apt update ; \
     apt install -y curl wget sudo openssh-server netcat-traditional ;

+ 1 - 1
dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/docker/Dockerfile

@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM openjdk:8-jre-slim-buster
+FROM openjdk:8-jre-slim-bullseye
 
 ENV DOCKER true
 ENV TZ Asia/Shanghai

+ 1 - 1
dolphinscheduler-api/src/main/docker/Dockerfile

@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM openjdk:8-jre-slim-buster
+FROM openjdk:8-jre-slim-bullseye
 
 ENV DOCKER true
 ENV TZ Asia/Shanghai

+ 1 - 1
dolphinscheduler-master/src/main/docker/Dockerfile

@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM openjdk:8-jre-slim-buster
+FROM openjdk:8-jre-slim-bullseye
 
 ENV DOCKER true
 ENV TZ Asia/Shanghai

+ 1 - 1
dolphinscheduler-standalone-server/src/main/docker/Dockerfile

@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM openjdk:8-jre-slim-buster
+FROM openjdk:8-jre-slim-bullseye
 
 ENV DOCKER true
 ENV TZ Asia/Shanghai

+ 1 - 1
dolphinscheduler-tools/src/main/docker/Dockerfile

@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM openjdk:8-jre-slim-buster
+FROM openjdk:8-jre-slim-bullseye
 
 ENV DOCKER true
 ENV TZ Asia/Shanghai

+ 1 - 1
dolphinscheduler-worker/src/main/docker/Dockerfile

@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 
-FROM openjdk:8-jre-slim-buster
+FROM openjdk:8-jre-slim-bullseye
 
 ENV DOCKER true
 ENV TZ Asia/Shanghai