Skip to content

Commit

Permalink
Update openvsx config; remove /v3/plugins from the container (#1099)
Browse files Browse the repository at this point in the history
* chore:set version of openvsx; remove plugins folder from httpd

Signed-off-by: Valeriy Svydenko <[email protected]>

* code cleanup

Signed-off-by: Valeriy Svydenko <[email protected]>

---------

Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor authored Sep 10, 2024
1 parent 4ef9aba commit 5d7267e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dependencies/che-plugin-registry/build/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ RUN mkdir -p /tmp/opt
COPY --chown=0:0 /ovsx.tar.gz .
RUN tar -xf ovsx.tar.gz -C / && rm ovsx.tar.gz && ls -la /tmp/opt/ovsx/bin/

RUN mkdir -p /var/www/html/v3/plugins/

RUN \
# Apply permissions to later change these files on httpd
chmod g+rwx /var/log/httpd && chmod g+rw /run/httpd && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ ovsx:
clear-on-start: true
databasesearch:
enabled: true
registry:
version: 'v0.15.8'

0 comments on commit 5d7267e

Please sign in to comment.