Skip to content

Commit

Permalink
Merge pull request #2313 from EclipseFdn/main
Browse files Browse the repository at this point in the history
Release v0.14.3
  • Loading branch information
amvanbaren authored Jan 30, 2024
2 parents 7ff1ff8 + 007f680 commit 97e1417
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website build

# Main image derived from openvsx-server
FROM ghcr.io/eclipse/openvsx-server:v0.14.1
FROM ghcr.io/eclipse/openvsx-server:v0.14.3

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/
9 changes: 9 additions & 0 deletions configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
# for database access and ovsx.storage.azure for file storage access.
# Additional properties are loaded from the file provided with the
# DEPLOYMENT_CONFIG environment variable.
logging:
level:
org:
eclipse:
openvsx:
adapter: DEBUG

server:
address: 0.0.0.0
Expand Down Expand Up @@ -149,3 +155,6 @@ ovsx:
seconds: 300
integrity:
key-pair: create
vscode:
upstream:
update-on-start: true

0 comments on commit 97e1417

Please sign in to comment.