Namespace
library
Image / Tag
openjdk:6b38
Content Digest
sha256:7f99023cc25d5780a19bfddcdf05f56a84261a478144dfe9d7118078e6bada96
Details
Created

2017-12-12 18:00:44 UTC

Size

189 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

6b38-1.13.10-1~deb7u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

6b38

LANG

C.UTF-8

PATH

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


Layers

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

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

[#002] sha256:50a3644db9ac7dd05e2dac0847bcf8a1460ba5a815e21957b0b18903d680df4b - 18.67% (35.3 MB)

[#003] sha256:c05af3f0b02044a328b075b42e9446998e5d039dad594218957bf71ee7544406 - 0.31% (593 KB)

[#004] sha256:eee4cf53ebb300ca37a3fc85e1c44b2f9e368dc19aa16ec4245d7c2c3f0750d9 - 0.0% (248 Bytes)

[#005] sha256:26268cba192dbd5d2f57908c252d00db79ca15b8949a2f30f84266c92e4627c0 - 0.0% (131 Bytes)

[#006] sha256:3fb634c1dbffcad43cc621f650de1977001699e480efc5fa70f30850418ecc13 - 57.72% (109 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 17:13:38 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-12-12 17:59:36 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 17:59:36 UTC

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

2017-12-12 17:59:37 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 17:59:38 UTC

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

2017-12-12 17:59:38 UTC

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

2017-12-12 17:59:38 UTC

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

2017-12-12 17:59:39 UTC

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

2017-12-12 18:00:44 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-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

2017-12-12 15:01:24 UTC

Size

181 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

6b38-1.13.10-1~deb7u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

6b38

LANG

C.UTF-8

PATH

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


Layers

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

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

[#002] sha256:43cb3e44109931c7e35ceafc97c97e76d8f382673240ce180d61297082aa09a2 - 20.01% (36.2 MB)

[#003] sha256:561c9ce93549a92fa3ba24fe98495abc1790218162d74f94d42284074d2bf43a - 0.32% (602 KB)

[#004] sha256:e3f981f6dc4a262147ce89392b666e6c82590e7d3f4b1edc04a63a437ea7a6a9 - 0.0% (248 Bytes)

[#005] sha256:4f88a3742fa40e192be06c3a01022c399999375d6b5139d2ebed1b46ddda934a - 0.0% (130 Bytes)

[#006] sha256:2901d2c9cd4faf7bd7fe29bfa800bcf02fcb68d901e220109a264cdde703d7c0 - 55.92% (101 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 07:57:14 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-12-12 15:00:26 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:00:26 UTC

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

2017-12-12 15:00: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-12-12 15:00:28 UTC

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

2017-12-12 15:00:29 UTC

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

2017-12-12 15:00:29 UTC

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

2017-12-12 15:00:29 UTC

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

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

2017-12-12 23:22:17 UTC

Size

166 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

6b38-1.13.10-1~deb7u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

6b38

LANG

C.UTF-8

PATH

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


Layers

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

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

[#002] sha256:cd784bc188fcf413da993ca7f32f650a7f198bb73ba04dca84ab2ddf74b18497 - 20.67% (34.2 MB)

[#003] sha256:ccfc3eba93ee38c7cf654f240141a625e952e7f801b13003610aa410032c7412 - 0.36% (604 KB)

[#004] sha256:965326f3fc4829de8470bb463513bfceaefafa733eb9bf32eeaa8c690e68d02e - 0.0% (248 Bytes)

[#005] sha256:60978722bffdff9da3742361ed023e19a7308de3f5b44088c40e3199bef33811 - 0.0% (130 Bytes)

[#006] sha256:4a1311ef01ec4b0755c22cf17f4b0313d90c1ef076b166df73c153081dafd953 - 53.9% (89.3 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:03:30 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-12-12 23:21:22 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:21:23 UTC

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

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

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

2017-12-12 23:21:25 UTC

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

2017-12-12 23:21:25 UTC

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

2017-12-12 23:21:26 UTC

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

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

2017-12-12 15:01:27 UTC

Size

162 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

6b38-1.13.10-1~deb7u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

6b38

LANG

C.UTF-8

PATH

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


Layers

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

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

[#002] sha256:0c97111ac1f47690a1f82ed58a03bd49bebcf1abed7c5dfe81be408f97bb6a78 - 20.58% (33.3 MB)

[#003] sha256:d6b7dd6c4744e9151f8b5e0de9e310a14987400dde6d20af9741743098026d05 - 0.36% (592 KB)

[#004] sha256:4474a6240930f595c7a5754514e3ae57bc63d2bebef9fbaecd24591d1b7ff1ce - 0.0% (247 Bytes)

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

[#006] sha256:e6c49462d5d04088acd7ac35e125aff49e6a0af262bc92e249dba0a7ac9a01d4 - 54.24% (87.6 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 14:26:04 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-12-12 14:59:38 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 14:59:51 UTC

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

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

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

2017-12-12 15:00:29 UTC

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

2017-12-12 15:00:39 UTC

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

2017-12-12 15:00:39 UTC

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

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