Skip to content

Commit

Permalink
Merge pull request #2548 from amvanbaren/test-ccd2c8ae
Browse files Browse the repository at this point in the history
test ccd2c8ae
  • Loading branch information
amvanbaren committed May 7, 2024
2 parents 60dedb8 + aa1449b commit 76ac1e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG SERVER_VERSION=v0.15.1
ARG SERVER_VERSION=ccd2c8ae

# Builder image to compile the website
FROM ubuntu as builder
Expand Down Expand Up @@ -29,7 +29,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}
ARG SERVER_VERSION

COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
Expand Down
2 changes: 1 addition & 1 deletion configuration/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ management:
- prometheus
tracing:
sampling:
probability: 0
probability: 1 # TODO lower to 0.1 in production
org:
jobrunr:
job-scheduler:
Expand Down

0 comments on commit 76ac1e1

Please sign in to comment.