Skip to content

Commit

Permalink
调整镜像为docker官方hub
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhipei committed Aug 20, 2024
1 parent dcb4117 commit 290c018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/create-steedos-app/templates/default/.gitpod.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 290c018

Please sign in to comment.