Namespace
library
Image / Tag
openjdk:7u121
Content Digest
sha256:2c29d7755a18c868fa8023c3d8f81bc8a1b446606f990332fc14afe005cb3e83
Details
Created

2017-05-10 13:57:36 UTC

Size

245 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u121-2.6.8-2~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u121

LANG

C.UTF-8

PATH

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


Layers

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

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

[#002] sha256:9021b2326a1e3a942223c7e349a92203df184f2dcca45f5be7b0b80ac50e2ccf - 16.85% (41.2 MB)

[#003] sha256:8c6c40e9ec4f6391c64835fdca6e24f30e94cf00167fcab85f7924edd28e8dc3 - 0.23% (585 KB)

[#004] sha256:c76c91400b73290264b745c82f1be6e6f172b58f7d316219d3e2799377e5c9c0 - 0.0% (241 Bytes)

[#005] sha256:0e4457313886a547bbd4b4724c03f7b72e4221ddc4b397bda49f28cd5ca8793d - 0.0% (130 Bytes)

[#006] sha256:012cb57f0bf53bcab2335cbcbef8bdd51d4233735a1eee1c73b5627a78f12679 - 54.92% (134 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-08 23:54:32 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/*

2017-05-10 13:56:25 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:56:26 UTC

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

2017-05-10 13:56:27 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:56:29 UTC

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

2017-05-10 13:56:29 UTC

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

2017-05-10 13:56:30 UTC

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

2017-05-10 13:56:31 UTC

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

2017-05-10 13:57:36 UTC

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