Namespace
arm32v7
Image / Tag
openjdk:7u221-slim
Content Digest
sha256:2847385422a90c49d5bb73769951b6acca67e15efa0ed1b20abf4c01dd840049
Details
Created

2019-05-14 00:02:55 UTC

Size

92.9 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u221-2.6.18-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u221

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e087398f59c8258df1419a1dab97ac7f54b57bb151a24b88dc99be00bc7546bf - 27.02% (25.1 MB)

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

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

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

[#004] sha256:fd3e57c3d0d40f4e5346574216ec3ec10400d8b26bb31448975653933f4d8f10 - 72.53% (67.3 MB)


History
2019-05-08 12:00:01 UTC

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

2019-05-08 12:00:04 UTC

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

2019-05-08 14:21:05 UTC

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

2019-05-08 14:21:05 UTC

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

2019-05-08 14:21:07 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

2019-05-08 14:21:08 UTC

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

2019-05-08 14:21:08 UTC

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

2019-05-14 00:00:57 UTC

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

2019-05-14 00:00:58 UTC

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

2019-05-14 00:02:55 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