2017-09-11 03:51:31 UTC
439 MB
/opt/gradle
GRADLE_VERSION4.0.1
JAVA_DEBIAN_VERSION9~b181-4
JAVA_HOME/docker-java-home
JAVA_VERSION9-b181
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b5499bef70c58635bb757692533c72902e2ab8d155d0eafc76cda92862472a27 - 10.53% (46.2 MB)
[#001] sha256:f0aefbd8335b097f9758dad16852743f38a1b601f9f9d0cf4bf8b6ce09f3463e - 1.86% (8.16 MB)
[#002] sha256:0c86784c73eaf7a56381d588b8a6ea2213fa0b23467fd7e1479f9c995d7beebb - 0.96% (4.22 MB)
[#003] sha256:3308601cadb7d11e4054dedaefd3e59f08ff3bc195a5a027be7569112a9fd6c6 - 11.14% (48.9 MB)
[#004] sha256:89af2b318efbca7a65be369d55e8497d44621f717a7c2d65d3248d08fd7744d8 - 0.14% (644 KB)
[#005] sha256:46023e7743d9c97a4d2638d6d0bc623660535b59140f203421fa17e03cccdca8 - 0.0% (241 Bytes)
[#006] sha256:40d47966cab2ec988d90699efdf6c2b7db48e83fb721f92461a5de0d68a18b7a - 0.0% (131 Bytes)
[#007] sha256:9a1e39ea93da80a4703baf292bcea3be30e12b8e0063e707a23a06030a9cc85d - 60.68% (266 MB)
[#008] sha256:3df7486b5491879f38fb37a3c7bcce191ba7c465e9ff9869285fa54b51156e44 - 14.68% (64.4 MB)
[#009] sha256:2164f44161c6ecbd8c69b425c6300b22ba7ace40d13f788d0c6fc575db3c5c91 - 0.0% (138 Bytes)
/bin/sh -c #(nop) ADD file:366ed17a0f83cce653d5f267000d2766de9f465b087c3c17d9c865f1ac7dc8b3 in /
2017-07-24 16:52:23 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-24 17:26:28 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-24 17:26:34 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-24 17:26:56 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-24 18:12:46 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-08-25 21:04:37 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-08-25 21:04: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
2017-08-25 21:04:39 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-08-25 21:04:40 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2017-08-25 21:04:40 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9-b181
2017-08-25 21:04:40 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b181-4
2017-09-09 01:00:45 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-9-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'
2017-09-09 01:00:46 UTC/bin/sh -c #(nop) CMD ["jshell"]
2017-09-11 03:51:10 UTC/bin/sh -c #(nop) CMD ["gradle"]
2017-09-11 03:51:10 UTC/bin/sh -c #(nop) ENV GRADLE_HOME=/opt/gradle
2017-09-11 03:51:10 UTC/bin/sh -c #(nop) ENV GRADLE_VERSION=4.0.1
2017-09-11 03:51:11 UTC/bin/sh -c #(nop) ARG GRADLE_DOWNLOAD_SHA256=d717e46200d1359893f891dab047fdab98784143ac76861b53c50dbd03b44fd4
2017-09-11 03:51:22 UTC|1 GRADLE_DOWNLOAD_SHA256=d717e46200d1359893f891dab047fdab98784143ac76861b53c50dbd03b44fd4 /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-09-11 03:51:23 UTC/bin/sh -c #(nop) USER [gradle]
2017-09-11 03:51:23 UTC/bin/sh -c #(nop) VOLUME [/home/gradle/.gradle]
2017-09-11 03:51:24 UTC/bin/sh -c #(nop) WORKDIR /home/gradle
2017-09-11 03:51:31 UTC|1 GRADLE_DOWNLOAD_SHA256=d717e46200d1359893f891dab047fdab98784143ac76861b53c50dbd03b44fd4 /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.