Skip to content

Commit 5d7267e

Browse files
authored
Update openvsx config; remove /v3/plugins from the container (#1099)
* 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]>
1 parent 4ef9aba commit 5d7267e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencies/che-plugin-registry/build/dockerfiles/Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ RUN mkdir -p /tmp/opt
5454
COPY --chown=0:0 /ovsx.tar.gz .
5555
RUN tar -xf ovsx.tar.gz -C / && rm ovsx.tar.gz && ls -la /tmp/opt/ovsx/bin/
5656

57-
RUN mkdir -p /var/www/html/v3/plugins/
58-
5957
RUN \
6058
# Apply permissions to later change these files on httpd
6159
chmod g+rwx /var/log/httpd && chmod g+rw /run/httpd && \

dependencies/che-plugin-registry/build/dockerfiles/application.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ ovsx:
4949
clear-on-start: true
5050
databasesearch:
5151
enabled: true
52+
registry:
53+
version: 'v0.15.8'

0 commit comments

Comments
 (0)