Namespace
library
Image / Tag
logstash:1.5.6
Content Digest
sha256:5e82cf23b52542dac1f077a45fc4234f98a39bc13c3771727ec095c30b854cfa
Details
Created

2017-06-20 23:06:39 UTC

Size

210 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20161107~bpo8+1

GOSU_VERSION

1.10

JAVA_DEBIAN_VERSION

8u131-b11-1~bpo8+1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

8u131

LANG

C.UTF-8

LOGSTASH_DEB_VERSION

1:1.5.6-1

LOGSTASH_VERSION

1.5.6

LS_SETTINGS_DIR

/etc/logstash

PATH

/opt/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ef0380f84d05d3cdc5a5f660232d35ccb020ccf1d635b585580dea44691a13a7 - 23.87% (50.1 MB)

[#001] sha256:24c170465c65dc43c3a0f4a0a2bdba7227a9a58745e2432e62cfa7a5ea4edf2c - 8.75% (18.4 MB)

[#002] sha256:0d274e5d309ddee8129c12282e4e8f5ed08e36c51570f7babc49c7279cfceebc - 0.26% (555 KB)

[#003] sha256:5d93e028e8faa1ac685a0db314d2ea6bfc3c3f7fdab69b8fee07b73679e1ea81 - 0.0% (216 Bytes)

[#004] sha256:75daf25114d3ab76f8e77f1b39284a7e21ec7ba1c29be46dafa0956d29618580 - 0.0% (239 Bytes)

[#005] sha256:6ab6fa88c00d0466305ec00cdad040a554e36e5d482a86b4a9cf811f08cfd9b8 - 0.0% (131 Bytes)

[#006] sha256:4b3ffd274c10fce67199ed47d29ba01875da3b9a33189bfb33e76fc3e6939b79 - 24.55% (51.6 MB)

[#007] sha256:629463368949121d11835996200fea40eada7e5e2842e937308b31ed541ecf76 - 0.13% (283 KB)

[#008] sha256:5b263bd350a305dc5e38312b57397cb14a2eadcd70e545dd1398056259ef7db7 - 0.62% (1.31 MB)

[#009] sha256:cd9161c5de78d913016759200d16d6c48e001cf446397b98b6f3379ac313de21 - 0.0% (191 Bytes)

[#010] sha256:8fe3e05457e773680f2fe1be877f4306f83acda74be73b58e76f36a53a50e3d8 - 0.23% (489 KB)

[#011] sha256:59a2f2599f8b7844e35effd0dcf1d3279fd966cbc1f99f0d952f6041e26277e8 - 0.0% (1.42 KB)

[#012] sha256:8059ddfaca97f27f3d394591fe0a266f29970f21938e9cd4996213d4deb1b3a1 - 0.0% (223 Bytes)

[#013] sha256:20fcd06f329cabff3715746ce03693b1f544af5eb2dd162d740b45b3fe86f9a5 - 41.59% (87.4 MB)

[#014] sha256:4daac11513fe2241e14754dfe7db10b110007d086e2d538d6b0a68e1eb9d6dc6 - 0.0% (304 Bytes)


History
2017-06-07 17:32:31 UTC

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

2017-06-07 17:32:32 UTC

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

2017-06-07 19:22: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-06-12 17:23:38 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-06-12 17:26:20 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list

2017-06-12 17:26:20 UTC

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

2017-06-12 17:26: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

2017-06-12 17:26:23 UTC

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

2017-06-12 17:26:24 UTC

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

2017-06-12 17:26:24 UTC

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

2017-06-12 17:26:25 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u131-b11-1~bpo8+1

2017-06-12 17:26:26 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20161107~bpo8+1

2017-06-12 17:26:43 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y openjdk-8-jre-headless="$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-06-12 17:26:45 UTC

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

2017-06-13 23:50:13 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apt-transport-https libzmq3 && rm -rf /var/lib/apt/lists/*

2017-06-13 23:50:50 UTC

/bin/sh -c mkdir -p /usr/local/lib && ln -s /usr/lib/*/libzmq.so.3 /usr/local/lib/libzmq.so

2017-06-20 22:41:06 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.10

2017-06-20 22:41:13 UTC

/bin/sh -c set -x && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 && gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu && rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc && chmod +x /usr/local/bin/gosu && gosu nobody true

2017-06-20 22:41:17 UTC

/bin/sh -c set -ex; key='46095ACC8548582C1A2699A9D27D666CD88E42B4'; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; gpg --export "$key" > /etc/apt/trusted.gpg.d/elastic.gpg; rm -rf "$GNUPGHOME"; apt-key list

2017-06-20 23:05:50 UTC

/bin/sh -c echo 'deb http://packages.elastic.co/logstash/1.5/debian stable main' > /etc/apt/sources.list.d/logstash.list

2017-06-20 23:05:51 UTC

/bin/sh -c #(nop) ENV LOGSTASH_VERSION=1.5.6

2017-06-20 23:05:52 UTC

/bin/sh -c #(nop) ENV LOGSTASH_DEB_VERSION=1:1.5.6-1

2017-06-20 23:06:16 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends "logstash=$LOGSTASH_DEB_VERSION" && rm -rf /var/lib/apt/lists/*

2017-06-20 23:06:34 UTC

/bin/sh -c #(nop) ENV PATH=/opt/logstash/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2017-06-20 23:06:35 UTC

/bin/sh -c #(nop) ENV LS_SETTINGS_DIR=/etc/logstash

2017-06-20 23:06:36 UTC

/bin/sh -c set -ex; if [ -f "$LS_SETTINGS_DIR/logstash.yml" ]; then sed -ri 's!^path\.config:!#&!g' "$LS_SETTINGS_DIR/logstash.yml"; fi; if [ -f "$LS_SETTINGS_DIR/log4j2.properties" ]; then cp "$LS_SETTINGS_DIR/log4j2.properties" "$LS_SETTINGS_DIR/log4j2.properties.dist"; truncate --size=0 "$LS_SETTINGS_DIR/log4j2.properties"; fi

2017-06-20 23:06:37 UTC

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

2017-06-20 23:06:38 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2017-06-20 23:06:39 UTC

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

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