Namespace
library
Image / Tag
openjdk:7u171-slim
Content Digest
sha256:14e07ac275c2e40f8c784b6990fdda18716856655d283cccb6c94137e79fad3e
Details
Created

2018-05-31 06:15:12 UTC

Size

122 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u171-2.6.13-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u171

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:175c17a0040b2274213f9504ec9e834814804aa24e25f9537af71fccc81a017f - 23.59% (28.9 MB)

[#001] sha256:9c93922e68ccea08277f2a4c59128ace53b10fe857702b1d9b8a7efab5b03464 - 0.36% (455 KB)

[#002] sha256:e55e5d35b28c2158509b6d34570c3e05dc1002434dc68c2ba455fdf9fa71b64a - 0.0% (248 Bytes)

[#003] sha256:5275fdf6127f8903bc3be2c6a5f857d61a31085bf986d759bec459cc250278d4 - 0.0% (131 Bytes)

[#004] sha256:eb0f8741739911157b1c18d3c631db0e4350d40b6d036dbbd77b5b80efef0e24 - 76.05% (93.1 MB)


History
2018-04-28 10:39:45 UTC

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

2018-04-28 10:39:45 UTC

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

2018-05-31 06:08:40 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-05-31 06:08:40 UTC

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

2018-05-31 06:08:41 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

2018-05-31 06:08:41 UTC

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

2018-05-31 06:13:26 UTC

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

2018-05-31 06:13:27 UTC

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

2018-05-31 06:13:27 UTC

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

2018-05-31 06:15:12 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'

Details
Created

2018-06-06 02:04:29 UTC

Size

111 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u171-2.6.13-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u171

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:4d0d76e05f3c6caf923a71ca3b3d2cc8c834ca61779ae6b6d83547f3dd814980 - 25.91% (28.7 MB)

[#001] sha256:6fd45ab3e8705100d059fefde01e2940d76606981926a01a09458dce1afca1a0 - 0.4% (453 KB)

[#002] sha256:99b81648969360d1555321bbc2861ac7ffc37e749c6ad074769dea91e9b00387 - 0.0% (249 Bytes)

[#003] sha256:20ef42f9b69097a06b45e40258725d09d897141042e356843eba36b6c7ac60c2 - 0.0% (130 Bytes)

[#004] sha256:fb3d8120348d21463aa5d514d674e5cb0e34fc996fbb0f21715cdd5b8bc2ac0e - 73.69% (81.7 MB)


History
2018-04-28 06:45:24 UTC

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

2018-04-28 06:45:24 UTC

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

2018-06-06 02:00:14 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-06-06 02:00:15 UTC

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

2018-06-06 02:00:15 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

2018-06-06 02:00:16 UTC

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

2018-06-06 02:03:12 UTC

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

2018-06-06 02:03:12 UTC

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

2018-06-06 02:03:12 UTC

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

2018-06-06 02:04:29 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'

Details
Created

2018-05-15 09:54:00 UTC

Size

96.9 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u171-2.6.13-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u171

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:94b675ca74d2386dbd57e10d92f282f24ca3519fd21339c04af3f8f7e523617c - 28.0% (27.1 MB)

[#001] sha256:64413c45c2b1761082392f40b8eb4f8c01e04ace06cf565ed33520cde914a2f3 - 0.45% (446 KB)

[#002] sha256:fcc8503ffe14feee207fc8f6387fe1698d57ea88c261e13e32014df47d242ab2 - 0.0% (248 Bytes)

[#003] sha256:d3238929bec356935380aebd06a38df60f54e0b955554074db0321e380626388 - 0.0% (130 Bytes)

[#004] sha256:8e4e9af5f3eaef88ac00796fcf708733011ea5d2843f18266a12ea180747484d - 71.55% (69.3 MB)


History
2018-04-28 08:49:49 UTC

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

2018-04-28 08:49:49 UTC

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

2018-04-28 12:55:02 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-04-28 12:55:03 UTC

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

2018-04-28 12:55:03 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

2018-04-28 12:55:04 UTC

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

2018-04-28 12:58:14 UTC

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

2018-04-28 12:58:15 UTC

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

2018-04-28 12:58:15 UTC

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

2018-05-15 09:54:00 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'

Details
Created

2018-05-15 12:29:09 UTC

Size

93.2 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u171-2.6.13-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u171

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:2d5e3d857ad4821de542179b9b489e90fd471e4cd9f25c4aa2a09561c37a7806 - 26.9% (25.1 MB)

[#001] sha256:b12f199f27c7efc052499b2e8ed53e8619167862acb1abe9a2f3baf9511f616f - 0.44% (422 KB)

[#002] sha256:d07998aba91636c8f624b6c3b61ed3a56f8b827314f55812e2183cf1f9e78e73 - 0.0% (247 Bytes)

[#003] sha256:70beb70d7caf8b057153c16add67b8ed61b89307e4fe2cd6d1e48c086653401f - 0.0% (130 Bytes)

[#004] sha256:8c9e841b995a1c993a564e6d9a75511bab9fc6fad4f0bd284acdafff7593cfa3 - 72.66% (67.7 MB)


History
2018-04-28 11:59:37 UTC

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

2018-04-28 11:59:37 UTC

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

2018-04-28 12:57:44 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-04-28 12:57:49 UTC

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

2018-04-28 12:57:50 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

2018-04-28 12:57:57 UTC

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

2018-04-28 13:01:46 UTC

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

2018-04-28 13:01:47 UTC

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

2018-04-28 13:01:47 UTC

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

2018-05-15 12:29:09 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'

Details
Created

2018-05-15 10:30:51 UTC

Size

96.8 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u171-2.6.13-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u171

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:6d46b8f3eebfe36e412a394de4bf8a598e22d1fe11cd6b35f34e770473c170ea - 27.1% (26.2 MB)

[#001] sha256:66c67f48d3f95f879f0a16939897151d838aeae71743f184d41d557ba719f896 - 0.45% (447 KB)

[#002] sha256:75e4f5df17d67da29d0f5e8846dfb76e7f541e3c84f16d804a52313cf3f2d755 - 0.0% (247 Bytes)

[#003] sha256:825cf0a868d42f586b37204e4c5bbc1ab2668b7d1d01156e2be933557a5fe1fd - 0.0% (131 Bytes)

[#004] sha256:2a3455b57a2d29120569aa65e3314f35e391b8924b8ae88dccac59dfc1f24d8f - 72.45% (70.1 MB)


History
2018-04-30 23:23:15 UTC

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

2018-04-30 23:23:18 UTC

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

2018-05-01 11:19:34 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-05-01 11:19:37 UTC

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

2018-05-01 11:19:46 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

2018-05-01 11:19:53 UTC

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

2018-05-01 11:34:57 UTC

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

2018-05-01 11:34:58 UTC

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

2018-05-01 11:34:59 UTC

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

2018-05-15 10:30:51 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'

Details
Created

2018-05-15 09:16:01 UTC

Size

99.8 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u171-2.6.13-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u171

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:7745ff03a317ccaa10ff03129a2330b1c154aecaf51a892b7d99d5e1dbeb86cc - 28.02% (28 MB)

[#001] sha256:904d9cae5b4e13977b3a3f5da2837f3842b44dd1ad001f63bae91c193e6384e7 - 0.44% (449 KB)

[#002] sha256:49f46e6678f464aca7e6dd6754f68d28005443749f3cbf76be8b3e676a6947a1 - 0.0% (247 Bytes)

[#003] sha256:3f5e5c5eac28805942423bb472b259179da4051103daa04229bfb914fbd74006 - 0.0% (132 Bytes)

[#004] sha256:e590260bfe7fe11b0548dcd3754d6a83c94494aab803d9b35acb3bdb0b4ea5c8 - 71.54% (71.4 MB)


History
2018-04-28 08:18:08 UTC

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

2018-04-28 08:18:09 UTC

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

2018-04-28 09:38:34 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-04-28 09:38:39 UTC

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

2018-04-28 09:38:41 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

2018-04-28 09:38:43 UTC

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

2018-04-28 09:41:46 UTC

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

2018-04-28 09:41:47 UTC

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

2018-04-28 09:41:48 UTC

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

2018-05-15 09:16:01 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'

Details
Created

2018-05-15 12:15:56 UTC

Size

101 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u171-2.6.13-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u171

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:f4d03f2765a5584a0dc02af25ffd7c98d6e129d072a1fc30380b106603442102 - 28.71% (28.9 MB)

[#001] sha256:53dd73eb8e6bfd44480a404637dfc711eb6cfa167bcacd7b692ee13e269920ad - 0.45% (462 KB)

[#002] sha256:0b4b07ff4fb390ce7c50cd1a3f4c1856608817a2e55147026b2113f0e1c9d057 - 0.0% (248 Bytes)

[#003] sha256:3f7c4bb4187f99b40f5b149b933b5730667a7287c28f52903d444450e9881cc3 - 0.0% (131 Bytes)

[#004] sha256:60aad87b402772f37a9e57b06994f4f7ebeba7b577077a87a6042228533ddc7f - 70.84% (71.3 MB)


History
2018-04-28 11:42:53 UTC

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

2018-04-28 11:42:55 UTC

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

2018-04-28 14:33:29 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-04-28 14:33:30 UTC

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

2018-04-28 14:33:30 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

2018-04-28 14:33:31 UTC

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

2018-04-28 14:35:13 UTC

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

2018-04-28 14:35:13 UTC

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

2018-04-28 14:35:13 UTC

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

2018-05-15 12:15:56 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