Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
Bump ZIPKIN_VERSION to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerzipkindeployer committed Dec 19, 2016
1 parent 47e3b52 commit a6869a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cassandra/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM openzipkin/jre-full:1.8.0_112
MAINTAINER OpenZipkin "http://zipkin.io/"

ENV ZIPKIN_VERSION 1.17.1
ENV ZIPKIN_VERSION 1.18.0

# Temporarily hard-code zipkin's configuration to a class that looks up the container's IP
ADD ZipkinConfigurationLoader.class /cassandra/build/classes/main/ZipkinConfigurationLoader.class
Expand Down
2 changes: 1 addition & 1 deletion mysql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /mysql
ADD install.sh /mysql/install
RUN /mysql/install

ENV ZIPKIN_VERSION 1.17.1
ENV ZIPKIN_VERSION 1.18.0

ADD configure.sh /mysql/configure
RUN /mysql/configure
Expand Down
2 changes: 1 addition & 1 deletion zipkin-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nginx:alpine

ENV ZIPKIN_REPO https://jcenter.bintray.com
ENV ZIPKIN_VERSION 1.17.1
ENV ZIPKIN_VERSION 1.18.0

RUN apk add --update --no-cache nginx curl && \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/* && \
Expand Down
2 changes: 1 addition & 1 deletion zipkin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM openzipkin/jre-full:1.8.0_112
MAINTAINER OpenZipkin "http://zipkin.io/"

ENV ZIPKIN_REPO https://jcenter.bintray.com
ENV ZIPKIN_VERSION 1.17.1
ENV ZIPKIN_VERSION 1.18.0

# Use to set heap, trust store or other system properties.
ENV JAVA_OPTS -Djava.security.egd=file:/dev/./urandom
Expand Down

0 comments on commit a6869a3

Please sign in to comment.