Namespace
arm32v7
Image / Tag
openjdk:11-ea-21-jdk-slim-sid
Content Digest
sha256:0def29d064f015dad6a9c9709f2eebf22a9f2c6232f4b11dc07e77c93e9e952b
Details
Created

2018-07-10 12:05:30 UTC

Size

142 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~21-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+21

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:2df0c7e0ac644839e8a086c87c4c1bca9b9548788dcf9ccde575ab1405f2a3e0 - 14.81% (21 MB)

[#001] sha256:5d2cc055334005230ceeda8b9e90c83996a6a0635879ec58edb0bc182e96538a - 0.29% (426 KB)

[#002] sha256:712c3fe743c00817966b0f5cc594e89b7a7e9247ad19bd6d14e74cd5ac72d9c7 - 0.0% (237 Bytes)

[#003] sha256:100d2af24839e465c8eb8b25c82f7de8d79773cfb2c815c61ee55269c3ad0155 - 0.0% (131 Bytes)

[#004] sha256:4bf54f7a66c24fa73eadc8328bcc980fb9ea7725cf4b2f11e015efc767ce23e2 - 84.9% (121 MB)


History
2018-06-27 12:02:20 UTC

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

2018-06-27 12:02:20 UTC

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

2018-06-27 15:17: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/*

2018-06-27 15:17:54 UTC

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

2018-06-27 15:17:55 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-06-27 15:17:56 UTC

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

2018-06-27 15:17:56 UTC

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

2018-07-07 12:03:00 UTC

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

2018-07-10 12:04:58 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~21-2

2018-07-10 12:05:30 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-11-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'

2018-07-10 12:05:30 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