2017-07-12 17:01:38 UTC
351 MB
20170531+nmu1
GRADLE_HOME/opt/gradle
GRADLE_VERSION3.5
JAVA_DEBIAN_VERSION8u131-b11-2
JAVA_HOME/docker-java-home
JAVA_VERSION8u131
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c75480ad9aafadef6c7faf829ede40cf2fa990c9308d6cd354d53041b01a7cda - 12.27% (43 MB)
[#001] sha256:18d67befbc4e6fc58906f99031e8183060a10ee8b4e30cd2a83a942f68760818 - 3.02% (10.6 MB)
[#002] sha256:1f5d2d0853c76cad76d65745ca5b10e17ffe72647e78616bb28b2fd70e5173ab - 1.2% (4.21 MB)
[#003] sha256:5de358416a758e4776153bd86b34fcaa0f31b577b335845b968646e61ac78bf4 - 13.59% (47.7 MB)
[#004] sha256:4049b231edeab7c94920b61f8e95d5ae615893cf7ae7b9d28a670f5e47765ddf - 0.18% (645 KB)
[#005] sha256:6617c62c7c1089f445af30dda32df5c346c31019acf9077741422a3e4785a537 - 0.0% (240 Bytes)
[#006] sha256:aa26fbcddb08b7bc5e7847d2cd1bfb54bd4674c892a483341f8d59911cb012c2 - 0.0% (131 Bytes)
[#007] sha256:d5b28339f9cb0b6aef1e23a0d32b8bf6da5ff989a4a1191a36f3a9d3d9630ce2 - 49.76% (175 MB)
[#008] sha256:8d7b25fab67abb2ebdc9eff8023a7cc5b1efc7cd956e1f05ba4af94389992040 - 0.07% (266 KB)
[#009] sha256:7ca3608b94b26c2f0770c28c94174b7c2e04a295a7453b3e772b6f98e59605f2 - 19.92% (69.9 MB)
[#010] sha256:8b897af94af3ffa48a225e673d12182585b62b4d77aafb6281d37f25afc3bbbd - 0.0% (139 Bytes)
/bin/sh -c #(nop) ADD file:93a0dbb6973bc13e5478292bfe283ff91745ca6e23b6fd3363f0661c45deb1ec in /
2017-06-20 20:24:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-06-20 21:21:56 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2017-07-06 22:30:39 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-07-06 22:31:21 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
2017-07-06 23:11:28 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*
2017-07-06 23:11:29 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-07-06 23:11:31 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
2017-07-06 23:11:33 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-07-06 23:11:34 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2017-07-06 23:11:34 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u131
2017-07-06 23:11:35 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u131-b11-2
2017-07-06 23:11:36 UTC/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1
2017-07-06 23:12:29 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y openjdk-8-jdk="$JAVA_DEBIAN_VERSION" ca-certificates-java="$CA_CERTIFICATES_JAVA_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'
2017-07-06 23:12:32 UTC/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure
2017-07-08 13:25:08 UTC/bin/sh -c #(nop) CMD ["gradle"]
2017-07-08 13:25:09 UTC/bin/sh -c #(nop) ENV GRADLE_HOME=/opt/gradle
2017-07-12 17:01:19 UTC/bin/sh -c #(nop) ENV GRADLE_VERSION=3.5
2017-07-12 17:01:19 UTC/bin/sh -c #(nop) ARG GRADLE_DOWNLOAD_SHA256=0b7450798c190ff76b9f9a3d02e18b33d94553f708ebc08ebe09bdf99111d110
2017-07-12 17:01:28 UTC|1 GRADLE_DOWNLOAD_SHA256=0b7450798c190ff76b9f9a3d02e18b33d94553f708ebc08ebe09bdf99111d110 /bin/sh -c set -o errexit -o nounset && echo "Downloading Gradle" && wget --no-verbose --output-document=gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" && echo "Checking download hash" && echo "${GRADLE_DOWNLOAD_SHA256} *gradle.zip" | sha256sum --check - && echo "Installing Gradle" && unzip gradle.zip && rm gradle.zip && mv "gradle-${GRADLE_VERSION}" "${GRADLE_HOME}/" && ln --symbolic "${GRADLE_HOME}/bin/gradle" /usr/bin/gradle && echo "Adding gradle user and group" && groupadd --system --gid 1000 gradle && useradd --system --gid gradle --uid 1000 --shell /bin/bash --create-home gradle && mkdir /home/gradle/.gradle && chown --recursive gradle:gradle /home/gradle
2017-07-12 17:01:29 UTC/bin/sh -c #(nop) USER [gradle]
2017-07-12 17:01:29 UTC/bin/sh -c #(nop) VOLUME [/home/gradle/.gradle]
2017-07-12 17:01:30 UTC/bin/sh -c #(nop) WORKDIR /home/gradle
2017-07-12 17:01:38 UTC|1 GRADLE_DOWNLOAD_SHA256=0b7450798c190ff76b9f9a3d02e18b33d94553f708ebc08ebe09bdf99111d110 /bin/sh -c set -o errexit -o nounset && echo "Testing Gradle installation" && gradle --version
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.