Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Get Open VSX sources and navigate to the OpenShift deploy directory:
[bash,subs="verbatim",options="nowrap"]
----
git clone https://github.com/eclipse/openvsx.git &&
cd openvsx/deploy/openshift
cd openvsx/deploy/openshift &&
git checkout v0.32.3
----

. Prepare Open VSX server image.
Expand All @@ -36,7 +37,7 @@ The next step is to build and publish the Open VSX server image. To do this, run
export REGISTRY=quay.io &&
export NAMESPACE=myuser &&
export OPENVSX_SERVER_IMAGE_NAME=openvsx-server &&
export OPENVSX_VERSION=v0.27.0 &&
export OPENVSX_VERSION=v0.32.3 &&
export OPENVSX_SERVER_IMAGE=${REGISTRY}/${NAMESPACE}/${OPENVSX_SERVER_IMAGE_NAME}:${OPENVSX_VERSION} &&
podman build -t "${OPENVSX_SERVER_IMAGE}" --build-arg "OPENVSX_VERSION=${OPENVSX_VERSION}" -f openvsx.Dockerfile . &&
podman login "${REGISTRY}" &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Follow the instructions below to deploy and configure an on-premises Eclipse Ope

. Start a workspace using the Open VSX repository.
+
Create a workspace by using the following link:https://github.com/eclipse/openvsx[Eclipse Open VSX repository].
Create a workspace by using the following link:https://github.com/eclipse-openvsx/openvsx/tree/v0.32.3[Eclipse Open VSX repository].
+
[WARNING]
====
Expand Down
Loading