Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2021-10-19 07:17:38 +0300
committerEvan Read <eread@gitlab.com>2021-10-19 07:17:38 +0300
commita063a75a5596b5b076ccf28a56dc6e854539fcc9 (patch)
tree837a9fc4b22d123a65a8f4be5c37719c6ec76584
parent88c88fb77db533bf78b4f4b4ac1712173e756b0a (diff)
Use same Docker image as the GitLab project for Gitpoderead/use-same-image-for-gitpod-as-gitlab-project
-rw-r--r--.gitpod.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index d0b6ff35..6c7f5d8d 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,3 +1,5 @@
+image: registry.gitlab.com/gitlab-org/gitlab-development-kit/gitpod-workspace:stable
+
ports:
- port: 3004
onOpen: open-browser