Namespace
arm64v8
Image / Tag
openjdk:9.0.1-11
Content Digest
sha256:6757e0d7f0815b8fb9d074f2b58248c8b3831dfacab6a745d60295337ba0b14d
Details
Created

2018-03-14 20:28:42 UTC

Size

370 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

9.0.1+11-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

9.0.1+11

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:885529e16b447a9a1d0e77e83ee5f3a4ded117a603fc735a386b40c6af050fd4 - 11.71% (43.3 MB)

[#001] sha256:2af181fc68ef0c1305345dda1947e4560354a950ca8826a733d8ff9b4f123be4 - 2.03% (7.49 MB)

[#002] sha256:77236b6977166cb08e885fe34b4cd11cd8ca232506de32b79dc0261614f26e4e - 2.28% (8.43 MB)

[#003] sha256:8a9448bb102ab7b0e233b516a8c24aa132d505f71aabccc853b5596b4e1672a7 - 12.26% (45.3 MB)

[#004] sha256:4edbdfd4c9e4284d3bb3ec6e424431fe9992c80dd6d0f993f7cecdad82b23055 - 0.23% (858 KB)

[#005] sha256:c4e996f3f82858b0425462ab0b662bbb3d79aed1f97e24baa02496aec51b0fc3 - 0.0% (237 Bytes)

[#006] sha256:d96b382cc6eec062db9ebf9d82387e6202c513b878892355e4adb35cde745140 - 0.0% (131 Bytes)

[#007] sha256:f6f4ed04db930d4b5fd3c40386d50dfa5b78a2bb8f97dc627508393ea9d039de - 71.5% (264 MB)


History
2018-03-14 17:27:51 UTC

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

2018-03-14 17:27:52 UTC

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

2018-03-14 18:36:54 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2018-03-14 18:37:22 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2018-03-14 18:39:02 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-03-14 19:58: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/*

2018-03-14 20:22:33 UTC

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

2018-03-14 20:22:38 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-03-14 20:22:41 UTC

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

2018-03-14 20:22:43 UTC

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

2018-03-14 20:22:44 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.1+11

2018-03-14 20:22:45 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.1+11-1

2018-03-14 20:28:40 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-9-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'

2018-03-14 20:28:42 UTC

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

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