Namespace
library
Image / Tag
openjdk:10-ea-32-slim
Content Digest
sha256:6b9b1deae2e6034ea22cd2f691b791ead56637f01f010cd59dd813abc306a037
Details
Created

2018-02-16 16:36:12 UTC

Size

269 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

10~32-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

10-ea+32

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:be56e166276f67c204f772591a93fbb1018c56a1e2cde7af2f366608b506d0ce - 9.33% (25.1 MB)

[#001] sha256:a752fc63aea2ba845dd5dcc121982b440db2c074c967b876d367f2fb6186b1d4 - 0.17% (458 KB)

[#002] sha256:eb44a98c8bb5566dad3701d15b19af0cbf91c5f005d897a31247696890b98400 - 0.0% (220 Bytes)

[#003] sha256:10456ec223d99ca1164932c9a005724a7bc32f2c6d194daef90c072efd5f1935 - 0.0% (238 Bytes)

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

[#005] sha256:31625fea1a85ceb4703a06fb97a631fd98f204e2c0c7d3e5dbf191797561dcc0 - 90.5% (244 MB)


History
2018-02-15 16:51:57 UTC

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

2018-02-15 16:51:58 UTC

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

2018-02-16 15:14:41 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-02-16 15:20:18 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2018-02-16 15:20:18 UTC

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

2018-02-16 15:20: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-02-16 15:20:20 UTC

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

2018-02-16 15:20:20 UTC

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

2018-02-16 15:20:21 UTC

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

2018-02-16 15:20:21 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10~32-1

2018-02-16 16:28:06 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y openjdk-10-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; [ "$(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-02-16 16:36:12 UTC

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

Details
Created

2018-03-14 10:11:27 UTC

Size

262 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

10~32-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

10-ea+32

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:8d602e635a7063b254ddcd64997153b2e8f74c29ff4648089ae116a4ca3ea8e3 - 9.35% (24.5 MB)

[#001] sha256:45b0cb5bfff7921055b3160e463c0cbbd0da8804c54c0e81870e32789de17696 - 0.17% (450 KB)

[#002] sha256:f26ada49ec06a1dec9a075d442391f0ce99d1ec64a76e6c0fb0c8bd1e60da7eb - 0.0% (221 Bytes)

[#003] sha256:a31d298f44c943806253bc4fc8d46cb0d7ef576db265d0c8d84c3343f5ea5f16 - 0.0% (238 Bytes)

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

[#005] sha256:abb423b184e8f8d8b01a79625f1c6daac42e008f8dac724f38951fd7a5fdd411 - 90.48% (237 MB)


History
2018-03-13 22:21:43 UTC

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

2018-03-13 22:21:44 UTC

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

2018-03-14 09:56: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-03-14 09:56:18 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2018-03-14 09:56:19 UTC

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

2018-03-14 09:56: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-03-14 09:56:20 UTC

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

2018-03-14 09:56:20 UTC

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

2018-03-14 09:56:20 UTC

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

2018-03-14 09:56:21 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10~32-1

2018-03-14 10:11:27 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y openjdk-10-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; [ "$(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-03-14 10:11:27 UTC

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

Details
Created

2018-02-15 21:38:32 UTC

Size

232 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

10~32-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

10-ea+32

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:ad9f8330a554b5ea58298fafbf1a911d1e58c0fb81693513c0861ceb96632b59 - 9.76% (22.6 MB)

[#001] sha256:d914632b097b3facb2d4406d1d30059488f13e396bae18eae347e863f9251b5c - 0.19% (443 KB)

[#002] sha256:752eb93763bdcdfc7c6be14f2a50e07dbecf1476f6cd86ef006d61fb6839d9ef - 0.0% (219 Bytes)

[#003] sha256:8de83ef3ae4a4bc308640e89eb0bb74e66ccfe4205092088ab7d771f7f9efb11 - 0.0% (237 Bytes)

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

[#005] sha256:2204923309d2e49b0befa30c1477f83775f67097e0b592c4bf3eadac63f82f1f - 90.05% (209 MB)


History
2018-02-15 20:58:51 UTC

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

2018-02-15 20:58:52 UTC

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

2018-02-15 21:35: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-02-15 21:35:58 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2018-02-15 21:35:58 UTC

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

2018-02-15 21:35: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-02-15 21:36:00 UTC

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

2018-02-15 21:36:00 UTC

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

2018-02-15 21:36:00 UTC

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

2018-02-15 21:36:01 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10~32-1

2018-02-15 21:38:31 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y openjdk-10-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; [ "$(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-02-15 21:38:32 UTC

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

Details
Created

2018-03-14 13:54:00 UTC

Size

231 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

10~32-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

10-ea+32

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:eb4d24f57aa2e9887d736ab5ae837254043a7420798488e113011250c3d45c6b - 8.98% (20.7 MB)

[#001] sha256:fb6632e794ba04784b0b45265566f4f18a26d40bdfdd4aa6726c2df55600f62e - 0.18% (426 KB)

[#002] sha256:f26c0e249a49e408893c222a4071e831d9959c016bda599d2e774b78084f3574 - 0.0% (225 Bytes)

[#003] sha256:8ab9b299374d7501067c56288dda6111b30b796922317319edfddd816199e278 - 0.0% (238 Bytes)

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

[#005] sha256:26f8baf6f0854b090c71f343200b2d77dfe781626764b8fb2b5698d2c8dac021 - 90.84% (210 MB)


History
2018-03-14 12:30:51 UTC

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

2018-03-14 12:30:52 UTC

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

2018-03-14 13:49:45 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 13:49:47 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2018-03-14 13:49:49 UTC

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

2018-03-14 13:49:50 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 13:49:51 UTC

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

2018-03-14 13:49:53 UTC

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

2018-03-14 13:49:53 UTC

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

2018-03-14 13:49:54 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10~32-1

2018-03-14 13:53:50 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y openjdk-10-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; [ "$(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-03-14 13:54:00 UTC

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

Details
Created

2018-03-14 20:12:43 UTC

Size

237 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

10~32-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

10-ea+32

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:793dde53d6e905ab81ddaae8c8ff711e51c5782e6ff5c8065a2f2017b116e00c - 9.3% (22 MB)

[#001] sha256:fd912422d8771b9bce422bc6af0c49132976576aa3834e0baccfc7c50ebd2ef9 - 0.18% (435 KB)

[#002] sha256:53e11e8b0ffa30a0ca891271ff40cdafa4e61dccc84daf31298279540c94ba10 - 0.0% (224 Bytes)

[#003] sha256:c249deefae88505d177a444f9addf4d020a3196cf9043bc3fc914c35ae7daf53 - 0.0% (238 Bytes)

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

[#005] sha256:3669fb7cb52d2a4e835bdb46c32515a479d70d77a65b6fc15fb568522e58b6be - 90.52% (214 MB)


History
2018-03-14 17:28:31 UTC

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

2018-03-14 17:28:32 UTC

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

2018-03-14 19:56:09 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 19:56:11 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2018-03-14 19:56:12 UTC

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

2018-03-14 19:56:15 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 19:56:17 UTC

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

2018-03-14 19:56:32 UTC

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

2018-03-14 19:56:33 UTC

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

2018-03-14 19:56:34 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10~32-1

2018-03-14 20:12:40 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y openjdk-10-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; [ "$(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-03-14 20:12:43 UTC

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

Details
Created

2018-02-15 03:38:41 UTC

Size

247 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

10~32-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

10-ea+32

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:37ba6ae4dccd54eb9fe727eb50853dc2e0af6fb30dd0098145e52936c6061421 - 10.36% (25.6 MB)

[#001] sha256:8f972aec9f02c502cb9944fa42ae7e57d157fec3b5b93be7beabf9ab273ce3f4 - 0.18% (444 KB)

[#002] sha256:27aa642f4016555bf0b885923c468a8f7dcc479e6f927969ac3b99239de6b071 - 0.0% (222 Bytes)

[#003] sha256:b2edd13e3537831dcc89a6f81a46616d7cd40b7ba5b08c8a82d00524d511ec97 - 0.0% (238 Bytes)

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

[#005] sha256:fe9ce0b58aae982c671e98e0506e415df9128319bf848dd4f533e4404d3b353b - 89.46% (221 MB)


History
2018-02-15 01:36:05 UTC

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

2018-02-15 01:36:07 UTC

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

2018-02-15 03:20:48 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-02-15 03:20:52 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2018-02-15 03:20:53 UTC

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

2018-02-15 03:20: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-02-15 03:21:06 UTC

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

2018-02-15 03:21:09 UTC

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

2018-02-15 03:21:15 UTC

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

2018-02-15 03:21:16 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10~32-1

2018-02-15 03:38:37 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y openjdk-10-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; [ "$(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-02-15 03:38:41 UTC

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

Details
Created

2018-03-14 06:38:42 UTC

Size

223 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

10~32-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

10-ea+32

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:298af72285f6bd87726f47a71d44a9089da15048e0eb38a6b2ad0d5f6eef4cff - 10.65% (23.7 MB)

[#001] sha256:46fa0f98e9ab2b7efe654e711de6bbee6c0afc5d2a8d62d21d8f7b9f5dd611b9 - 0.2% (460 KB)

[#002] sha256:adf9bd37faf4b01e8ce07fbb2e78b05f74bc20c16bd189b199c1844b9af4eb2d - 0.0% (219 Bytes)

[#003] sha256:89fb1f77914d3a0c3d99ff5e81cb4b402918a8dbff220dc8f3b6aaf00250723d - 0.0% (237 Bytes)

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

[#005] sha256:c08aa872eb06a49ae758554697313aa656d6d58b045c47d5413e11274198b3d3 - 89.15% (199 MB)


History
2018-03-14 05:23:08 UTC

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

2018-03-14 05:23:08 UTC

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

2018-03-14 06:35:36 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:35:36 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2018-03-14 06:35:37 UTC

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

2018-03-14 06:35:37 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:35:38 UTC

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

2018-03-14 06:35:38 UTC

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

2018-03-14 06:35:38 UTC

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

2018-03-14 06:35:38 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10~32-1

2018-03-14 06:38:42 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y openjdk-10-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; [ "$(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-03-14 06:38:42 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