Build a custom extension registry from source
Build custom Open VSX server and CLI images from source and deploy them to your cluster. A source build gives you full control over the Open VSX version and allows custom modifications to the registry.
Before you begin
- You have the
octool installed. - You are logged in to the OpenShift cluster where OpenShift Dev Spaces is deployed as a cluster administrator.
Tip $ oc login https://<openshift_dev_spaces_fqdn> --username=<my_user> - You have Podman installed.
- You have access to a container registry where you can push images.
- You have
jqinstalled.
Procedure
Results
- Start any workspace and verify the published extensions are available in the Extensions view of the workspace IDE.
- Navigate to the Open VSX route URL to verify the registry UI displays the published extensions.
Related tasks
Related information