Namespace
arm32v7
Image / Tag
openjdk:7u131-jdk-slim
Content Digest
sha256:60bc04cee22108dfca8670cd222ac7e8f5dbf74fad8a0e26afc8bad6059c25d2
Details
Created

2017-08-18 19:36:55 UTC

Size

122 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u131-2.6.9-2~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u131

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:3d2780fdc969b3bfd6ebba1e3649e76fc061ec96f60ff3460086bf2148f1a03d - 20.49% (25.1 MB)

[#001] sha256:b42a497246e6535d4f323afc9b8e7920e35c09477d64613f468d165488e3475c - 0.34% (422 KB)

[#002] sha256:eda4b5aa5e8435fbbad1b9bbdf8c0c51e963e21970dc251dc3e9770a95213831 - 0.0% (249 Bytes)

[#003] sha256:6ecc81275e897bbf912312f439565f970a6380be5571d042d9e063e8bce74771 - 0.0% (131 Bytes)

[#004] sha256:db32d8d600d592d04f66f4f56618919fa694dd687ba8e54b2d62fc0edfb2d1be - 79.17% (96.9 MB)


History
2017-07-25 12:48:22 UTC

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

2017-07-25 12:48:24 UTC

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

2017-08-18 19:25:59 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-08-18 19:26:00 UTC

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

2017-08-18 19:26:02 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-08-18 19:26:04 UTC

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

2017-08-18 19:26:05 UTC

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

2017-08-18 19:26:06 UTC

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

2017-08-18 19:26:07 UTC

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

2017-08-18 19:36:55 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 openjdk-7-jdk="$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