2018-04-29 12:55:29 UTC
94.6 MB
/etc/shinit.sh
JAVA_HOME/usr/local/java
JAVA_OPTS-Djava.security.egd=file:/dev/./urandom
JRE/usr/local/java/jre
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/java/jre/bin:/usr/local/java/bin
ZIPKIN_REPOhttps://jcenter.bintray.com
ZIPKIN_VERSION2.8.2
[#000] sha256:3a9e9033596caac98d48bcedc62869426cfc8a504b3fdf8555fe72675107c2ed - 47.74% (45.1 MB)
[#001] sha256:e415804044580214a8c28cbe94d55c515db47922c3a01986920360a076cb5079 - 0.0% (903 Bytes)
[#002] sha256:c68a1262225d7d757bcc36eb918b4c5f9eadae569079365e30357fa5998641fb - 52.26% (49.4 MB)
/bin/sh -c #(nop) MAINTAINER OpenZipkin "http://zipkin.io/"
2018-04-29 12:55:21 UTC/bin/sh -c #(nop) ENV ZIPKIN_REPO=https://jcenter.bintray.com
2018-04-29 12:55:21 UTC/bin/sh -c #(nop) ENV ZIPKIN_VERSION=2.8.2
2018-04-29 12:55:22 UTC/bin/sh -c #(nop) ENV JAVA_OPTS=-Djava.security.egd=file:/dev/./urandom
2018-04-29 12:55:22 UTC/bin/sh -c #(nop) COPY dir:d3e5ae88b32fd50e90834d6bacb7d95a404d297853106ed3b081a371ef0d539d in /zipkin/
2018-04-29 12:55:22 UTC/bin/sh -c #(nop) WORKDIR /zipkin
2018-04-29 12:55:29 UTC/bin/sh -c apk add unzip --no-cache && curl -SL $ZIPKIN_REPO/io/zipkin/java/zipkin-server/$ZIPKIN_VERSION/zipkin-server-$ZIPKIN_VERSION-exec.jar > zipkin-server.jar && unzip zipkin-server.jar ; rm zipkin-server.jar && curl -SL $ZIPKIN_REPO/io/zipkin/java/zipkin-autoconfigure-collector-scribe/$ZIPKIN_VERSION/zipkin-autoconfigure-collector-scribe-$ZIPKIN_VERSION-module.jar > scribe.jar && unzip scribe.jar -d scribe && rm scribe.jar && curl -SL $ZIPKIN_REPO/io/zipkin/java/zipkin-autoconfigure-collector-kafka10/$ZIPKIN_VERSION/zipkin-autoconfigure-collector-kafka10-$ZIPKIN_VERSION-module.jar > kafka10.jar && unzip kafka10.jar -d kafka10 && rm kafka10.jar && apk del unzip
2018-04-29 12:55:29 UTC/bin/sh -c #(nop) EXPOSE 9410/tcp 9411/tcp
2018-04-29 12:55:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh" "-c" "test -n \"$STORAGE_TYPE\" && source .${STORAGE_TYPE}_profile; test -n \"$SCRIBE_ENABLED\" && JAVA_OPTS=\"${JAVA_OPTS} -Dloader.path=scribe -Dspring.profiles.active=scribe\"; test -n \"$KAFKA_BOOTSTRAP_SERVERS\" && JAVA_OPTS=\"${JAVA_OPTS} -Dloader.path=kafka10 -Dspring.profiles.active=kafka\"; exec java ${JAVA_OPTS} -cp . org.springframework.boot.loader.PropertiesLauncher"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.