Namespace
arm32v7
Image / Tag
openjdk:7u171-jre
Content Digest
sha256:4f7944fa4050bb09580749c410694d59ae99a8d0a1577e48c496a1ea30b53709
Details
Created

2018-05-15 12:25:30 UTC

Size

132 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u171-2.6.13-1~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u171

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:5c478157e28e3c26a0209484edb518799e1c21863d4700579c010b7203e0537f - 36.32% (47.9 MB)

[#001] sha256:ec0195f0b71282f9e483da45354cbd4936eb181ab7c78e1b2d06e1a66dfc9314 - 12.13% (16 MB)

[#002] sha256:01a752ba200b146188d9aa01696172fdb19550fbbd96898b1cfcd8b6cae83294 - 0.55% (745 KB)

[#003] sha256:6a9c245d978efa7ef2f3262152633e25df59645bb569b0c15b8fca600c4a53cc - 0.0% (248 Bytes)

[#004] sha256:b5915cf16dbfadc7df80208fd30cd4ed6929fb6b93590b4c6f273ee1f8060ace - 0.0% (130 Bytes)

[#005] sha256:16f6c6ae3eb01ef0abe42c54e3118503abac3c3d1fcd637d8aca626a5cb7055b - 51.0% (67.2 MB)


History
2018-04-28 11:59:05 UTC

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

2018-04-28 11:59:05 UTC

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

2018-05-05 12:07:15 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-05-05 12:07:16 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-05-05 13:05:37 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-05-05 13:05:38 UTC

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

2018-05-05 13:05:39 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-05-05 13:05:40 UTC

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

2018-05-05 13:05:40 UTC

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

2018-05-05 13:05:41 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=7u171

2018-05-05 13:05:41 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u171-2.6.13-1~deb8u1

2018-05-15 12:25:30 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-7-jre="$JAVA_DEBIAN_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'

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