File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- ARG SERVER_VERSION=c060010a
1
+ ARG SERVER_VERSION=v0.18.1
2
2
3
3
# Builder image to compile the website
4
4
FROM ubuntu AS builder
@@ -27,8 +27,7 @@ RUN /usr/bin/yarn --cwd website \
27
27
&& /usr/bin/yarn --cwd website build
28
28
29
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}
30
+ FROM ghcr.io/eclipse/openvsx-server:${SERVER_VERSION}
32
31
ARG SERVER_VERSION
33
32
34
33
COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/
Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ server:
25
25
spring :
26
26
application :
27
27
name : openvsx-server
28
+ autoconfigure :
29
+ # don't send traces to Zipkin
30
+ exclude : org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinAutoConfiguration
28
31
config :
29
32
import : file:${DEPLOYMENT_CONFIG}
30
33
cache :
@@ -81,7 +84,7 @@ management:
81
84
exposure :
82
85
include :
83
86
- health
84
- - prometheus
87
+ # - prometheus
85
88
tracing :
86
89
sampling :
87
90
probability : 0.1
You can’t perform that action at this time.
0 commit comments