Namespace
apachepulsar
Image / Tag
pulsar:2.1.1-incubating
Content Digest
sha256:397b8915fa1e29e22af1a8805c34bab67b40ce1c6f44cc305ebda0deacf48ea4
Details
Created

2018-09-18 17:26:04 UTC

Size

515 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

JAVA_DEBIAN_VERSION

8u181-b13-1~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:05d1a5232b461a4b35424129580054caa878cd56f100e34282510bd4b4082e4d - 8.39% (43.2 MB)

[#001] sha256:5cee356eda6bfe3a5a229cd3d964e722ade1da4381842b24e943b03a37aec1f2 - 1.99% (10.2 MB)

[#002] sha256:89d3385f0fd3c0c904ff6e87195bb46f5d9d309e8ddd91bc9b20855d103eeffb - 0.8% (4.14 MB)

[#003] sha256:80ae6b477848b6e03aad8ec9c74f1fb80364e5c8b5fe9ca3ec793df84247f027 - 9.27% (47.7 MB)

[#004] sha256:40624ba8b77e273f4be3be6b60a55bd8b700624eeb37a26acb3d019f7fd862c8 - 0.17% (871 KB)

[#005] sha256:8081dc39373d6d82eda189828a91d6f8ffaa33a764491c97a11946ae26714504 - 0.0% (248 Bytes)

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

[#007] sha256:b919b8fd1620fbf048cb2f5e94af0f35b4981c92b319519625ee5d61c181a9d1 - 24.81% (128 MB)

[#008] sha256:2760538fe6000d443ada98bfeaca178ac09e818f3b7604a8723e05e7b89661b0 - 0.05% (241 KB)

[#009] sha256:711d32d7640567b6ed3a29c0cf4c01559086aa583a68f1238077dec97399a59b - 3.9% (20.1 MB)

[#010] sha256:5ae16fe7872646e5319162a474e69157d549b42e2635cacf82be73b62c2c5ae3 - 25.31% (130 MB)

[#011] sha256:077c94f0ad359f6c7fe3bf30bd47ede84539691f220048632ea882ca94286f06 - 25.31% (130 MB)

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

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

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

[#015] sha256:59753cbef54a23e2e54673a8ac15c5b2b1ab5ac0ab47b43db0331c70eb7cafe3 - 0.0% (748 Bytes)

[#016] sha256:7a7ef2454e3c238aeaea4afbd59aa84211c16554c45ef4deb94e978226c371de - 0.0% (1.36 KB)


History
2018-09-04 21:21:24 UTC

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

2018-09-04 21:21:24 UTC

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

2018-09-04 22:33:34 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-09-04 22:33:43 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-09-04 22:34:19 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-09-05 01:21:21 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-09-05 01:21:21 UTC

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

2018-09-05 01:21:22 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-09-05 01:21:22 UTC

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

2018-09-05 01:21:22 UTC

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

2018-09-05 01:21:23 UTC

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

2018-09-05 01:21:23 UTC

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

2018-09-05 01:21:23 UTC

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

2018-09-05 01:22:06 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-09-05 01:22:08 UTC

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

2018-09-18 17:25:55 UTC

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

2018-09-18 17:25:56 UTC

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

2018-09-18 17:25:58 UTC

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

2018-09-18 17:26:01 UTC

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

2018-09-18 17:26:01 UTC

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

2018-09-18 17:26:02 UTC

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

2018-09-18 17:26:02 UTC

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

2018-09-18 17:26:02 UTC

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

2018-09-18 17:26:03 UTC

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

2018-09-18 17:26:03 UTC

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

2018-09-18 17:26:03 UTC

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

2018-09-18 17:26:04 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