Namespace
arm64v8
Image / Tag
openjdk:9-b179-slim
Content Digest
sha256:ca4d9b46f57708e567ec977e5989468d395a2a2cfe68ce113742aa9ecc61c465
Details
Created

2017-07-26 10:02:38 UTC

Size

155 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

9~b179-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

9-b179

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e803a5d61d9c387f57a1faa11d3b158fe2ba4a7476b9adfbe7a7de31014b6ef7 - 13.83% (21.4 MB)

[#001] sha256:f7d37880bdb200f233bc9dddaead2b6ba30050f9e2ee09a612525903fdc7c798 - 0.27% (434 KB)

[#002] sha256:44d277aed9c805280a4e7fe3d10975a914f7311a9aa027a68ef297a4717e07a8 - 0.0% (222 Bytes)

[#003] sha256:00c79fc3fc95384c88cc64708d17b628a03fe36904b8d5068d38ef1658c87a64 - 0.0% (248 Bytes)

[#004] sha256:b0f7dfa42c7e3fb364a007ff735aea73e23b189c96baa619a3e5610e8a9f8445 - 0.0% (132 Bytes)

[#005] sha256:0aeada23b907d942def3e1c1ad81edf8d64040f2fd1dbb538c2f0639838a42b1 - 85.9% (133 MB)


History
2017-07-24 17:23:54 UTC

/bin/sh -c #(nop) ADD file:0346cfebee7ae5f665dea7322db6cc0a735b968d213c05db561879a11bb281ba in /

2017-07-24 17:23:54 UTC

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

2017-07-24 19:13:50 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-07-24 19:13:52 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2017-07-24 19:13:53 UTC

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

2017-07-24 19:13:55 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-07-24 19:14:00 UTC

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

2017-07-24 19:14:05 UTC

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

2017-07-24 19:14:08 UTC

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

2017-07-26 10:01:10 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b179-2

2017-07-26 10:02:38 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-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'

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