Namespace
arm32v7
Image / Tag
openjdk:7u181-jdk-jessie
Content Digest
sha256:5492bd9693d02fae993bb1ba08f0bd9c0afc2ff652c8ffd3e3559adb6898555f
Details
Created

2019-03-27 15:08:25 UTC

Size

182 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u181-2.6.14-2~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:9cb2604037f474632362bf2141b9a7472452b696f2b0974eef3c5208260e6d69 - 26.31% (48 MB)

[#001] sha256:bbade77d5540720db42ecb08c263abf534c719f427db0c1c3d285765ba1fe238 - 8.74% (15.9 MB)

[#002] sha256:264a4d46bfc19d14756c9c8906b4fad6db8178def3b95df0fdead9ca451cf204 - 20.8% (37.9 MB)

[#003] sha256:e1b1c7c52825504d6cf739ff61c1780b8c9b1072a9b2eee1208c6e59571f0a11 - 0.42% (777 KB)

[#004] sha256:5e0ddd5a61249b859f69b16c4ead5777071ff6b3bf51fd3e6ea56881308bac3b - 0.0% (247 Bytes)

[#005] sha256:3d382f4c9b8e173a32df16467e327d381a66515176512144232ae48a191a4ffe - 0.0% (131 Bytes)

[#006] sha256:c7f2234abd26db071232dc8a4a412abf8cd2861922999defaf5272302b094298 - 43.74% (79.7 MB)


History
2019-03-27 12:03:57 UTC

/bin/sh -c #(nop) ADD file:4757894eb0296869eee5517ee63abdb019c5b02b28e2de6774336869227076ad in /

2019-03-27 12:03:58 UTC

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

2019-03-27 13:04:02 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-27 13:04:04 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-27 13:05:28 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-27 15:00:58 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-27 15:00:59 UTC

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

2019-03-27 15:01:00 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-27 15:01:03 UTC

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

2019-03-27 15:01:03 UTC

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

2019-03-27 15:01:04 UTC

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

2019-03-27 15:01:05 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u181-2.6.14-2~deb8u1

2019-03-27 15:08: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-7-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