Namespace
openzipkin
Image / Tag
zipkin:2.8.2
Content Digest
sha256:dccd52b362fe62387fd5b92bfffd2623583745f6e74cda5c569ea2a75b53a6f7
Details
Created

2018-04-29 12:55:29 UTC

Size

94.6 MB

Content Digest
Labels
  • org.label-schema.build-date
    2017-11-22T12:21:17Z
  • org.label-schema.docker.dockerfile
    /maven-infrastructure/docker-baseimages/alpine-zulu-jdk9/Dockerfile
  • org.label-schema.license
    Apache License - Version 2.0
  • org.label-schema.name
    Maven Docker Infrastructure - Zulu JDK8 Baseimage
  • org.label-schema.vcs-ref
  • org.label-schema.vcs-type
    Github
  • org.label-schema.vcs-url
    https://github.com/Cantara/maven-infrastructure

Environment
ENV

/etc/shinit.sh

JAVA_HOME

/usr/local/java

JAVA_OPTS

-Djava.security.egd=file:/dev/./urandom

JRE

/usr/local/java/jre

LANG

C.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_REPO

https://jcenter.bintray.com

ZIPKIN_VERSION

2.8.2


Layers

[#000] sha256:3a9e9033596caac98d48bcedc62869426cfc8a504b3fdf8555fe72675107c2ed - 47.74% (45.1 MB)

[#001] sha256:e415804044580214a8c28cbe94d55c515db47922c3a01986920360a076cb5079 - 0.0% (903 Bytes)

[#002] sha256:c68a1262225d7d757bcc36eb918b4c5f9eadae569079365e30357fa5998641fb - 52.26% (49.4 MB)


History
2017-12-16 02:28:59 UTC

2018-04-29 12:55:21 UTC

/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"]

Danger Zone
Delete Tag

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.

Delete