Namespace
arm64v8
Image / Tag
openjdk:7u181
Content Digest
sha256:496f42611d7f3a725e76814de74676fd6b6d72377e981573418c98a0857bcc31
Details
Created

2018-06-12 09:21:40 UTC

Size

188 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u181-2.6.14-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:363cfded2ef3921ef972c85cafc77cf16cdcfddfd49782ad4540cb73fd5e57a2 - 26.11% (49.1 MB)

[#001] sha256:4bc4956efcaf7d30060a373d34961e3c6e71ee0317cb5381a180230a397c5442 - 8.74% (16.4 MB)

[#002] sha256:71a9e408db2031cacf4541c01e9c992c2cdfd06fd26ad42c508faa3b0a71aae4 - 20.82% (39.1 MB)

[#003] sha256:f0aef3aa00d6f5d9a0a4fd9a9df66b7ae66fb7dbf3e05a0f94cc4e77fbd4e4d8 - 0.42% (804 KB)

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

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

[#006] sha256:0509ee2655e1c66859e0b429d53c79f7578238c98832a3df5c074cc7c78bba6d - 43.92% (82.5 MB)


History
2018-04-30 23:21:38 UTC

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

2018-04-30 23:21:40 UTC

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

2018-05-05 09:16:46 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2018-05-05 09:16:48 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

2018-05-05 09:18:27 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/*

2018-05-05 12:30:51 UTC

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

2018-05-05 12:30:52 UTC

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

2018-05-05 12:30:56 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

2018-05-05 12:30:59 UTC

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

2018-05-05 12:31:00 UTC

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

2018-06-12 09:14:33 UTC

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

2018-06-12 09:14:33 UTC

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

2018-06-12 09:21:40 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