Namespace
arm32v7
Image / Tag
openjdk:11-ea-28
Content Digest
sha256:07c1c88ff96713682a071f620bbed19acaab952315fcfc665090f91677ffb0f6
Details
Created

2018-09-08 12:07:08 UTC

Size

429 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~28-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+28

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:41ac34bbb663ff9b66612cbe07ba88955dbe37f15f0732d7438ed9d75ffef0c9 - 9.92% (42.6 MB)

[#001] sha256:0a4a6a41cc4abd0bf494829b7c229c8b0332e0fa15e4070e51e196a72e0e9f8f - 1.48% (6.37 MB)

[#002] sha256:ff85737d1afda4a28ad503d9827b69fbb9a8cb0c387134d95a9099dea0d22d0e - 1.94% (8.35 MB)

[#003] sha256:67f942d01e599eb3af73eb31be8169a4ea25e5805aad28a71fdb278bc7d3c1ac - 10.34% (44.4 MB)

[#004] sha256:2354edd34c62b656a4ae8626d1e2294f9c2bb024d003fdde19dc21b89faefad7 - 0.19% (855 KB)

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

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

[#007] sha256:ec83310cb9627dd8798464a61caf9b72b9ef441fe0d366c823f19f313d86abad - 76.11% (327 MB)


History
2018-09-05 12:02:03 UTC

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

2018-09-05 12:02:08 UTC

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

2018-09-05 12:41:47 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-09-05 12:41:56 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-09-05 12:42:32 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-09-05 13:09:16 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-09-05 13:09:16 UTC

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

2018-09-05 13:09:17 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-09-05 13:09:18 UTC

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

2018-09-05 13:09:19 UTC

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

2018-09-08 12:05:04 UTC

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

2018-09-08 12:05:04 UTC

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

2018-09-08 12:07:06 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="$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-09-08 12:07:08 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