Skip to content

Commit 29c49c8

Browse files
authored
Merge pull request #3625 from amvanbaren/test-327e8d14
test 327e8d14
2 parents a5d5852 + 4f37668 commit 29c49c8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=v0.23.4
1+
ARG SERVER_VERSION=327e8d14
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder
@@ -27,7 +27,8 @@ RUN /usr/bin/yarn --cwd website \
2727
&& /usr/bin/yarn --cwd website build
2828

2929
# Main image derived from openvsx-server
30-
FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
30+
#FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
31+
FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
3132
ARG SERVER_VERSION
3233

3334
COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/

configuration/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ ovsx:
166166
webui:
167167
frontendRoutes: "/extension/**,/namespace/**,/user-settings/**,/admin-dashboard/**,/about,/publisher-agreement-*,/terms-of-use,/members,/adopters,/error"
168168
eclipse:
169-
base-url: https://api.eclipse.org/
169+
base-url: https://api-staging.eclipse.org/
170170
publisher-agreement:
171171
version: 1
172172
publishing:

0 commit comments

Comments
 (0)