Namespace
library
Image / Tag
openjdk:6-jdk-slim-wheezy
Content Digest
sha256:8757c1ee3fa2d581cd4a1a65762debc586df2eba36d9af75befa78179e6257f8
Details
Created

2017-12-12 18:07:53 UTC

Size

119 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:521cb70f31f0c44c4dca106cb3178b148a7fadbb00e18f61ed0f5ea3c8f1e7c1 - 14.77% (17.6 MB)

[#001] sha256:2702e742007e0167cba4555070211e0f410c51ea26a79799a7be691c34bd9e49 - 0.31% (383 KB)

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

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

[#004] sha256:aca362c806da688a09723bffb807bce87bd2bd9c22a956eb898cff6fd6de87c2 - 84.91% (101 MB)


History
2017-12-12 14:44:19 UTC

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

2017-12-12 14:44:19 UTC

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

2017-12-12 18:07:03 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:07:03 UTC

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

2017-12-12 18:07:04 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:07:05 UTC

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

2017-12-12 18:07:05 UTC

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

2017-12-12 18:07:05 UTC

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

2017-12-12 18:07:05 UTC

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

2017-12-12 18:07:53 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 05:22:53 UTC

Size

111 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:b967c325a8b3055106908c059240f7ea99c3b22958080fa3a0c1688e1e6739d1 - 16.48% (18.3 MB)

[#001] sha256:c4ab31a7467b755cf13f9578f99299095595a6594a518958a383c74fccae00d3 - 0.34% (392 KB)

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

[#003] sha256:05f831342cbb14a17ea53bdd6a57939188f09323ebd8f90634249849b957a043 - 0.0% (131 Bytes)

[#004] sha256:95355cb0ccb79b47922d16313185395e6812e93996cac467953ba97c7234aa03 - 83.17% (92.2 MB)


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

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

2017-12-12 01:46:27 UTC

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

2017-12-12 05:22: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/*

2017-12-12 05:22:06 UTC

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

2017-12-12 05:22:06 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 05:22:07 UTC

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

2017-12-12 05:22:07 UTC

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

2017-12-12 05:22:08 UTC

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

2017-12-12 05:22:08 UTC

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

2017-12-12 05:22:53 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:23:44 UTC

Size

96.9 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:a1bfd7785ff6a76712f96a578a476b0d88e18c6102bf9bfa6fbb16f679c83374 - 17.74% (17.2 MB)

[#001] sha256:f1afe7ad94f73f183c8bb55202a291e87b91b376306664e77965d321f51fb44d - 0.4% (394 KB)

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

[#003] sha256:826c99014d5a8e13ad6dc1d9baf3a0dd5b50052196995d01106226a2faef08be - 0.0% (131 Bytes)

[#004] sha256:7b681e3777602742a2e584ae9bac9627a074f97701def87458247166567bcc8e - 81.87% (79.3 MB)


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

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

2017-12-12 21:04:57 UTC

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

2017-12-12 23:22:50 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:22:51 UTC

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

2017-12-12 23:22:52 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:22:53 UTC

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

2017-12-12 23:22:59 UTC

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

2017-12-12 23:23:00 UTC

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

2017-12-12 23:23:00 UTC

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

2017-12-12 23:23: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:04:07 UTC

Size

93.8 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:adf381d5b09feaa2e2e96c85bb8c1f1d9ea18b076cc45d5fcbaa8afa7c5d4a31 - 17.05% (16 MB)

[#001] sha256:374ba9957d8911e4e75b860de69b28fdf8bb202469b1d47e380c5f578dd8e347 - 0.4% (382 KB)

[#002] sha256:f6efae5015b1b6884963bca92d23ece4cfc9bc844491b354d84e61aff93e8ef0 - 0.0% (246 Bytes)

[#003] sha256:1758be8cfd1c0ff8c0bbe9514a2934d7d2eb09e2e8e58dd456c7d47ef3801c85 - 0.0% (131 Bytes)

[#004] sha256:dd7d1e080876959197d7ec6a3b8bf1a71fe354c6709d86b545e3bcfac30dc746 - 82.55% (77.4 MB)


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

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

2017-12-12 13:36:52 UTC

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

2017-12-12 15:02:42 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:02:54 UTC

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

2017-12-12 15:03:05 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:03:14 UTC

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

2017-12-12 15:03:23 UTC

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

2017-12-12 15:03:24 UTC

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

2017-12-12 15:03:24 UTC

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

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