Namespace
arm64v8
Image / Tag
openjdk:7-jdk-slim
Content Digest
sha256:6be42fc99b2ff22ac008584da45a4644d103ddcea9dd77baee111fcdb3f6a726
Details
Created

2018-06-12 09:27:27 UTC

Size

96.8 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u181-2.6.14-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:6d46b8f3eebfe36e412a394de4bf8a598e22d1fe11cd6b35f34e770473c170ea - 27.1% (26.2 MB)

[#001] sha256:66c67f48d3f95f879f0a16939897151d838aeae71743f184d41d557ba719f896 - 0.45% (447 KB)

[#002] sha256:75e4f5df17d67da29d0f5e8846dfb76e7f541e3c84f16d804a52313cf3f2d755 - 0.0% (247 Bytes)

[#003] sha256:825cf0a868d42f586b37204e4c5bbc1ab2668b7d1d01156e2be933557a5fe1fd - 0.0% (131 Bytes)

[#004] sha256:02e2c4c4b21efe92a0380106b96fab3888f3e6dffc7b85718b47a1b5a5fb0817 - 72.45% (70.1 MB)


History
2018-04-30 23:23:15 UTC

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

2018-04-30 23:23:18 UTC

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

2018-05-01 11:19:34 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-01 11:19:37 UTC

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

2018-05-01 11:19:46 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-01 11:19:53 UTC

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

2018-05-01 11:34:57 UTC

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

2018-06-12 09:21:58 UTC

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

2018-06-12 09:21:59 UTC

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

2018-06-12 09:27:27 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-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