Skip to content

Commit

Permalink
use container image
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed Sep 27, 2021
1 parent ef2e1f2 commit 10396f3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 37 deletions.
3 changes: 1 addition & 2 deletions .gitpod.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gitpodPrebuild.exec('yarn install');
gitpodPrebuild.exec('npx projen compile');

let gitpod = new Gitpod(project, {
dockerImage: DevEnvironmentDockerImage.fromFile('.gitpod.Dockerfile'),
dockerImage: DevEnvironmentDockerImage.fromImage('public.ecr.aws/pahudnet/gitpod-workspace:latest'),
prebuilds: {
addCheck: true,
addBadge: true,
Expand Down
10 changes: 5 additions & 5 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 15 additions & 29 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 10396f3

Please sign in to comment.