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." \