Namespace
arm32v7
Image / Tag
openjdk:7u211-jre-jessie
Content Digest
sha256:545aa0afce3daffb14089f1302dee059d0fa7d2896a807db0de9ea4c076377e7
Details
Created

2019-05-08 14:26:15 UTC

Size

131 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u211-2.6.17-1~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u211

LANG

C.UTF-8

PATH

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


Layers

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

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

[#002] sha256:017beffb8b23665d3f1bfdcb56a278510037d249ac21c0a493a6da43357db7c7 - 0.55% (745 KB)

[#003] sha256:74637465dc72fdd6abbdbe209e7f14282b804bd972b94fe8c5193a26a70851b6 - 0.0% (247 Bytes)

[#004] sha256:03aaffeaa1278167851170a5e71b1b27817427d4b7521998d3b895d92e29033e - 0.0% (130 Bytes)

[#005] sha256:ab6b0a7b948269e7aa3987eb352b7d1476356f3727b3c6acf2e41fba810a6e31 - 50.84% (66.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 14:24:12 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:24:13 UTC

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

2019-05-08 14:24:16 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:24:19 UTC

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

2019-05-08 14:24:20 UTC

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

2019-05-08 14:24:21 UTC

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

2019-05-08 14:24:22 UTC

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

2019-05-08 14:26:15 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-jre="$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