Namespace
arm32v7
Image / Tag
openjdk:7u211
Content Digest
sha256:a51613c3ec8e5b9b7ad0620dbb45f073072adcfed0d6ad957140534c27671f01
Details
Created

2019-05-08 14:19:58 UTC

Size

182 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u211-2.6.17-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u211

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:15cfb32571a95dcaa3a8408897c92bd923327a52abf09ce9c125ed6b5e9257ef - 26.3% (48 MB)

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

[#002] sha256:c3f65834a938bc59e0539fdcf3bc7d33343e54cb9e0160efad5ae0979f1e125f - 20.79% (37.9 MB)

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

[#004] sha256:06169c95c7dcb130c2f5313cc8e44a8b2a06c520cb2590f34807a9623c341c09 - 0.0% (247 Bytes)

[#005] sha256:21e7b223f865ac82ba351900acb5cd72001aafd3af5903efb3a2836a9b729681 - 0.0% (131 Bytes)

[#006] sha256:70186e7d6853982d6e66d25a7821f1201ea53f3a203cdb8eebe432504af23199 - 43.75% (79.8 MB)


History
2019-05-08 11:59:37 UTC

/bin/sh -c #(nop) ADD file:8608ce29a1acb528a48ba5eb2c83088709ec606374a9247e14b143e6893abb4e in /

2019-05-08 11:59:38 UTC

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

2019-05-08 12:56:15 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-05-08 12:56:17 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-05-08 12:57:47 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-05-08 14:18:04 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-05-08 14:18:04 UTC

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

2019-05-08 14:18:06 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-05-08 14:18:07 UTC

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

2019-05-08 14:18:08 UTC

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

2019-05-08 14:18:08 UTC

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

2019-05-08 14:18:09 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u211-2.6.17-1~deb8u1

2019-05-08 14:19:58 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