Skip to content

Commit

Permalink
Merge pull request #3317 from amvanbaren/caching-test-baseline
Browse files Browse the repository at this point in the history
caching test baseline
  • Loading branch information
amvanbaren authored Jan 15, 2025
2 parents c4b1065 + a49d79a commit d8ce217
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.21.0-rc.1
ARG SERVER_VERSION=v0.19.0

# Builder image to compile the website
FROM ubuntu AS builder
Expand Down Expand Up @@ -27,8 +27,7 @@ RUN /usr/bin/yarn --cwd website \
&& /usr/bin/yarn --cwd website build

# Main image derived from openvsx-server
# FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
FROM docker.io/amvanbaren/openvsx-server:${SERVER_VERSION}
FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
ARG SERVER_VERSION

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

0 comments on commit d8ce217

Please sign in to comment.