Namespace
arm32v7
Image / Tag
openjdk:10.0.2-13-jre-sid
Content Digest
sha256:02c7d0f63240a7218a7cb6c9ac5ec2da8c62ea4a525e9d5f7bc8d03b1b543e53
Details
Created

2018-09-05 13:16:21 UTC

Size

212 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 - 20.1% (42.6 MB)

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

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

[#003] sha256:097656e3ab94abaa1a2c1ea83bc9f56482aa61b0c3cb374632c6aa969737fd93 - 0.37% (805 KB)

[#004] sha256:b401d1e0b418148f23e8539bffa24853c8c1c3e8f24cde975385729cd87216e9 - 0.0% (237 Bytes)

[#005] sha256:2d1d2bf10dd7825f8d22e834432f4236514ab715c129037918d3c0e85e8c1cfa - 0.0% (131 Bytes)

[#006] sha256:297c331089f257b6e24fe780d898b60d41fcb8930da52c9f350ff3063a054424 - 72.58% (154 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 13:11:04 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:11:05 UTC

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

2018-09-05 13:11:06 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:15:29 UTC

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

2018-09-05 13:15:29 UTC

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

2018-09-05 13:15:29 UTC

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

2018-09-05 13:15:30 UTC

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

2018-09-05 13:16:21 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-jre="$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'

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