From bcafc664c3fdae486101dbf30fc358961f40fb5f Mon Sep 17 00:00:00 2001 From: chenzhipei Date: Tue, 20 Aug 2024 14:53:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E9=95=9C=E5=83=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=B8=BAdocker=E5=AE=98=E6=96=B9hub?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitpod.Dockerfile | 2 +- packages/create-steedos-app/templates/default/.gitpod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index ac7a232113..10a13945b0 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,4 +1,4 @@ -FROM ecr.aws.steedos.cn/dockerhub/steedos/gitpod-workspace-base:2.2.2 +FROM steedos/gitpod-workspace-base:2.2.2 # Install Meteor RUN curl https://install.meteor.com/?release=1.9.3 | sh diff --git a/packages/create-steedos-app/templates/default/.gitpod.yml b/packages/create-steedos-app/templates/default/.gitpod.yml index 88062f5d82..bdeb473694 100644 --- a/packages/create-steedos-app/templates/default/.gitpod.yml +++ b/packages/create-steedos-app/templates/default/.gitpod.yml @@ -1,4 +1,4 @@ -image: ecr.aws.steedos.cn/dockerhub/steedos/gitpod-workspace-base:2.2.5 +image: steedos/gitpod-workspace-base:2.2.5 # List the ports you want to expose and what to do when they are served. See https://www.gitpod.io/docs/config-ports/ ports: