Skip to content

Commit

Permalink
Merge pull request #100 from acend/dst/fix_browser_env
Browse files Browse the repository at this point in the history
OLA-83: remove env from Dockerfile
  • Loading branch information
sybnex authored Oct 26, 2022
2 parents 4cecea0 + d6d95ef commit 792a089
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ARG MINIKUBE_VERSION=v1.27.1
# renovate: datasource=github-tags depName=aquasecurity/trivy
ARG TRIVY_VERSION=0.32.1

ADD package.json /package.json
RUN addgroup theia && \
adduser -G theia -s /bin/sh -D theia && \
chmod g+rw /home && \
Expand Down Expand Up @@ -119,7 +120,6 @@ COPY --from=0 --chown=theia:theia /home/theia /home/theia

ENV SHELL=/bin/bash \
THEIA_DEFAULT_PLUGINS=local-dir:/home/theia/plugins \
THEIA_WEBVIEW_EXTERNAL_ENDPOINT='{{uuid}}.{{hostname}}'\
USE_LOCAL_GIT=true

USER theia
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/webshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: webshell
description: A Helm chart to deploy a webshell environment
type: application
version: 0.2.17
appVersion: "0.2.17"
version: 0.2.18
appVersion: "0.2.18"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"frontend": {
"config": {
"defaultTheme": "dark"
}
},
"warnOnPotentiallyInsecureHostPattern": false
}
},
"theiaPluginsDir": "plugins",
Expand Down

0 comments on commit 792a089

Please sign in to comment.