Namespace
apachepulsar
Image / Tag
pulsar:1.22.0-incubating
Content Digest
sha256:1bd2f6a004aff8ae24847f0c79f70e2a70c9ed2be6ba4fbaf6e353c8cf47b9be
Details
Created

2018-03-05 17:14:36 UTC

Size

402 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.72% (43 MB)

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

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

[#003] sha256:5de358416a758e4776153bd86b34fcaa0f31b577b335845b968646e61ac78bf4 - 11.88% (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 - 43.49% (175 MB)

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

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

[#010] sha256:2bac2435fdca390e458d7b48d2a83ac081ced10586accc7b4d7b60156ef6e817 - 12.62% (50.7 MB)

[#011] sha256:7c0ad92ac189e03c90afa35d3ef71284b3b46536468dea66bb09d5c9620b30eb - 12.62% (50.7 MB)

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

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

[#014] sha256:2ffde31b7f6eaf2ec99630edaf816fe17af46b4b203b527c8cf97b584c9aea73 - 0.0% (738 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

2018-03-05 17:14:30 UTC

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

2018-03-05 17:14:33 UTC

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

2018-03-05 17:14:33 UTC

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

2018-03-05 17:14:33 UTC

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

2018-03-05 17:14:34 UTC

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

2018-03-05 17:14:35 UTC

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

2018-03-05 17:14:35 UTC

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

2018-03-05 17:14:36 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