Namespace
arm32v7
Image / Tag
openjdk:11-ea-12-jre
Content Digest
sha256:3369a5806045fad014d4c2aa2ac5b14ac909405e614a3bb313f805f42bd77976
Details
Created

2018-05-10 12:02:53 UTC

Size

216 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~12-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+12

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:bd36ef86ab3a0249a38384d63e39dbf85bd3f64d4e9ae0179795e2da5754d3fc - 19.52% (42.1 MB)

[#001] sha256:f2182099ef994efdc26b1608eeb96ebb41405847c6f253e40c752ec9246cce60 - 3.33% (7.19 MB)

[#002] sha256:f5fedbfebaf2860a81e319ee9a8c18137fb801f56d7729af7b4698f98e05c62b - 3.93% (8.49 MB)

[#003] sha256:ff4a3e738acdd9a9a58a2aae6f1746bfb228f3db2f19111110fa026ecbbbfa56 - 0.37% (814 KB)

[#004] sha256:2b2675718e4005b12e6c5113e924d01d09028ba80a4aa158bcdd2cde1983eac2 - 0.0% (238 Bytes)

[#005] sha256:184c701159bb95571dd96ec48e59c940cf0b1c99277727bb8dd2e6deda95487e - 0.0% (130 Bytes)

[#006] sha256:faa3072ea43e05909da33c3f2e7fdc6a3400c52d947d95363812d9bf7bf7c5b0 - 72.85% (157 MB)


History
2018-04-28 12:02:19 UTC

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

2018-04-28 12:02:20 UTC

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

2018-05-05 12:10:42 UTC

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

2018-05-05 12:10:53 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-05-05 12:47:13 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-05 12:47:14 UTC

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

2018-05-05 12:47:16 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-05 12:47:18 UTC

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

2018-05-05 12:47:18 UTC

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

2018-05-10 12:01:38 UTC

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

2018-05-10 12:01:38 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~12-1

2018-05-10 12:02:53 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-11-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