Namespace
apachepulsar
Image / Tag
pulsar:1.21.0-incubating
Content Digest
sha256:f2647b61b7e31896204cee7ce9edcd35c1fd5bf2aece65feade2abe1ceeb8d80
Details
Created

2017-12-18 17:57:13 UTC

Size

393 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

JAVA_DEBIAN_VERSION

8u131-b11-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u131

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PULSAR_ROOT_LOGGER

INFO,CONSOLE


Layers

[#000] sha256:c75480ad9aafadef6c7faf829ede40cf2fa990c9308d6cd354d53041b01a7cda - 10.94% (43 MB)

[#001] sha256:18d67befbc4e6fc58906f99031e8183060a10ee8b4e30cd2a83a942f68760818 - 2.69% (10.6 MB)

[#002] sha256:1f5d2d0853c76cad76d65745ca5b10e17ffe72647e78616bb28b2fd70e5173ab - 1.07% (4.21 MB)

[#003] sha256:5de358416a758e4776153bd86b34fcaa0f31b577b335845b968646e61ac78bf4 - 12.12% (47.7 MB)

[#004] sha256:4049b231edeab7c94920b61f8e95d5ae615893cf7ae7b9d28a670f5e47765ddf - 0.16% (645 KB)

[#005] sha256:6617c62c7c1089f445af30dda32df5c346c31019acf9077741422a3e4785a537 - 0.0% (240 Bytes)

[#006] sha256:aa26fbcddb08b7bc5e7847d2cd1bfb54bd4674c892a483341f8d59911cb012c2 - 0.0% (131 Bytes)

[#007] sha256:d5b28339f9cb0b6aef1e23a0d32b8bf6da5ff989a4a1191a36f3a9d3d9630ce2 - 44.39% (175 MB)

[#008] sha256:8d7b25fab67abb2ebdc9eff8023a7cc5b1efc7cd956e1f05ba4af94389992040 - 0.07% (266 KB)

[#009] sha256:32be1da327118b3f044e34213ebf4f56bd02859455749ffc95505963f4f44d53 - 4.86% (19.1 MB)

[#010] sha256:bbbe7896b1d72b5e6109f6b41a0fceb32e8ac73b8aaa51e155f6013b9fc3a11a - 11.84% (46.6 MB)

[#011] sha256:37651c1d662893f56bf379edf7da095a2e226222054df3445263c6a855d08849 - 11.84% (46.6 MB)

[#012] sha256:35a0c05fe2227ea34d979de6f15bc7882cdb5ef9a8710c90b9e1635f1a295d81 - 0.0% (1.15 KB)

[#013] sha256:c336c4b6f88a90bea1a12a4c12e0febc5ca0ed713cc6cdaba502256ee2f5baa4 - 0.0% (1.07 KB)

[#014] sha256:29baf1639e9cce4b658814ff5a18a3776656eb1378958841163a9313bef15905 - 0.0% (737 Bytes)


History
2017-06-20 20:24:09 UTC

/bin/sh -c #(nop) ADD file:93a0dbb6973bc13e5478292bfe283ff91745ca6e23b6fd3363f0661c45deb1ec in /

2017-06-20 20:24:10 UTC

/bin/sh -c #(nop) CMD ["bash"]

2017-06-20 21:21:56 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-07-06 22:30:39 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-07-06 22:31:21 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2017-07-06 23:11:28 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2017-07-06 23:11:29 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2017-07-06 23:11:31 UTC

/bin/sh -c { echo '#!/bin/sh'; echo 'set -e'; echo; echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home

2017-07-06 23:11:33 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home

2017-07-06 23:11:34 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2017-07-06 23:11:34 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=8u131

2017-07-06 23:11:35 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u131-b11-2

2017-07-06 23:11:36 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1

2017-07-06 23:12:29 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y openjdk-8-jdk="$JAVA_DEBIAN_VERSION" ca-certificates-java="$CA_CERTIFICATES_JAVA_VERSION" ; rm -rf /var/lib/apt/lists/*; [ "$(readlink -f "$JAVA_HOME")" = "$(docker-java-home)" ]; update-alternatives --get-selections | awk -v home="$(readlink -f "$JAVA_HOME")" 'index($3, home) == 1 { $2 = "manual"; print | "update-alternatives --set-selections" }'; update-alternatives --query java | grep -q 'Status: manual'

2017-07-06 23:12:32 UTC

/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure

2017-07-17 18:48:48 UTC

/bin/sh -c apt-get update && apt-get install -y netcat dnsutils

2017-07-17 18:48:49 UTC

/bin/sh -c #(nop) ARG VERSION

2017-12-18 17:57:08 UTC

/bin/sh -c #(nop) ADD file:7eaa40e605fbca2bf1510e8f8a8f442b65f7788f222a605cfccb16c0fd6baf94 in /

2017-12-18 17:57:11 UTC

|1 VERSION=1.21.0-incubating /bin/sh -c mv /apache-pulsar-${VERSION} /pulsar

2017-12-18 17:57:11 UTC

/bin/sh -c #(nop) COPY file:7b3e484419058f6a2c8e96ef7a686a612d8dc9ace522a7e063b1250143f69049 in /pulsar/bin

2017-12-18 17:57:12 UTC

/bin/sh -c #(nop) COPY file:352aac1a4bdd3380960cf7f6b812578db761cb7dd037de4a8a11721b317168e0 in /pulsar/bin

2017-12-18 17:57:12 UTC

/bin/sh -c #(nop) COPY file:c97a443a0272f09adb2cb17953754f8bf92939e4251610d456f7af99a695f7be in /pulsar/bin

2017-12-18 17:57:12 UTC

/bin/sh -c #(nop) WORKDIR /pulsar

2017-12-18 17:57:13 UTC

/bin/sh -c #(nop) VOLUME [/pulsar/conf /pulsar/data]

2017-12-18 17:57:13 UTC

/bin/sh -c #(nop) ENV PULSAR_ROOT_LOGGER=INFO,CONSOLE

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