Namespace
arm32v7
Image / Tag
openjdk:11-ea-22-jre
Content Digest
sha256:9cfd44d32b72e4098879b5070306755dc97c313734224852ec959f0a3274ee74
Details
Created

2018-07-17 16:12:25 UTC

Size

209 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~22-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+22

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:a4e0ee0fbc8087144c4cdef3f0495ffebba2e3ee7dfa11ff0d5a4b165ff41f7c - 20.32% (42.5 MB)

[#001] sha256:70e3242d163ccebb1e24dafc2e4deb3b8913ee65303f56b15736a14018c6fcf6 - 2.93% (6.12 MB)

[#002] sha256:4d90194ec002d2dcbfc99ba120dcf8f01ef9037e35164e5ceb9c8ceac378ec1c - 3.97% (8.3 MB)

[#003] sha256:e7c9089005de6fd50a3d8cad35dc43b757155e17fa10676e63c2528f513646ff - 0.38% (804 KB)

[#004] sha256:7551abecfba34ecb6d5b52f240f03d79d286e26b9aed276c0e21beee6197359e - 0.0% (236 Bytes)

[#005] sha256:22132281f5baf9c78e724865205347e37288f463bef7e37f53dac4584617c720 - 0.0% (131 Bytes)

[#006] sha256:25f8722750535677d1a977228456dec77385c85da845f36135df92e527483831 - 72.4% (151 MB)


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

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

2018-07-17 12:03:18 UTC

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

2018-07-17 13:44:22 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-07-17 13:44:31 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-07-17 16:11:18 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 16:11:24 UTC

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

2018-07-17 16:11:25 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 16:11:33 UTC

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

2018-07-17 16:11:34 UTC

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

2018-07-17 16:11:34 UTC

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

2018-07-17 16:11:35 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~22-2

2018-07-17 16:12:25 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-jre="$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'

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