Namespace
arm64v8
Image / Tag
openjdk:9.0.1-jre-sid
Content Digest
sha256:dd51992916cc5919effefc789656c8af421c9fa68db2d5bd38ac05c12d133d16
Details
Created

2018-03-14 20:20:08 UTC

Size

249 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 - 17.36% (43.3 MB)

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

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

[#003] sha256:0cd967c195a58b4160a36d10921a9bdecf0a94995387b18e229834dc81138507 - 0.32% (822 KB)

[#004] sha256:ea3da01c912257f44a69ed438d5bcb67ff68f70524414e5c1a4a122ccd3d04ec - 0.0% (236 Bytes)

[#005] sha256:aec3498b774f08e2bad5cc50adae6a77dc956b8013338c598b0b389fc7ace704 - 0.0% (131 Bytes)

[#006] sha256:2ef4f3f36b85061018e2fe9c72e0c25b6451bcb47df853e4fa0770de021fdb55 - 75.93% (189 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 19:45:30 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:13:10 UTC

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

2018-03-14 20:13:13 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:13:15 UTC

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

2018-03-14 20:13:15 UTC

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

2018-03-14 20:13:16 UTC

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

2018-03-14 20:13:18 UTC

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

2018-03-14 20:20:08 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-jre="$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