Namespace
arm64v8
Image / Tag
openjdk:8u181-jdk-slim
Content Digest
sha256:88417fb162c1257fa03adef2a59303ea9a334fcd03e0cd3fd7ec7d933c757f28
Details
Created

2019-02-06 12:20:43 UTC

Size

74.5 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:42367302fc78a226e000d71988d3eea5bbeea023beeb97957e6f20610974197f - 26.04% (19.4 MB)

[#001] sha256:c857c9abd17ad597c20509970fbf55c7260550d870bd68c188e4aef3de5e7e24 - 0.56% (431 KB)

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

[#003] sha256:4efcd9790a6dbfb5bc228474fdafa0870db0d257c606550c02ec06fee85650f2 - 0.0% (131 Bytes)

[#004] sha256:cfe266144f6e27bd5f2c238c2345fa03258299af48b867b9b334328734f02f15 - 73.39% (54.7 MB)


History
2019-02-06 10:09:24 UTC

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

2019-02-06 10:09:27 UTC

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

2019-02-06 11:59:53 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-02-06 12:18:27 UTC

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

2019-02-06 12:18:32 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-02-06 12:18:38 UTC

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

2019-02-06 12:18:39 UTC

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

2019-02-06 12:18:40 UTC

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

2019-02-06 12:18:43 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2019-02-06 12:20:43 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-8-jdk-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