Skip to content

[preview] rename preview-install to local-preview #11037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install/preview/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ packages:
config:
dockerfile: leeway.Dockerfile
image:
- ${imageRepoBase}/preview-install:${version}
- ${imageRepoBase}/local-preview:${version}
4 changes: 2 additions & 2 deletions install/preview/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gitpod Preview Installation
# Gitpod Local Preview

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

```bash
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
docker run --privileged --name gitpod --rm -it -v /tmp/gitpod:/var/gitpod eu.gcr.io/gitpod-core-dev/build/preview-install
```

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