Namespace
arm32v7
Image / Tag
openjdk:9-b181
Content Digest
sha256:9c5229039fd51fc5462c853fac885c895701999c7bb566a166c550145d4a9afc
Details
Created

2017-10-09 23:10:02 UTC

Size

342 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

9~b181-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9-b181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:c73d8f8e11b2d23be25158f1c637fa52a156601fa88a99dae20e4e90c9f8094e - 12.35% (42.2 MB)

[#001] sha256:f095d6eb4fb7112eed5df1d4ec6df80dba73c8cf89cb23d2b882b20b26a990db - 2.11% (7.22 MB)

[#002] sha256:58bc97a5447d52b18ed72c0f57ee0282eabc3a90a66debb1556b65434b85175c - 2.46% (8.39 MB)

[#003] sha256:0e1bcc8fa3d023750ab32bd35b6f29adc68a4a6bd575347a8754f5da8efbe23f - 12.37% (42.3 MB)

[#004] sha256:6c476c793439f0529ad31ddb8fc96933361c44a8c8f4c10aec7f74e4fd54c786 - 0.24% (849 KB)

[#005] sha256:5516e9d7693cafa826277e716a86b553d9005bc2e65f467b7e4b38cf0da03c0b - 0.0% (247 Bytes)

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

[#007] sha256:c80fff120854120510cebcf84adced646fa254dd4b5fc15939d2b66cac385065 - 70.47% (241 MB)


History
2017-10-09 21:44:14 UTC

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

2017-10-09 21:44:15 UTC

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

2017-10-09 22:21:18 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-10-09 22:21:26 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-10-09 22:21:55 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/*

2017-10-09 23:08:35 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2017-10-09 23:08:36 UTC

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

2017-10-09 23:08:37 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

2017-10-09 23:08:38 UTC

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

2017-10-09 23:08:38 UTC

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

2017-10-09 23:08:42 UTC

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

2017-10-09 23:08:42 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b181-4

2017-10-09 23:10: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 openjdk-9-jdk="$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'

2017-10-09 23:10: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