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 d41a61d commit 743278eCopy full SHA for 743278e
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=bb72e3e2
+ARG SERVER_VERSION=v0.26.0
2
3
# Builder image to compile the website
4
FROM ubuntu AS builder
@@ -27,8 +27,7 @@ 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}
31
-FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
+FROM ghcr.io/eclipse/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