Namespace
library
Image / Tag
openjdk:7u121-jre
Content Digest
sha256:8d64f0911e46b404f3a425db73960e56a29c8fdd2308cd0e2c6029fc0f9b5931
Details
Created

2017-05-10 13:58:38 UTC

Size

144 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u121-2.6.8-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u121

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 34.86% (50.1 MB)

[#001] sha256:fb5937da9414eeab6d68ce06a7ff60d8be1e2c1518ac2588d5df135ab54a9801 - 12.77% (18.4 MB)

[#002] sha256:f131c9b3ecc46370de3d879531c0d395bf7a005541e2e5ff9d0b395831f636ab - 0.38% (560 KB)

[#003] sha256:755d65755eb4e174346d20a6f47ebdeca647a7c00bcc1416529d2fd6b9415863 - 0.0% (241 Bytes)

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

[#005] sha256:68279c23e465034b3ebddff46656bb614d897f2c7e06878aace9aedc3cbac9b8 - 51.98% (74.8 MB)


History
2017-05-08 23:28:14 UTC

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

2017-05-08 23:28:15 UTC

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

2017-05-08 23:53:11 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-05-10 13:58: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/*

2017-05-10 13:58:06 UTC

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

2017-05-10 13:58:07 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-05-10 13:58:09 UTC

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

2017-05-10 13:58:09 UTC

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

2017-05-10 13:58:10 UTC

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

2017-05-10 13:58:11 UTC

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

2017-05-10 13:58:38 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y openjdk-7-jre-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