Namespace
library
Image / Tag
openjdk:11-ea-11-slim-sid
Content Digest
sha256:f9855951f28ddca2586d796d4f85d57a7389d45c817f1a5aff13cc6a9b34197b
Details
Created

2018-05-05 13:13:26 UTC

Size

248 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~11-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+11

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:b0b251c3fa17d0cdbdd0cb21b207843e9e733533c09d41956b9606a7c6aaf613 - 10.26% (25.5 MB)

[#001] sha256:1dba5883d54ea2e960ec74337613b22d342a4cf7dc0a8004731c69f17ca460c2 - 0.18% (458 KB)

[#002] sha256:4d0202ed9a08fb9954731cc7fe5f246e4b09b730c006ef6ba471b6671db09dbe - 0.0% (238 Bytes)

[#003] sha256:ea363716bb0c802de06c378b63ab90f2d57a19b0b5965a3fbf723cd904fd5a1a - 0.0% (130 Bytes)

[#004] sha256:a08a78c989a95d9489c14ac455a7fcb93793ae3f0cfb2694f8fe2a48640fecc2 - 89.56% (222 MB)


History
2018-04-28 10:40:59 UTC

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

2018-04-28 10:40:59 UTC

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

2018-04-28 14:41: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-04-28 14:41:58 UTC

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

2018-04-28 14:41: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-04-28 14:41:59 UTC

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

2018-04-28 14:42:00 UTC

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

2018-05-05 13:08:42 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+11

2018-05-05 13:08:42 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~11-2

2018-05-05 13:13: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-11-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'

2018-05-05 13:13:26 UTC

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

Details
Created

2018-05-04 23:48:55 UTC

Size

241 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~11-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+11

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:c2ad77de49cedb25345a40be4f3ccc592075053d2d1b4cafcc67a011c070df60 - 10.29% (24.8 MB)

[#001] sha256:d6485a2cca95b289b549728c0c66bb1b463cdb7a204d224291f28c111a64a371 - 0.18% (450 KB)

[#002] sha256:4f4ea4e6ab41ff82240aed63937b358af3ee0d7749491ea788298b5cd38027cd - 0.0% (237 Bytes)

[#003] sha256:9b8ba107c49a6d8c5092f801c71dafc5fad760b0270718cb9b79cd3b32349891 - 0.0% (130 Bytes)

[#004] sha256:b6e51f0e1509a1a6dcbe56999f97e3a01d8e2ae62bed561b16b1d924de813407 - 89.53% (216 MB)


History
2018-04-28 07:02:48 UTC

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

2018-04-28 07:02:49 UTC

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

2018-05-01 09:40:17 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-01 09:40:17 UTC

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

2018-05-01 09:40:18 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-04 23:46:39 UTC

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

2018-05-04 23:46:39 UTC

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

2018-05-04 23:46:39 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+11

2018-05-04 23:46:40 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~11-2

2018-05-04 23:48:54 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-11-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'

2018-05-04 23:48:55 UTC

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

Details
Created

2018-05-05 09:24:27 UTC

Size

210 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~11-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+11

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:d8a6a213c8dfd9e72ad11408970d74e2be7ffdfbac3683ed1a40c28534145e4a - 10.88% (22.9 MB)

[#001] sha256:dbe23918d5c3df5c5737b91e6e16035342f47e61426f3dd0265882e998ef16a4 - 0.21% (443 KB)

[#002] sha256:f3278875f078d656ef3d6c8ce9702f8344f1343454d75403da10d4e583f90931 - 0.0% (238 Bytes)

[#003] sha256:3187c0aebb98dbd566b2d1153935c739a4bb54682bec8dd2cc1e96c824df4c5a - 0.0% (130 Bytes)

[#004] sha256:d1c7e013e92aa2cb74e3975085fbcea584096270dad6da70e4d1baf6a3728871 - 88.91% (187 MB)


History
2018-04-28 08:51:57 UTC

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

2018-04-28 08:51:57 UTC

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

2018-04-28 12:33:18 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-04-28 12:33:18 UTC

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

2018-04-28 12:33:19 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-04-28 12:33:20 UTC

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

2018-04-28 12:33:20 UTC

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

2018-05-05 09:21:02 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+11

2018-05-05 09:21:02 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~11-2

2018-05-05 09:24:26 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-11-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'

2018-05-05 09:24:27 UTC

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

Details
Created

2018-05-05 12:52:40 UTC

Size

209 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~11-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+11

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e896ce6a07096665b9b10eea8b8d7a9f0f6e26c3d88bd463db48304823b92890 - 10.02% (20.9 MB)

[#001] sha256:925e7bf3333e528dfd915abfbcbc560f820ce29a375d884865566688160e4eed - 0.2% (426 KB)

[#002] sha256:ccc2cc177a3ab014156f5c72f5b4f97a9fb66c88c1f2d8c79cdf90ed2dab6a6c - 0.0% (238 Bytes)

[#003] sha256:095df51160dfb0cfb0c4df2ba36007bb9084764477557e2e0a3c3c898f8b73e9 - 0.0% (132 Bytes)

[#004] sha256:8f079df00c336cdba4c1532474c1e974fbe36333f67f2d24fe4c35c6a6f53207 - 89.78% (188 MB)


History
2018-04-28 12:02:41 UTC

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

2018-04-28 12:02:41 UTC

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

2018-04-28 12:38:02 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-04-28 12:38:04 UTC

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

2018-04-28 12:38: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

2018-04-28 12:38:07 UTC

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

2018-04-28 12:38:13 UTC

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

2018-05-05 12:49:27 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+11

2018-05-05 12:49:27 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~11-2

2018-05-05 12:52:38 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-11-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'

2018-05-05 12:52:40 UTC

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

Details
Created

2018-05-05 11:32:59 UTC

Size

215 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~11-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+11

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:8a965c5efd07de5feb761f2ff7f7c9319fbd736849e5c372d102a79db79c4f2f - 10.37% (22.3 MB)

[#001] sha256:3ca2f61f6ee678d7988be608168e9c185ba5c895ae0c465aae1111cc9b9f381e - 0.2% (435 KB)

[#002] sha256:46c81d59c641d2ddc2a09929f5b5d1a2b5181d4c465d5d47ac607bb97deb6f8a - 0.0% (238 Bytes)

[#003] sha256:18bceddcea152b65343ee7a3e4405bd12c3ee093a5afdc3b0ffb6facce8ddc6b - 0.0% (130 Bytes)

[#004] sha256:015c5e4564f0068fc226ea9e5d74aa1100610f77da6d99f8987cdc29fd74fa91 - 89.44% (192 MB)


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

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

2018-04-30 23:28:47 UTC

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

2018-05-01 10:26: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/*

2018-05-01 10:26:43 UTC

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

2018-05-01 10:26:45 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 11:18:06 UTC

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

2018-05-05 11:18:07 UTC

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

2018-05-05 11:18:08 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+11

2018-05-05 11:18:09 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~11-2

2018-05-05 11:32:57 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-11-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'

2018-05-05 11:32:59 UTC

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

Details
Created

2018-05-05 14:09:38 UTC

Size

226 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~11-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+11

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:62552d209895f0ed53682f7309596edd291c8529683e854dd1fb36398d01bf69 - 11.51% (26 MB)

[#001] sha256:e8ff6d72f21b69924c949ee40aec368655f2ab6a94c0a4a2067453fce44edabe - 0.19% (445 KB)

[#002] sha256:23d6f4b35b1a81554702460476a2fe3bd916579be94638ded8ee84048b7e208b - 0.0% (238 Bytes)

[#003] sha256:310b01249272733e4188774f0c3e9120068d9715d5c8551e910815001a45c510 - 0.0% (133 Bytes)

[#004] sha256:0cb9b82f349a14335d041413862773889634f7ab00746a14f2f3e8bf016b0826 - 88.3% (200 MB)


History
2018-04-28 08:19:31 UTC

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

2018-04-28 08:19:33 UTC

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

2018-04-28 09:22: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-04-28 09:22:50 UTC

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

2018-04-28 09:22:53 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-04-28 09:22:57 UTC

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

2018-04-28 09:22:59 UTC

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

2018-05-05 13:45:39 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+11

2018-05-05 13:45:39 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~11-2

2018-05-05 14:09:01 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-11-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'

2018-05-05 14:09:38 UTC

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

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