Namespace
arm32v7
Image / Tag
openjdk:8u181-jdk
Content Digest
sha256:4603185ef98fe1b4a728b1af0c818fce4e20069d5982c8376a6b0bda893740b6
Details
Created

2019-03-05 14:26:04 UTC

Size

212 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:ec43a77fdcf3d8df75738e0d3bec016f01ad00db637d5e43eee90aa67114e127 - 18.91% (40.1 MB)

[#001] sha256:8a0128678cc4b40c9bb1ec7b0fa116a9208fd54d9337636244f099bbfedc9ca0 - 4.26% (9.04 MB)

[#002] sha256:d5b2e6712f412bb77d3968e5923bc8e9a94c1e8cdf8885e330ba02209eb30333 - 1.76% (3.74 MB)

[#003] sha256:ddf45915d948e0432094f336547edb2d36192b5d75faa9ed87557c6376defbd5 - 20.84% (44.2 MB)

[#004] sha256:16427dc6d63940e85dc87bafb75891c2f2f291e7eaba249e42eaa95a6ff5e125 - 0.39% (848 KB)

[#005] sha256:a31389826315adf87928d4763d79433504d80257a313d388a58b9d2d2952262c - 0.0% (248 Bytes)

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

[#007] sha256:401254547fb9af20b602a5f224e30fd3c671fc94a45ca0fac706b514c6370780 - 53.84% (114 MB)


History
2019-03-05 13:10:34 UTC

/bin/sh -c #(nop) ADD file:8f0ec0cbcef5902fe5ef35892898a19e6c61f5c422ac3d47500d42067ad7fef8 in /

2019-03-05 13:10:35 UTC

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

2019-03-05 13:50:19 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/*

2019-03-05 13:50:29 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

2019-03-05 13:51:36 UTC

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

2019-03-05 14:22:05 UTC

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

2019-03-05 14:24:47 UTC

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

2019-03-05 14:24: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

2019-03-05 14:24:50 UTC

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

2019-03-05 14:24:51 UTC

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

2019-03-05 14:24:51 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=8u181

2019-03-05 14:24:52 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2019-03-05 14:26:04 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-8-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'

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