Namespace
arm32v7
Image / Tag
openjdk:7u181-jre-slim
Content Digest
sha256:a6ec446f9363407723e0cb7a3b2f9aa8b23b81580421078667683beeee3ecba2
Details
Created

2019-03-27 15:17:25 UTC

Size

73.5 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u181-2.6.14-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:80ee02f1493958c68f241edb0d71b84092fb026a0ffdbdabe9c7243de469f8ba - 34.13% (25.1 MB)

[#001] sha256:bcbaa7df0294fadef50d0e1c79cbaaa0bb6e214c8a1feb8de9a6ac64cb4e8946 - 0.56% (422 KB)

[#002] sha256:e468e412cc4600ab6dbc86addc288013b0e3b2c92ee5a545c33dbdfd4a7927f4 - 0.0% (248 Bytes)

[#003] sha256:682037c33d40f1855307c10e56f25527a2242c82a5030b6ae62df2bc7dc780bb - 0.0% (131 Bytes)

[#004] sha256:69d64783e002dacc7cad85b5041e1e069e46afd36b9202b26e2802898d8e0637 - 65.3% (48 MB)


History
2019-03-27 12:04:17 UTC

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

2019-03-27 12:04:18 UTC

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

2019-03-27 15:09: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/*

2019-03-27 15:09:38 UTC

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

2019-03-27 15:09: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

2019-03-27 15:09:41 UTC

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

2019-03-27 15:14:53 UTC

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

2019-03-27 15:14:54 UTC

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

2019-03-27 15:14:54 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u181-2.6.14-2~deb8u1

2019-03-27 15:17:25 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-headless="$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