Skip to content

Commit af7378d

Browse files
committed
docker: gitpod docker image build
1 parent 3bdee59 commit af7378d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "R-Dev-Env",
3-
"image": "ghcr.io/startrooper08/r-dev-env:devel",
3+
"image": "ghcr.io/r-devel/r-dev-env:devel",
44
"hostRequirements": {
55
"cpus": 4
66
},

.gitpod.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
image:
2-
file: .gitpod.Dockerfile
3-
#after first build of gitpod docker image change file to image with the tag.
1+
image: ghcr.io/r-devel/r-dev-env:gitpod.devel
42

53
tasks:
64
- name: Initial Setup for R-dev-env Gitpod Workspace

0 commit comments

Comments
 (0)