@@ -23,7 +23,7 @@ Get Open VSX sources and navigate to the OpenShift deploy directory:
2323+
2424[bash,subs="verbatim",options="nowrap"]
2525----
26- git clone https://github.com/eclipse/openvsx.git &&
26+ git clone https://github.com/eclipse-openvsx /openvsx &&
2727cd openvsx/deploy/openshift
2828----
2929
@@ -36,7 +36,7 @@ The next step is to build and publish the Open VSX server image. To do this, run
3636export REGISTRY=quay.io &&
3737export NAMESPACE=myuser &&
3838export OPENVSX_SERVER_IMAGE_NAME=openvsx-server &&
39- export OPENVSX_VERSION=v0.27 .0 &&
39+ export OPENVSX_VERSION=v0.33 .0 &&
4040export OPENVSX_SERVER_IMAGE=${REGISTRY}/${NAMESPACE}/${OPENVSX_SERVER_IMAGE_NAME}:${OPENVSX_VERSION} &&
4141podman build -t "${OPENVSX_SERVER_IMAGE}" --build-arg "OPENVSX_VERSION=${OPENVSX_VERSION}" -f openvsx.Dockerfile . &&
4242podman login "${REGISTRY}" &&
@@ -111,7 +111,7 @@ Insert user PAT into OpenVSX database:
111111[bash,subs="verbatim",options="nowrap"]
112112----
113113oc exec -n openvsx "$POSTGRESQL_POD_NAME" -- bash -c \
114- "psql -d openvsx -c \"INSERT INTO personal_access_token (id, user_data, value, active, created_timestamp, accessed_timestamp, description) VALUES (1001, 1001, 'eclipse_che_token', true, current_timestamp, current_timestamp, 'extensions publisher');\""
114+ "psql -d openvsx -c \"INSERT INTO personal_access_token (id, user_data, value, active, created_timestamp, accessed_timestamp, description, notified ) VALUES (1001, 1001, 'eclipse_che_token', true, current_timestamp, current_timestamp, 'extensions publisher', false );\""
115115----
116116
117117. Configure {prod-short} to use the internal Open VSX.
0 commit comments