diff --git a/che-base/Containerfile b/che-base/Containerfile index b228c80..c9f38a8 100755 --- a/che-base/Containerfile +++ b/che-base/Containerfile @@ -1,4 +1,4 @@ -FROM harbor.weebo.fr/batleforc/che-min:latest +FROM gcr.io/batleforc/weebodevimage/che-base:main LABEL org.opencontainers.image.authors="batleforc" LABEL org.opencontainers.image.url="{{.Repo}}che-base" diff --git a/src-template/config.yaml b/src-template/config.yaml index 330cdd6..4c45fa4 100644 --- a/src-template/config.yaml +++ b/src-template/config.yaml @@ -1,3 +1,3 @@ -baseImage: "gcr.io/batleforc/weebodevimage/che-base:latest" +baseImage: "gcr.io/batleforc/weebodevimage/che-base:main" repo: "https://github.com/batleforc/WeeboDevImage/" regSource: "gcr.io/batleforc/weebodevimage/che-"