Namespace
arm32v7
Image / Tag
openjdk:10.0.1-10-jdk
Content Digest
sha256:55201a3a5bbc8b4fea7b081d16a999d00328bf5c14bd06a5cd5e87d66ad370e2
Details
Created

2018-07-17 16:14:30 UTC

Size

325 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

10.0.1+10-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

10.0.1+10

LANG

C.UTF-8

PATH

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


Layers

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

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

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

[#003] sha256:fc1bbf6b8c332b1819fff7e2683125a0904e3e0ed6b11a5de672c52deb7f2b39 - 13.66% (44.4 MB)

[#004] sha256:5454f32667ce5d863d55d1b96c1461816f6d761d122705116de89508c6ac90c9 - 0.26% (854 KB)

[#005] sha256:f9d2c91e51b4980b7ae9491690d30afbc683e6b3c5eef2c92bf32be8de31fd71 - 0.0% (235 Bytes)

[#006] sha256:d6189cf865b3c392970f75dcaf0975121de3369a2ab74698192eb26237187f07 - 0.0% (131 Bytes)

[#007] sha256:5d822619cbcdd4fb383465c0b0068da782bfb1a4af1961508d33de3644509b27 - 68.59% (223 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 13:45:00 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-07-17 16:08:25 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:08:31 UTC

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

2018-07-17 16:08:33 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:13:00 UTC

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

2018-07-17 16:13:08 UTC

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

2018-07-17 16:13:08 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=10.0.1+10

2018-07-17 16:13:08 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10.0.1+10-4

2018-07-17 16:14:29 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-jdk="$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'

2018-07-17 16:14:30 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