Namespace
arm64v8
Image / Tag
openjdk:jdk-slim-sid
Content Digest
sha256:436fef6863430c820601d7f03c81236700ddec6c4115130835a438a50beb78f3
Details
Created

2018-12-05 10:15:11 UTC

Size

290 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11.0.1+13-3

JAVA_HOME

/docker-java-home

JAVA_VERSION

11.0.1

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:77c16290cf417232d2441e8fdfed16146041192c6fd690f232cc4db2f328d09d - 8.19% (23.8 MB)

[#001] sha256:8a43f1a0db0daf11d3745b412ba5e2247498323d168915996249c293242557eb - 0.15% (436 KB)

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

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

[#004] sha256:7adcbf38614bab62ab7940c876738acc80e25ac82954733cd881f281b78ca0c7 - 91.67% (266 MB)


History
2018-11-16 10:10:52 UTC

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

2018-11-16 10:11:02 UTC

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

2018-11-17 04:25:20 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-11-17 04:25:21 UTC

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

2018-11-17 04:25:24 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-11-17 04:25:27 UTC

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

2018-11-17 04:25:27 UTC

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

2018-11-17 04:25:28 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=11.0.1

2018-12-05 10:13:24 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11.0.1+13-3

2018-12-05 10:15:10 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-headless="$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-12-05 10:15: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