Namespace
arm32v7
Image / Tag
openjdk:11-ea-23-jdk-slim-sid
Content Digest
sha256:f25b4be402f789ac0f73823a183bb909c7a66fdfb2ec6d76e38fc456af6de3bb
Details
Created

2018-07-21 12:19:02 UTC

Size

259 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~23-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+23

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:1e5341b5f8a7f0c7e651d696478846f375e478fc35a15daad21057ed34c86aa0 - 8.13% (21 MB)

[#001] sha256:201706a9d8742be6b39b2112a52a81180a89c547979584ec52ab950ef13a4768 - 0.16% (426 KB)

[#002] sha256:1db9f0721f2ca238b0a84c406f829b0b7c9a960dd91b6ebd65d2e4825db85f79 - 0.0% (236 Bytes)

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

[#004] sha256:aafda97ecb82db0838708061193dd4ca31f8a6ad73cd9240543096bfa5c578e2 - 91.71% (237 MB)


History
2018-07-17 12:03:40 UTC

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

2018-07-17 12:03:41 UTC

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

2018-07-17 12:34:47 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-07-17 12:34:48 UTC

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

2018-07-17 12:34:49 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-07-17 12:34:50 UTC

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

2018-07-17 12:34:50 UTC

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

2018-07-21 12:17:42 UTC

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

2018-07-21 12:17:43 UTC

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

2018-07-21 12:19:01 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-07-21 12:19:02 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