From e68ec69bfae61bacc41431bf92b309ebf9c2a67a Mon Sep 17 00:00:00 2001 From: rick Date: Fri, 28 May 2021 09:05:39 +0800 Subject: [PATCH] Change the base image to ks image Signed-off-by: rick --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 2eef7ac..392613e 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -1,5 +1,5 @@ # This image is the base image for all KubeSphere v3 language container images. -FROM centos/s2i-core-centos7 +FROM kubespheredev/s2i-core-centos7:master ENV SUMMARY="Base image with essential libraries and tools used as a base for \ builder images like perl, python, ruby, etc." \