2018-08-23 11:15:51 UTC
102 MB
11~27-1
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+27
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5dfc5302b4bfc84b249f67f2e7094fdf4be54645eb3b6ce014c0c7ecca1e6df4 - 25.03% (25.6 MB)
[#001] sha256:5c2f3a405923c070ef2fc1a30ce2d9036eee908d3d315c21569898eb8390c12e - 0.44% (458 KB)
[#002] sha256:12d96811d096ea29f146e1f9e59c6100f66189bee526673d4cc256ae946095fe - 0.0% (237 Bytes)
[#003] sha256:f4c5731eb629f64cb6cf33bd9be4f0ccc2af036f5e4d4fc2cd686c5dd88a1832 - 0.0% (131 Bytes)
[#004] sha256:ab53c9a8177d74b163ca3407499d97d7aea99012c3abd866e73423898af8a8bc - 74.53% (76.2 MB)
/bin/sh -c #(nop) ADD file:20144dcfd227e7e2fd2fa000865bff7a8586b26f763501c4602235f1d4f04119 in /
2018-07-17 10:47:18 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 11:22:04 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-07-17 11:22:06 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-07-17 11:22:07 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-07-17 11:22:09 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-07-17 11:22:09 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-08-23 11:12:36 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+27
2018-08-23 11:12:36 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~27-1
2018-08-23 11:15:51 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-11-jre-headless="$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-09-05 01:17:52 UTC
97.5 MB
11~27-1
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+27
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a7e1658cb0533dfcb5baa38a0ce3230fd3aea217be1a52d0b46f5521b305d608 - 25.69% (25.1 MB)
[#001] sha256:826d7fab3f2f9f524ee8ab66d9bf80ff7ce89278ff495a4c665481d069832089 - 0.45% (450 KB)
[#002] sha256:b7705f8b8f1de989ae8e63828bc91553d1aa32563ed57bd05b21828c0ef89920 - 0.0% (238 Bytes)
[#003] sha256:346fb9b43905ab75618d23770204a6bc486e33867d3761b8a29e052036f87396 - 0.0% (130 Bytes)
[#004] sha256:325eff34614e16e2caa693e12eca7e39a899f8327d305636525528af85ef2dba - 73.86% (72 MB)
/bin/sh -c #(nop) ADD file:a391d9232725a03d7b21f24be4d387c1d11f905c3ba448c0a3793745ca8cc6f3 in /
2018-09-04 21:20:58 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-05 01:15: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-09-05 01:15:51 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 01:15:52 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-09-05 01:15:52 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-09-05 01:15:52 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-09-05 01:15:52 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+27
2018-09-05 01:15:53 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~27-1
2018-09-05 01:17:52 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-11-jre-headless="$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-08-23 08:56:11 UTC
80.2 MB
11~27-1
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+27
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:acea72f1ecd7951289e77c440c4f3aaf77848b2faad76bd7e8db097abfd2d14d - 28.64% (23 MB)
[#001] sha256:a7f1b1d984fcd3ca8b479950705e6b86d08f519f9188906659654128bb914826 - 0.54% (443 KB)
[#002] sha256:b1f488e93cd0d679131e5e9688de12c41011ef24684777d7b3752a1f7b3ff8f8 - 0.0% (238 Bytes)
[#003] sha256:14f280a5dce6cfac3dc45f43e3940509a8a59d388361aa6e3f6efe35df7ed4c3 - 0.0% (131 Bytes)
[#004] sha256:9b0dde9162cc71df282049101885f13c4b16219cb957013aae64182bedeb02e4 - 70.82% (56.8 MB)
/bin/sh -c #(nop) ADD file:0107574479f07d37c0ea231a8738bc043ef67d41f1a4730c4004055700bb0492 in /
2018-07-17 08:54:22 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 09:14:16 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-07-17 09:14:16 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-07-17 09:14:17 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-07-17 09:14:18 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-07-17 09:14:18 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-08-23 08:53:28 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+27
2018-08-23 08:53:28 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~27-1
2018-08-23 08:56: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-11-jre-headless="$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-08-23 12:02:38 UTC
80.3 MB
11~27-1
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+27
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:1e5341b5f8a7f0c7e651d696478846f375e478fc35a15daad21057ed34c86aa0 - 26.19% (21 MB)
[#001] sha256:201706a9d8742be6b39b2112a52a81180a89c547979584ec52ab950ef13a4768 - 0.52% (426 KB)
[#002] sha256:1db9f0721f2ca238b0a84c406f829b0b7c9a960dd91b6ebd65d2e4825db85f79 - 0.0% (236 Bytes)
[#003] sha256:4dc9b2cda3454dd54d9134d49524faa78c52f7dbf220f21d80d55fb384c98815 - 0.0% (131 Bytes)
[#004] sha256:fe4932c6a6bc95a3bf97cc0790b0ce7f76f949735e013b825842a336e2a4b019 - 73.29% (58.9 MB)
/bin/sh -c #(nop) ADD file:430c173aee26cd9ee26f12a79095a7590ef88c7c48a0ae19a07a09942eaae79a in /
2018-07-17 12:03:41 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 12:34: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-07-17 12:34:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-07-17 12:34:49 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-07-17 12:34:50 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-07-17 12:34:50 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-08-23 11:59:55 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+27
2018-08-23 11:59:56 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~27-1
2018-08-23 12:02: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 --no-install-recommends openjdk-11-jre-headless="$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-08-23 09:54:00 UTC
88.2 MB
11~27-1
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+27
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:458ba916572f94d66f19aa3ff0115bc9864ed4d91c67787dcfcbb4b00bfbdb97 - 25.39% (22.4 MB)
[#001] sha256:d7e2b81cd49e56ea3c4cae916184f441c675aa527aa693a54010d266d76746f7 - 0.48% (435 KB)
[#002] sha256:a478f77447653d89e7bb16b1270e51445b598b0c48ed8f7046fcc124bae1ae83 - 0.0% (237 Bytes)
[#003] sha256:1bc9f58532813326e8baa3cbeec0ebfb917decee942701852fd3967c2502cc4a - 0.0% (131 Bytes)
[#004] sha256:6ab9b49e218bed27bd644eecdc2b462465aa9e52c3779cd199874bf29091ed19 - 74.13% (65.4 MB)
/bin/sh -c #(nop) ADD file:7441783fb02cfd0ec33462b944c21331e3ad1da6f38a9c835f677cb88c6dd7ec in /
2018-07-17 08:44:33 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 09:56: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-07-17 09:56:59 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-07-17 09:57:01 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-07-17 09:57:03 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-07-17 09:57:04 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-08-23 09:40:35 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+27
2018-08-23 09:40:37 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~27-1
2018-08-23 09:54:00 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-11-jre-headless="$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-08-23 09:02:03 UTC
89.7 MB
11~27-1
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+27
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c0079deb5131e41ff48e218a11dc6d4aaf2ee6f48d4674431d4da149f01bd944 - 29.15% (26.2 MB)
[#001] sha256:dcf7a34d4ae23534bc74ed18c6c3b2d4528589acd4a6c4ed1172442e070315e5 - 0.48% (444 KB)
[#002] sha256:2189ec7f1e039011f776c44f0becd3e5065e0a06e25dca83d56e0698d7c16fdc - 0.0% (236 Bytes)
[#003] sha256:20a24d44be9692f4c723c652f3ab74ad80496ecfa0a51aecc2f812334ba67821 - 0.0% (133 Bytes)
[#004] sha256:fdb99954db7a8ae49771751b1afed5ccea781a5dfd60ee8057ae50e9460ae36e - 70.37% (63.1 MB)
/bin/sh -c #(nop) ADD file:2854a5536a6cd3d364473dbde290890875599447fe57e02214642a7ea4c4199a in /
2018-07-17 08:18:54 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 08:49:33 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-07-17 08:49:34 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-07-17 08:49: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-07-17 08:49:38 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-07-17 08:49:39 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-08-23 08:55:30 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+27
2018-08-23 08:55:32 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~27-1
2018-08-23 09:02:03 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-11-jre-headless="$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-08-23 12:08:48 UTC
84.6 MB
11~27-1
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+27
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:1a7175b896da3e09b9a3ca6e3eb08f48c4a4243431b90adbec26e8baa7abec49 - 28.33% (24 MB)
[#001] sha256:aae7fd283a35bc996c3e40072f47e06f5a1863d130778afd8486985973fe079c - 0.53% (460 KB)
[#002] sha256:6b36a405f4357de759ca613cac9db408120a959b381a08b4c3ca780fe0e66965 - 0.0% (237 Bytes)
[#003] sha256:13be106628117d44b0baab4035a3607a1dcbe5ece4061889f3546aec4b6304a7 - 0.0% (132 Bytes)
[#004] sha256:849c586d5ed9a7b62f87e4ed69d3866ff1d56dc5e7c1a2d9bd9d08b32282218a - 71.13% (60.2 MB)
/bin/sh -c #(nop) ADD file:34516dd4f3a5de10b651fdb63328fddb718471eaf74d2efaa6760e1cc35f585c in /
2018-07-17 11:42:34 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 12:03:10 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-07-17 12:03:10 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-07-17 12:03:11 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-07-17 12:03:12 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-07-17 12:03:12 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-08-23 12:06:51 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+27
2018-08-23 12:06:51 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~27-1
2018-08-23 12:08:48 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-11-jre-headless="$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'
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.