Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
fix zipkin-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Jan 4, 2018
1 parent 46db2ba commit 5042c83
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions jhipster-zipkin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
FROM openzipkin/zipkin:2.4.2

# Embed zipkin dependencies, a spark job to compute the graph between microservices
ENV ZIPKIN_REPO=https://repo1.maven.org/maven2/io/zipkin/dependencies/zipkin-dependencies \
ZIPKIN_DEPENDENCIES_VERSION=1.11.1 \
ENV ZIPKIN_DEPENDENCIES_VERSION=1.11.1 \
STORAGE_TYPE=elasticsearch

RUN apk update && \ apk add ca-certificates wget openssl && \
update-ca-certificates && \
wget -O zipkin-dependencies.jar $ZIPKIN_REPO/$ZIPKIN_DEPENDENCIES_VERSION/zipkin-dependencies-$ZIPKIN_DEPENDENCIES_VERSION.jar
RUN curl -SL $ZIPKIN_REPO/io/zipkin/dependencies/zipkin-dependencies/$ZIPKIN_DEPENDENCIES_VERSION/zipkin-dependencies-$ZIPKIN_DEPENDENCIES_VERSION.jar > zipkin-dependencies.jar

# Copy CRON files
COPY periodic/ /etc/periodic/
Expand Down

0 comments on commit 5042c83

Please sign in to comment.