Namespace
apachepulsar
Image / Tag
pulsar:2.2.1
Content Digest
sha256:6445857792d7d6be03d3e1a13434dbb7c58ad3436605407ecec12b12398a8081
Details
Created

2018-12-24 18:25:22 UTC

Size

1.06 GB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

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:54f7e8ac135a5f502a6ee9537ef3d64b1cd2fa570dc0a40b4d3b6f7ac81e7486 - 3.99% (43.2 MB)

[#001] sha256:d6341e30912f12f56e18564a3b582853f65376766f5f9d641a68a724ed6db88f - 0.95% (10.2 MB)

[#002] sha256:087a57faf9491b1b82a83e26bc8cc90c90c30e4a4d858b57ddd5b4c2c90095f6 - 0.38% (4.14 MB)

[#003] sha256:5d71636fb824265e30ff34bf20737c9cdc4f5af28b6bce86f08215c55b89bfab - 4.41% (47.7 MB)

[#004] sha256:9da6b28682cfe6db721c143309125728417dca93643b3d8d4c22ae7fbb4eb940 - 0.08% (871 KB)

[#005] sha256:203f1094a1e2165da6f6ec505e8cffb8853d3c72a8088f41c25218121f883b0a - 0.0% (248 Bytes)

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

[#007] sha256:7f692fae02b67cf2beabf3ef9ce647697740ba979ab16eaec12425ead1c1ddfd - 11.81% (128 MB)

[#008] sha256:eaa976dc543cb2e46a89970e2d079b99ccc3ca4b2c8e6c31adf9511ce8933950 - 0.02% (241 KB)

[#009] sha256:c548b7801e5d0d43d027d9d00c4989f66b170a118c15853c56b77342849b7ec2 - 10.5% (114 MB)

[#010] sha256:625ca63b202b7468c7227d9e0e0e00fffbf7c0d36bd813fc4d231ceb68ef67a2 - 31.32% (339 MB)

[#011] sha256:17c0a7a297ff30f038e47a3426d23ceabe2b414bfdef041ce7372ef3037d5cd8 - 31.32% (339 MB)

[#012] sha256:31bc9a94f3c171f22c50d50d43f0645c188a9a0537006a983db4f2155cbb55a0 - 0.0% (1.16 KB)

[#013] sha256:b7a959fffce26b4f0e96edc7698cdc4d25553c9d608a865fe6e402f3295ca537 - 0.0% (1.24 KB)

[#014] sha256:1e872a16f9d5ad1219cc77b040b6efba7ba49049a875eb02fdbb976de7c8cca4 - 0.0% (1.08 KB)

[#015] sha256:822eed1a20bf4b5fbc2f26c9b1c398e72b838d335515c3f673d22697fca648ee - 0.0% (747 Bytes)

[#016] sha256:5cc88b4a5574c8b5c6325641a6e3bd4581e6f648947876c40113abc9397916c0 - 0.0% (1.36 KB)

[#017] sha256:1435b65bbc4c54fc2b95a9e357560e80b8aa44966d35505a46701f61941e78ce - 0.0% (699 Bytes)

[#018] sha256:6885857f74af8a321e7bd6348b6a15435499a07abd5a5a4923f3a20934bddbdc - 1.58% (17 MB)

[#019] sha256:012e573cd180c41e68079bebf1f61ffeb9ec0fc32ad0d1fd1b9e30f99212e9df - 3.65% (39.5 MB)

[#020] sha256:fceaded150d0328f6da44428f2ebff43cd6b14267f073459131471ae637908fa - 0.0% (11.5 KB)


History
2018-11-15 22:44:00 UTC

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

2018-11-15 22:44:09 UTC

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

2018-11-16 11:15:57 UTC

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

2018-11-16 11:16:02 UTC

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

2018-11-16 11:17:06 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/*

2018-11-16 14:57:51 UTC

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

2018-11-16 14:57:52 UTC

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

2018-11-16 14:57:53 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

2018-11-16 14:57:54 UTC

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

2018-11-16 14:57:55 UTC

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

2018-11-16 14:57:55 UTC

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

2018-11-16 14:57:56 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2018-11-16 14:57:56 UTC

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

2018-11-16 14:59:11 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; apt-get update; apt-get install -y --no-install-recommends 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'

2018-11-16 14:59:15 UTC

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

2018-11-22 17:27:44 UTC

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

2018-11-22 17:27:45 UTC

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

2018-12-24 18:24:59 UTC

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

2018-12-24 18:25:05 UTC

|1 PULSAR_TARBALL=target/pulsar-server-distribution-2.2.1-bin.tar.gz /bin/sh -c mv /apache-pulsar-* /pulsar

2018-12-24 18:25:06 UTC

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

2018-12-24 18:25:06 UTC

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

2018-12-24 18:25:07 UTC

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

2018-12-24 18:25:07 UTC

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

2018-12-24 18:25:07 UTC

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

2018-12-24 18:25:08 UTC

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

2018-12-24 18:25:08 UTC

/bin/sh -c #(nop) ADD dir:6de73a7796e9ef644d4fc15cc68970fe33db82555f7a43bc734cec84d67280fb in /pulsar/pulsar-client

2018-12-24 18:25:19 UTC

|1 PULSAR_TARBALL=target/pulsar-server-distribution-2.2.1-bin.tar.gz /bin/sh -c /pulsar/bin/install-pulsar-client.sh

2018-12-24 18:25:21 UTC

|1 PULSAR_TARBALL=target/pulsar-server-distribution-2.2.1-bin.tar.gz /bin/sh -c echo networkaddress.cache.ttl=1 >> $JAVA_HOME/jre/lib/security/java.security

2018-12-24 18:25:21 UTC

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

2018-12-24 18:25:22 UTC

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

2018-12-24 18:25:22 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