Namespace
arm32v7
Image / Tag
openjdk:6-jdk-slim
Content Digest
sha256:baa6525b31204dc76c71a8e3d4cf297a3705e614e443c7a338b937156fcb7dc4
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