Namespace
arm32v7
Image / Tag
openjdk:10.0.2-13-jdk
Content Digest
sha256:5cbf4a5f835780839f457fc9c28a5e5508dbba0a3e04bbaaa6090b58c2bbfca6
Details
Created

2018-09-05 13:14:11 UTC

Size

421 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

10.0.2+13-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

10.0.2+13

LANG

C.UTF-8

PATH

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


Layers

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

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

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

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

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

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

[#006] sha256:81b0be2f0955758aedaad3d880c3814f01a821958cac0455bbf125e6a98dd4ee - 0.0% (130 Bytes)

[#007] sha256:2c8ec294cbfafffd84265bb08027b4a7a17399457e3151660a37109ea9d7e457 - 75.62% (318 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:12:25 UTC

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

2018-09-05 13:12:25 UTC

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

2018-09-05 13:12:25 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=10.0.2+13

2018-09-05 13:12:25 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10.0.2+13-1

2018-09-05 13:14:10 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y --no-install-recommends openjdk-10-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; [ "$(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-05 13:14:11 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