Skip to content

Commit

Permalink
Merge pull request #3032 from amvanbaren/test-ce956f8a
Browse files Browse the repository at this point in the history
test ce956f8a
  • Loading branch information
amvanbaren authored Oct 15, 2024
2 parents 042aa5e + edccb97 commit 30199de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.17.0
ARG SERVER_VERSION=ce956f8a

# Builder image to compile the website
FROM ubuntu AS builder
Expand Down Expand Up @@ -27,7 +27,8 @@ RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website build

# Main image derived from openvsx-server
FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
# FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
ARG SERVER_VERSION

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
Expand Down
2 changes: 2 additions & 0 deletions configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ bucket4j:
time: 1
unit: seconds
ovsx:
upstream:
url: https://open-vsx.org
storage:
primary-service: azure-blob
webui:
Expand Down

0 comments on commit 30199de

Please sign in to comment.