Namespace
library
Image / Tag
openjdk:7u151-jre-jessie
Content Digest
sha256:be4429f745a214e4590ccb623a09e2ca5ba2ffad16c9b76ddfe9fef675fb62b6
Details
Created

2018-03-30 05:30:04 UTC

Size

193 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u151

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:9f151777f4a2473f74fd28d3d07fb57e7ce14f486a67f2f364a27bee629048c9 - 26.03% (50.3 MB)

[#001] sha256:0d5d77f811a271da3f9df5770ed8617174b9788c50375e9cb4e7d8e3821c6fa7 - 10.65% (20.6 MB)

[#002] sha256:821d44878fb8ce38d72ca528967ee66847b08d2223087612a5ea2e0be4277921 - 0.39% (780 KB)

[#003] sha256:44156fd1d57f62db4a9656eb66214ebeb6fda6c06f620be425a0f938b199bd69 - 0.0% (247 Bytes)

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

[#005] sha256:061143360a60f90ac67264cc7fa1158452c6801ae5debf97af31677fd9404369 - 62.92% (122 MB)


History
2018-03-27 14:05:26 UTC

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

2018-03-27 14:05:27 UTC

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

2018-03-28 08:21:19 UTC

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

2018-03-28 08:21:20 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-03-30 05:28:47 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-03-30 05:28:48 UTC

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

2018-03-30 05:28:48 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-03-30 05:28:49 UTC

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

2018-03-30 05:28:50 UTC

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

2018-03-30 05:28:50 UTC

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

2018-03-30 05:28:50 UTC

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

2018-03-30 05:30:04 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-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

2018-03-14 11:13:56 UTC

Size

181 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u151

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:f2b6b4884fc8b2f1fcef843f92f7c82c9c149df85ac77e5f0de7a342ae442412 - 27.75% (50.2 MB)

[#001] sha256:4fb899b4df216ab398fb05547f86dc371db944cf53dea7913d2f4261ed09e2be - 10.16% (18.4 MB)

[#002] sha256:9837675e69408ed38a5cd50b7bad4aceb89b943ec4d0c6547d3da7c2911ce1fa - 0.42% (777 KB)

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

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

[#005] sha256:e22a4474778a07d1700cd709b5211d393206561d9fa8b39c7b232bfcb42ca58f - 61.67% (111 MB)


History
2018-03-13 21:57:21 UTC

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

2018-03-13 21:57:22 UTC

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

2018-03-13 23:39:20 UTC

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

2018-03-13 23:39:21 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-03-14 11:12:58 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-03-14 11:12:58 UTC

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

2018-03-14 11:12:59 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-03-14 11:12:59 UTC

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

2018-03-14 11:13:00 UTC

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

2018-03-14 11:13:00 UTC

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

2018-03-14 11:13:00 UTC

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

2018-03-14 11:13:56 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-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

2018-03-14 22:53:41 UTC

Size

157 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u151

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:d6c8df84f6d163cc0438ee1b71ec7d86a796a60b2c010df85016296ce8991655 - 30.92% (48.5 MB)

[#001] sha256:2e38973509dab679db34ca4d9a05e4ed0f3915f49334a4f060c1a0f120e112e6 - 11.34% (17.8 MB)

[#002] sha256:e6817810a8eb2fc570f0ba7e005fc788ee67602c7cbb6455b6243501aec91ab9 - 0.48% (770 KB)

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

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

[#005] sha256:b08b103b9ff8af182d8b2a00cef5a13f349661e23fae99ff12f06b8491d190c9 - 57.26% (89.9 MB)


History
2018-03-14 19:55:39 UTC

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

2018-03-14 19:55:39 UTC

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

2018-03-14 20:39:10 UTC

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

2018-03-14 20:39:11 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-03-14 22:52:27 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-03-14 22:52:27 UTC

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

2018-03-14 22:52:28 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-03-14 22:52:29 UTC

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

2018-03-14 22:52:29 UTC

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

2018-03-14 22:52:29 UTC

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

2018-03-14 22:52:30 UTC

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

2018-03-14 22:53:41 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-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

2018-03-14 14:10:14 UTC

Size

163 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u151

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:01f50fb86130a0959fcc95157f9f911daf27a42f88c23a55ad8ad827eb4d7124 - 28.57% (46.4 MB)

[#001] sha256:f443c42bb7889303382d6ffcef26b8a270f42924190090e04cfb62fd0703a08e - 10.72% (17.4 MB)

[#002] sha256:3afe31059ff971156f1f71f6db9898a0750bd155f84c590db05d1b92f6a61630 - 0.45% (745 KB)

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

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

[#005] sha256:7a58eaf25aa8159170aeb6d60a0ba3bf05cb81d926153e1f1ee6f43ee6643469 - 60.26% (98 MB)


History
2018-03-14 12:26:45 UTC

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

2018-03-14 12:26:46 UTC

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

2018-03-14 13:12:15 UTC

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

2018-03-14 13:12: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

2018-03-14 14:08: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/*

2018-03-14 14:08:57 UTC

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

2018-03-14 14:08: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

2018-03-14 14:08:59 UTC

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

2018-03-14 14:09:00 UTC

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

2018-03-14 14:09:00 UTC

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

2018-03-14 14:09:00 UTC

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

2018-03-14 14:10:14 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-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

2018-03-15 05:24:32 UTC

Size

160 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u151

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:a87bd2b531300d02e0cb399797953ca9c847bd638a0a3d7f9c3adcfb967f32ce - 30.85% (49.4 MB)

[#001] sha256:d86648639f69004413e64c4fcb6ad3ffd98348d0c786a9efc5722c3ce5732e7c - 11.43% (18.3 MB)

[#002] sha256:20278a87003a07257722012784f1cadaf50873c6a243b76b3ad90511cb4c9e26 - 0.47% (773 KB)

[#003] sha256:509f8055a3a9773f5af703ab935b4d127ce23b84e2ebdc43057797f5824c1075 - 0.0% (247 Bytes)

[#004] sha256:c47fff643b0d53335b22b7816f349e3f772f12a68ccec1ae995a187561b6a539 - 0.0% (132 Bytes)

[#005] sha256:8c9b8694bfec14a7e61c129f39211e177b2b6ffa82958ee883195d1895c05a5d - 57.25% (91.7 MB)


History
2018-03-14 00:32:18 UTC

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

2018-03-14 00:32:19 UTC

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

2018-03-15 01:36:09 UTC

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

2018-03-15 01:36:15 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-03-15 05:15:55 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-03-15 05:15:58 UTC

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

2018-03-15 05:16:03 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-03-15 05:16:08 UTC

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

2018-03-15 05:16:11 UTC

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

2018-03-15 05:16:14 UTC

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

2018-03-15 05:16:16 UTC

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

2018-03-15 05:24:32 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-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

2018-03-14 06:46:25 UTC

Size

161 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-2~deb8u1

JAVA_HOME

/docker-java-home/jre

JAVA_VERSION

7u151

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:ccd1a0cc23d7ab6837be3aa2f9af33195c4b20de649ee2c39e8b1a87709575ed - 31.28% (50.3 MB)

[#001] sha256:a685ac71022aa1adebd3c61832ae0c6225f8634316998ccff12b61e2db87b964 - 11.54% (18.6 MB)

[#002] sha256:fa46f89cb498b5c5127609e2030cd40e44090dcb06b3098df2d4bbd97af39a9e - 0.48% (785 KB)

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

[#004] sha256:5c50ceb2976b146ed356bbbeb75d3492c71ea127dd353bbe99d07cc045542951 - 0.0% (132 Bytes)

[#005] sha256:696d8be7c9b760b6aa6ff708674a97a22985bdbc821f248109c23066a1986293 - 56.7% (91.3 MB)


History
2018-03-14 05:21:53 UTC

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

2018-03-14 05:21:54 UTC

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

2018-03-14 05:50:19 UTC

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

2018-03-14 05:50:20 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-03-14 06:45:38 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-03-14 06:45:39 UTC

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

2018-03-14 06:45:39 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-03-14 06:45:40 UTC

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

2018-03-14 06:45:40 UTC

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

2018-03-14 06:45:42 UTC

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

2018-03-14 06:45:43 UTC

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

2018-03-14 06:46:25 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-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