Skip to content

Commit 5800e3c

Browse files
Pothulapatiroboquat
authored andcommitted
[preview] rename preview-install to local-preview
This PR updates the new preview installation method, to be called `local-preview`. This is part of the recent change across the documentation https://github.com/gitpod-io/website/pull/2326 The image tag is still `preview-install` in the readme's and other documentations, but it will be updated once we start publishing releases with it. Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent bbfa4ce commit 5800e3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/preview/BUILD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ packages:
1414
config:
1515
dockerfile: leeway.Dockerfile
1616
image:
17-
- ${imageRepoBase}/preview-install:${version}
17+
- ${imageRepoBase}/local-preview:${version}

install/preview/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Gitpod Preview Installation
1+
# Gitpod Local Preview
22

33
This repo helps users to try out and preview self-hosted Gitpod **locally** without all the things
44
needed for a production instance. The aim is to provide an installation mechanism as minimal and
@@ -7,7 +7,7 @@ simple as possible.
77
## Installation
88

99
```bash
10-
docker run --privileged --name gitpod --rm -it -v /tmp/gitpod:/var/gitpod eu.gcr.io/gitpod-core-dev/build/preview-install:tar-preview-output.2
10+
docker run --privileged --name gitpod --rm -it -v /tmp/gitpod:/var/gitpod eu.gcr.io/gitpod-core-dev/build/preview-install
1111
```
1212

1313
Once the above command starts running and the pods are ready (can be checked by running `docker exec gitpod kubectl get pods`),

0 commit comments

Comments
 (0)