Namespace
arm64v8
Image / Tag
openjdk:7u171-jdk-slim-jessie
Content Digest
sha256:a219f6117df50d1270849a323bca56cfb396b287d55f4b49bfd72501985fab13
Details
Created

2018-05-15 10:30:51 UTC

Size

96.8 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u171-2.6.13-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u171

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:2a3455b57a2d29120569aa65e3314f35e391b8924b8ae88dccac59dfc1f24d8f - 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-05-01 11:34:58 UTC

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

2018-05-01 11:34:59 UTC

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

2018-05-15 10:30:51 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