[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
This commit is contained in:
Daniel Y 2022-09-14 09:29:45 +08:00 committed by GitHub
parent 892d867270
commit 009cb68011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -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 ;

View File

@ -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 ;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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