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 03097a3 + ba1903e commit 2eaa7f1Copy full SHA for 2eaa7f1
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG SERVER_VERSION=4d1b01dc
+ARG SERVER_VERSION=v0.22.1
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