Namespace
arm32v7
Image / Tag
openjdk:10.0.2-13-jre-slim
Content Digest
sha256:fe482b11f09fa6b64ba60595f41f82ea008fef77444b86412ea8e509407fb85b
Details
Created

2018-09-05 13:17:00 UTC

Size

83.5 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:ba8445defddd24c3f2ac1eee6211fd2c3b937fa4fb76c2b8e6cff179fd515555 - 25.12% (21 MB)

[#001] sha256:7054fed937aa9eb213be249c9e83d066ebfc81075a7ac56b5fcc5ea9db7df2bf - 0.5% (425 KB)

[#002] sha256:22c9fa9b089781c7e685cb03827f255eaddb539c9ca57b5a62119f11f2f48816 - 0.0% (238 Bytes)

[#003] sha256:d111e6a305987c8f4221f0f1b980a91e385498b2b08dade9597055697d681b88 - 0.0% (131 Bytes)

[#004] sha256:3c6df311b4bc437e900b0e884eb48d0da62cf1f4d1eaaf17c4e2b19405fa5e85 - 74.39% (62.1 MB)


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

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

2018-09-05 12:02:35 UTC

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

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

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

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

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

2018-09-05 13:14:30 UTC

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

2018-09-05 13:14:30 UTC

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

2018-09-05 13:14:30 UTC

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

2018-09-05 13:17:00 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-headless="$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