Namespace
library
Image / Tag
openjdk:7u181-jre
Content Digest
sha256:1071937b34afcb4af7201a16d16df19dedc0dfa6fec56e47f99d5d57022ee1c5
Details
Created

2019-03-06 03:35:20 UTC

Size

159 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u181-2.6.14-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:f7ce4d781f3676a0be48b8d3d34d6f425e873120e0e4f57aa109f394b797292d - 32.71% (52.1 MB)

[#001] sha256:ec7a0d5b8eca14fd26922c4d3f67119113f60045f853d3af1882dca1ad76136d - 11.89% (18.9 MB)

[#002] sha256:313ed9e9764204bfc765a5d932bc64f2c9d4cdcfe882c2e0b990669c61a14211 - 0.48% (779 KB)

[#003] sha256:c0391b8782fe2735aab018af561adc17c31ddfde83aae74b70afddd9f207ae42 - 0.0% (248 Bytes)

[#004] sha256:49fbff692061471c423726c310582211a190d832067cf8f68920f0adf9cec196 - 0.0% (130 Bytes)

[#005] sha256:31ed32c0c050bf03ebb3c4604a107dbb9633db5c3185b7320e5e751dd1788c74 - 54.92% (87.4 MB)


History
2019-03-05 11:40:55 UTC

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

2019-03-05 11:40:56 UTC

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

2019-03-05 20:59:45 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/*

2019-03-05 20:59:46 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

2019-03-06 03:31:57 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-03-06 03:31:57 UTC

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

2019-03-06 03:31:58 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-03-06 03:31:59 UTC

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

2019-03-06 03:31:59 UTC

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

2019-03-06 03:31:59 UTC

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

2019-03-06 03:31:59 UTC

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

2019-03-06 03:35:20 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-jre="$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

2019-03-27 01:02:11 UTC

Size

147 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u181-2.6.14-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:bf295113f40dde5826c75de78b0aaa190302b3b467a3d6a3f222498b0ad1cea3 - 35.19% (51.9 MB)

[#001] sha256:62fe5b9a5ae4df86ade5163499bec6552c354611960eabfc7f1391f9e9f57945 - 11.35% (16.7 MB)

[#002] sha256:92748c09714e5ff3525426b1db779e7937b629687255e3c336882349d1b686ab - 0.51% (777 KB)

[#003] sha256:062f1282bf9c8ade4b7259d5d902417562965db5d8fb6fd3492dc251a5d9c752 - 0.0% (246 Bytes)

[#004] sha256:f94f42f0e754f4268a5de994bfff55e50179a24e32ea026e9091b0548fbb67de - 0.0% (130 Bytes)

[#005] sha256:679fb14e9d1086bc1ed6f7f5e3651e87d6eb363e7e2f15bfccbea1fef745018d - 52.94% (78 MB)


History
2019-03-26 22:39:37 UTC

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

2019-03-26 22:39:37 UTC

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

2019-03-26 23:17:18 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/*

2019-03-26 23:17:19 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

2019-03-27 00:59:59 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-03-27 00:59:59 UTC

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

2019-03-27 01:00:00 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-03-27 01:00:01 UTC

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

2019-03-27 01:00:01 UTC

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

2019-03-27 01:00:01 UTC

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

2019-03-27 01:00:01 UTC

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

2019-03-27 01:02:11 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-jre="$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

2019-03-27 12:17:09 UTC

Size

135 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u181-2.6.14-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:35faed585909f6e9e85497a99e01695f4aeb8262181d87fcafd6f815fe5aa8c8 - 37.05% (50.1 MB)

[#001] sha256:c19004d17af2e3c968fdff26408889aa5005d87283ecbfba81c84b0ffebb84b1 - 12.0% (16.2 MB)

[#002] sha256:086d84cc67194632fd36b4a2c7f94a08048dbb5ca4ef28f92ef4156df1138269 - 0.56% (770 KB)

[#003] sha256:7bf3fe974cb2ee5f36b4434b63904188b84a689cbf8acbdff31c761907de421c - 0.0% (248 Bytes)

[#004] sha256:fa5c6c832f42e67623e21f2afd845a48cbf9b837a6af342e954a6fe104b25307 - 0.0% (131 Bytes)

[#005] sha256:4244320f393d8f8b3e63f18818d5038b3aee88cd3254d45480828945a1cfe493 - 50.39% (68.2 MB)


History
2019-03-27 08:50:20 UTC

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

2019-03-27 08:50:21 UTC

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

2019-03-27 09:37:11 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/*

2019-03-27 09:37:13 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

2019-03-27 12:15:23 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-03-27 12:15:23 UTC

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

2019-03-27 12:15:25 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-03-27 12:15:26 UTC

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

2019-03-27 12:15:27 UTC

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

2019-03-27 12:15:27 UTC

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

2019-03-27 12:15:28 UTC

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

2019-03-27 12:17:09 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-jre="$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

2019-03-27 15:14:35 UTC

Size

131 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u181-2.6.14-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:9cb2604037f474632362bf2141b9a7472452b696f2b0974eef3c5208260e6d69 - 36.5% (48 MB)

[#001] sha256:bbade77d5540720db42ecb08c263abf534c719f427db0c1c3d285765ba1fe238 - 12.13% (15.9 MB)

[#002] sha256:d0cec6905e7c7773ca64827de294181302b4a8e0360e1369e8cad9f909a073e6 - 0.55% (745 KB)

[#003] sha256:47399be93f3b9bdf497af495b1a93fce5c3545b2a6554295d9d8d7d5d88dd4ed - 0.0% (247 Bytes)

[#004] sha256:833ec45e4c67a1fdf838763f308556c831d30f487bc2c45a4e40885375b495e8 - 0.0% (131 Bytes)

[#005] sha256:55f7a6a682d02c45116d64cfad792312d1061c354b9ce4f18537c5265f8f678d - 50.81% (66.8 MB)


History
2019-03-27 12:03:57 UTC

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

2019-03-27 12:03:58 UTC

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

2019-03-27 13:04:02 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/*

2019-03-27 13:04:04 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

2019-03-27 15:12:49 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-03-27 15:12:50 UTC

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

2019-03-27 15:12:51 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-03-27 15:12:53 UTC

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

2019-03-27 15:12:53 UTC

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

2019-03-27 15:12:54 UTC

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

2019-03-27 15:12:55 UTC

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

2019-03-27 15:14:35 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-jre="$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