Skip to content

Commit

Permalink
Merge pull request #2571 from amvanbaren/test-4a4193d
Browse files Browse the repository at this point in the history
test 4a4193d
  • Loading branch information
amvanbaren committed May 14, 2024
2 parents 09b5e58 + bbb3b9e commit ab4211c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=9d053c71
ARG SERVER_VERSION=4a4193d

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

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

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
Expand Down
4 changes: 1 addition & 3 deletions configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,9 @@ ovsx:
webui:
frontendRoutes: "/extension/**,/namespace/**,/user-settings/**,/admin-dashboard/**,/about,/publisher-agreement-*,/terms-of-use,/members,/adopters"
eclipse:
# TODO change back to https://api.eclipse.org/ for release.
base-url: https://api-staging.eclipse.org/
base-url: https://api.eclipse.org/
publisher-agreement:
version: 1
timezone: US/Eastern
publishing:
require-license: true
elasticsearch:
Expand Down

0 comments on commit ab4211c

Please sign in to comment.