Skip to content

Commit

Permalink
chore:set version of openvsx; remove plugins folder from httpd
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <[email protected]>
  • Loading branch information
svor committed Sep 6, 2024
1 parent 568c9c0 commit 88d05aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 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 Expand Up @@ -92,8 +90,6 @@ RUN \
RUN sed -i /etc/httpd/conf/httpd.conf \
-e "s,Listen 80,Listen 8080," \
-e "s,logs/error_log,/dev/stderr," \
-e "/<IfModule log_config_module>/a SetEnvIf User-Agent \"^kube-probe/\" dontlog" \
-e 's,CustomLog "logs/access_log" combined,CustomLog /dev/stdout combined env=!dontlog,' \
-e "s,AllowOverride None,AllowOverride All," && \
chmod a+rwX /etc/httpd/conf /etc/httpd/conf.d /run/httpd /etc/httpd/logs/

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 88d05aa

Please sign in to comment.