Namespace
library
Image / Tag
openjdk:6b38-jre-wheezy
Content Digest
sha256:e7a2f4a5cd12bace39f0793e04fefdbbd3d86dff13429903d1b613a352c741a6
Details
Created

2017-12-12 18:15:04 UTC

Size

142 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

6b38-1.13.10-1~deb7u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

6b38

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:20f7e6bd30947be27e2a6eed841278c2fcff0db722334016a488feae3ae65859 - 25.16% (35.7 MB)

[#001] sha256:b8640205fde64920e3229a7bcc29a8c09e17639a3abb4aa06ce4be31b587a9d8 - 5.91% (8.39 MB)

[#002] sha256:d92e70453c2567232aa12054bacc6b8b32292081a9eaa8a0eafb3a15cc3bc289 - 0.36% (526 KB)

[#003] sha256:57a25583c2b1331496ddc9d9251fa92dc8e9d733633d01ca198a77c2f33fda59 - 0.0% (248 Bytes)

[#004] sha256:ceff3782b477906bc5ea7f69410b73ed212c82bc74b671846dd6687cfb505d39 - 0.0% (131 Bytes)

[#005] sha256:207dbe61337761ff2234e3d80b794752a28e14d12d31045c2ef9adcb683d2982 - 68.56% (97.3 MB)


History
2017-12-12 14:43:45 UTC

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

2017-12-12 14:43:45 UTC

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

2017-12-12 17:13:07 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-12-12 17:13:08 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

2017-12-12 18:14:17 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-12-12 18:14:17 UTC

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

2017-12-12 18:14:18 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-12-12 18:14:26 UTC

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

2017-12-12 18:14:26 UTC

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

2017-12-12 18:14:27 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=6b38

2017-12-12 18:14:27 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=6b38-1.13.10-1~deb7u1

2017-12-12 18:15:04 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 openjdk-6-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'

Details
Created

2017-12-12 15:02:36 UTC

Size

133 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

6b38-1.13.10-1~deb7u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

6b38

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:762ae076e9a326e4eac3b3db9e3afe4b6dc930ec52dbb2aa27a300d1323a52b6 - 27.26% (36.3 MB)

[#001] sha256:23de19d3f13a2be7ebc7920f3ba4c5b85177a11b50a1ade92d360c09aa349bf1 - 4.97% (6.63 MB)

[#002] sha256:88eb6f7cbbff330da5be9ecbc972f6fc7cadec02022be4cca397fc000f60d469 - 0.39% (536 KB)

[#003] sha256:4a068071674de62beaa2da19128e497fc2e22b754a4a343ac9e286bcb94c02e3 - 0.0% (247 Bytes)

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

[#005] sha256:a53360b376d7ff6ee4f30dcca65c633060527a63de1dc033c4f3550a7fc388b7 - 67.37% (89.8 MB)


History
2017-12-12 01:46:04 UTC

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

2017-12-12 01:46:04 UTC

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

2017-12-12 07:56:34 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-12-12 07:56:38 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

2017-12-12 15:01:45 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-12-12 15:01:46 UTC

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

2017-12-12 15:01:47 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-12-12 15:01:47 UTC

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

2017-12-12 15:01:48 UTC

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

2017-12-12 15:01:48 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=6b38

2017-12-12 15:01:48 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=6b38-1.13.10-1~deb7u1

2017-12-12 15:02:36 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 openjdk-6-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'

Details
Created

2017-12-12 23:24:51 UTC

Size

121 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

6b38-1.13.10-1~deb7u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

6b38

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:8d01839394fae71ab18c6d4fa6e8f5ff303a13afca2fa23b3b65c12fae1b5fd5 - 29.0% (35.2 MB)

[#001] sha256:16027710f36e4aaa3224e3f258959bc3af99b9007be1651f403ae4fdbd84b8ef - 5.17% (6.28 MB)

[#002] sha256:0636795daa96eec602451596bcf17a49f349dc03e74360333044fd0def45c5d4 - 0.43% (537 KB)

[#003] sha256:8db69c1f56581aa70195f5ead073f6a04f414e588b2d72040d7ec85f63a01eef - 0.0% (247 Bytes)

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

[#005] sha256:1340accdca2b83c0122e3284c24549b4eee051e21f484e0afdacfa39a3da8ee2 - 65.39% (79.4 MB)


History
2017-12-12 21:04:23 UTC

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

2017-12-12 21:04:23 UTC

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

2017-12-12 23:02:53 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-12-12 23:02:54 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

2017-12-12 23:24: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/*

2017-12-12 23:24:14 UTC

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

2017-12-12 23:24: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

2017-12-12 23:24:16 UTC

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

2017-12-12 23:24:17 UTC

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

2017-12-12 23:24:17 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=6b38

2017-12-12 23:24:17 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=6b38-1.13.10-1~deb7u1

2017-12-12 23:24: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 openjdk-6-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'

Details
Created

2017-12-12 15:05:28 UTC

Size

119 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

6b38-1.13.10-1~deb7u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

6b38

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:dd70000a68c40049fa024e9ebecc22bcd8a32b0fb098e9f3edafdbfc872054b4 - 28.67% (34 MB)

[#001] sha256:51ae93d1aa9ba1e13bd1449ae6d27b5849b9a9acbf7f273c7059aa1c7a7f700e - 5.12% (6.07 MB)

[#002] sha256:eb2684ab20a2a3c6524f48748b9c85aad895ffebf49c489cbd6bf5e15a8f1acb - 0.43% (525 KB)

[#003] sha256:5b57491d9e899b46ea0e09e5a12576af86d1fea52dc4c0edd5f6e5863690fdd3 - 0.0% (247 Bytes)

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

[#005] sha256:4b0a04a19dec16de420ce3e37e8c96bfb658d2ba47931b36f69b431b634e0546 - 65.78% (78 MB)


History
2017-12-12 13:36:11 UTC

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

2017-12-12 13:36:12 UTC

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

2017-12-12 14:25:26 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-12-12 14:25:27 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

2017-12-12 15:04:52 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-12-12 15:04:52 UTC

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

2017-12-12 15:04:54 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-12-12 15:04:55 UTC

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

2017-12-12 15:04:55 UTC

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

2017-12-12 15:04:56 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=6b38

2017-12-12 15:04:56 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=6b38-1.13.10-1~deb7u1

2017-12-12 15:05:28 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 openjdk-6-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