Namespace
arm32v7
Image / Tag
openjdk:11-ea-12-sid
Content Digest
sha256:f67ea50bccaa8d10399fef8d405b89312f9116f1c63ac23c90e1a5625aa936e7
Details
Created

2018-05-10 12:07:33 UTC

Size

326 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 - 12.93% (42.1 MB)

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

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

[#003] sha256:496b1250aadf8322a3300af60aa0258966c4b2c12109c11bd182477c5514ef26 - 14.02% (45.7 MB)

[#004] sha256:629e5fac21e671f199fc1cac252e622d21a20f37e79fe3630532931d2bb40e5f - 0.25% (851 KB)

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

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

[#007] sha256:3a63bf352c78f1ed215573fafe82e7a80d4f66d9662b09da1591c295e7ceb8b6 - 67.99% (222 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:11:25 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-05-05 12:50:09 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:50:09 UTC

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

2018-05-05 12:50:10 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:50:11 UTC

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

2018-05-05 12:50:12 UTC

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

2018-05-10 12:06:19 UTC

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

2018-05-10 12:06:19 UTC

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

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