Skip to content

Commit

Permalink
Merge pull request #2240 from amvanbaren/release-0.14.2
Browse files Browse the repository at this point in the history
Release v0.14.2
  • Loading branch information
amvanbaren authored Dec 11, 2023
2 parents b8d8381 + 98d645b commit 858db1c
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.2

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 858db1c

Please sign in to comment.