未验证 提交 009cb680 编写于 作者: D Daniel Y 提交者: GitHub

[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
上级 892d8672
......@@ -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 ;
......
......@@ -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 ;
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册