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.
1 parent 7f993a1 commit 3c27a1aCopy full SHA for 3c27a1a
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=v0.26.0
+ARG SERVER_VERSION=6877cf4f
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