Namespace
apachepulsar
Image / Tag
pulsar:2.0.0-rc1-incubating
Content Digest
sha256:3eec75e5e35339c72ffeed273afdbd3bf387ec13df82bb4600e126b8ee6caf91
Details
Created

2018-05-27 06:04:58 UTC

Size

657 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 - 6.55% (43 MB)

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

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

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

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

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

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

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

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

[#009] sha256:493f8d57e5c6875b6ae6e3ff5751a77c501dbae6a1bdde9b93cdbe285dbf982c - 3.02% (19.8 MB)

[#010] sha256:0b77f693e8413c20133c11301b5251cfa5d3243f44678f807f4633837c64a557 - 27.11% (178 MB)

[#011] sha256:61139cdf5410e2200148021f23b0de9f7d9f809e90de3196001e9d71cd667001 - 27.11% (178 MB)

[#012] sha256:71a14f9ff3fb1c042f7c5eff80ee14829cc214094019b5574d1ce31ea9987630 - 0.0% (1.16 KB)

[#013] sha256:6e204aa1581f31e5cd48e610793c3e975c9bd642c3fce76459477e7ad731e7a7 - 0.0% (1.08 KB)

[#014] sha256:442499455ebf8729ba72327b3914704f3e00199b74b74f313aa06dfd9ea5470d - 0.0% (744 Bytes)

[#015] sha256:bd211f104b1e7c6a862268df3a31631c60954261f47d926efe46719364ed5d7c - 0.0% (1.22 KB)


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

2018-04-27 17:15:27 UTC

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

2018-04-27 17:15:27 UTC

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

2018-05-27 06:04:51 UTC

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

2018-05-27 06:04:55 UTC

|1 PULSAR_TARBALL=target/distribution-2.0.0-rc1-incubating-bin.tar.gz /bin/sh -c mv /apache-pulsar-* /pulsar

2018-05-27 06:04:56 UTC

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

2018-05-27 06:04:56 UTC

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

2018-05-27 06:04:56 UTC

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

2018-05-27 06:04:57 UTC

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

2018-05-27 06:04:57 UTC

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

2018-05-27 06:04:57 UTC

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

2018-05-27 06:04:58 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