We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 443a283 + befabb8 commit 03097a3Copy full SHA for 03097a3
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=v0.22.0
+ARG SERVER_VERSION=4d1b01dc
2
3
# Builder image to compile the website
4
FROM ubuntu AS builder
@@ -27,7 +27,8 @@ RUN /usr/bin/yarn --cwd website \
27
&& /usr/bin/yarn --cwd website build
28
29
# Main image derived from openvsx-server
30
-FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
+# FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
31
+FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
32
ARG SERVER_VERSION
33
34
COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
0 commit comments