Skip to content

Commit 503e8ff

Browse files
authored
Merge pull request #3094 from amvanbaren/release-v0.18.1
Release v0.18.1
2 parents 0911af4 + 87c21f6 commit 503e8ff

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG SERVER_VERSION=c060010a
1+
ARG SERVER_VERSION=v0.18.1
22

33
# Builder image to compile the website
44
FROM ubuntu AS builder
@@ -27,8 +27,7 @@ RUN /usr/bin/yarn --cwd website \
2727
&& /usr/bin/yarn --cwd website build
2828

2929
# 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}
3231
ARG SERVER_VERSION
3332

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

configuration/application.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ server:
2525
spring:
2626
application:
2727
name: openvsx-server
28+
autoconfigure:
29+
# don't send traces to Zipkin
30+
exclude: org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinAutoConfiguration
2831
config:
2932
import: file:${DEPLOYMENT_CONFIG}
3033
cache:
@@ -81,7 +84,7 @@ management:
8184
exposure:
8285
include:
8386
- health
84-
- prometheus
87+
# - prometheus
8588
tracing:
8689
sampling:
8790
probability: 0.1

0 commit comments

Comments
 (0)