2017-12-14 19:07:43 UTC
148 MB
/opt/gradle
GRADLE_VERSION4.4
JAVA_ALPINE_VERSION7.151.2.6.11-r0
JAVA_HOME/usr/lib/jvm/java-1.7-openjdk
JAVA_VERSION7u151
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.7-openjdk/jre/bin:/usr/lib/jvm/java-1.7-openjdk/bin
[#000] sha256:2fdfe1cd78c20d05774f0919be19bc1a3e4729bce219968e4188e7e0f1af679d - 1.33% (1.97 MB)
[#001] sha256:82630fd6e5ba7225587bd7986c7b6245801f8c7b001c9db318aecbb7fcb188a4 - 0.0% (239 Bytes)
[#002] sha256:f5176a718d97095c6e24a35aff7276746d1ef705923fe2c0e2775e0b312029e7 - 49.84% (73.8 MB)
[#003] sha256:0271fbf749053fbcfb36b960081998fe4ec035d130974f41b0214c00593f10ac - 48.83% (72.3 MB)
[#004] sha256:df64d28953702901d6824b55066776d14f7d782d350f45bbaab10eb6e1e00784 - 0.0% (139 Bytes)
/bin/sh -c #(nop) ADD file:2b00f26f6004576e2f8faeb3fb0517a14f79ea89a059fe096b54cbecf5da512e in /
2017-12-01 18:48:48 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-12-05 03:42:44 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-12-05 03:42: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
2017-12-05 03:42:45 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.7-openjdk
2017-12-05 03:42:45 UTC/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.7-openjdk/jre/bin:/usr/lib/jvm/java-1.7-openjdk/bin
2017-12-05 03:42:46 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=7u151
2017-12-05 03:42:46 UTC/bin/sh -c #(nop) ENV JAVA_ALPINE_VERSION=7.151.2.6.11-r0
2017-12-05 03:43:03 UTC/bin/sh -c set -x && apk add --no-cache openjdk7="$JAVA_ALPINE_VERSION" && [ "$JAVA_HOME" = "$(docker-java-home)" ]
2017-12-05 04:38:11 UTC/bin/sh -c #(nop) CMD ["gradle"]
2017-12-05 04:38:11 UTC/bin/sh -c #(nop) ENV GRADLE_HOME=/opt/gradle
2017-12-14 19:07:28 UTC/bin/sh -c #(nop) ENV GRADLE_VERSION=4.4
2017-12-14 19:07:28 UTC/bin/sh -c #(nop) ARG GRADLE_DOWNLOAD_SHA256=fa4873ae2c7f5e8c02ec6948ba95848cedced6134772a0169718eadcb39e0a2f
2017-12-14 19:07:40 UTC|1 GRADLE_DOWNLOAD_SHA256=fa4873ae2c7f5e8c02ec6948ba95848cedced6134772a0169718eadcb39e0a2f /bin/sh -c set -o errexit -o nounset && echo "Installing build dependencies" && apk add --no-cache --virtual .build-deps ca-certificates openssl unzip && echo "Downloading Gradle" && wget -O gradle.zip "https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip" && echo "Checking download hash" && echo "${GRADLE_DOWNLOAD_SHA256} *gradle.zip" | sha256sum -c - && echo "Installing Gradle" && unzip gradle.zip && rm gradle.zip && mkdir /opt && mv "gradle-${GRADLE_VERSION}" "${GRADLE_HOME}/" && ln -s "${GRADLE_HOME}/bin/gradle" /usr/bin/gradle && apk del .build-deps && echo "Adding gradle user and group" && addgroup -S -g 1000 gradle && adduser -D -S -G gradle -u 1000 -s /bin/ash gradle && mkdir /home/gradle/.gradle && chown -R gradle:gradle /home/gradle && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln -s /home/gradle/.gradle /root/.gradle
2017-12-14 19:07:40 UTC/bin/sh -c #(nop) USER [gradle]
2017-12-14 19:07:40 UTC/bin/sh -c #(nop) VOLUME [/home/gradle/.gradle]
2017-12-14 19:07:40 UTC/bin/sh -c #(nop) WORKDIR /home/gradle
2017-12-14 19:07:43 UTC|1 GRADLE_DOWNLOAD_SHA256=fa4873ae2c7f5e8c02ec6948ba95848cedced6134772a0169718eadcb39e0a2f /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.