Namespace
library
Image / Tag
gradle:4.5.1-alpine
Content Digest
sha256:845e4f842ccbe99561d5be61c2164a0a1d9461182addb2bb33e4acf80d74ccb1
Details
Created

2018-02-07 22:08:26 UTC

Size

138 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.5.1

JAVA_ALPINE_VERSION

8.151.12-r0

JAVA_HOME

/usr/lib/jvm/java-1.8-openjdk

JAVA_VERSION

8u151

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin


Layers

[#000] sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 1.42% (1.97 MB)

[#001] sha256:5de5f69f42d765af6ffb6753242b18dd4a33602ad7d76df52064833e5c527cb4 - 0.0% (238 Bytes)

[#002] sha256:fd869c8b9b592f2fcb5ed4d6055d651ae18d5c2cce22f56896f0ff96cdcbcbf7 - 48.44% (67 MB)

[#003] sha256:b65aa6892540e7d9bdebba508ac26e3db56e5d107502d726271b30f6afc82ad3 - 50.14% (69.3 MB)

[#004] sha256:2583916a9cff0f2ce5d2988b7370d72ca3c2c0007bd4ec6075b1ac4ba672e98f - 0.0% (139 Bytes)


History
2018-01-09 21:10:58 UTC

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

2018-01-09 21:10:58 UTC

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

2018-01-10 04:48:24 UTC

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

2018-01-10 04:48:25 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-01-10 04:50:19 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk

2018-01-10 04:50:19 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/jvm/java-1.8-openjdk/jre/bin:/usr/lib/jvm/java-1.8-openjdk/bin

2018-01-10 04:50:19 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=8u151

2018-01-10 04:50:19 UTC

/bin/sh -c #(nop) ENV JAVA_ALPINE_VERSION=8.151.12-r0

2018-01-10 04:51:20 UTC

/bin/sh -c set -x && apk add --no-cache openjdk8="$JAVA_ALPINE_VERSION" && [ "$JAVA_HOME" = "$(docker-java-home)" ]

2018-01-10 08:29:07 UTC

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

2018-01-10 08:29:08 UTC

/bin/sh -c #(nop) ENV GRADLE_HOME=/opt/gradle

2018-02-07 22:07:35 UTC

/bin/sh -c #(nop) ENV GRADLE_VERSION=4.5.1

2018-02-07 22:07:36 UTC

/bin/sh -c #(nop) ARG GRADLE_DOWNLOAD_SHA256=3e2ea0d8b96605b7c528768f646e0975bd9822f06df1f04a64fd279b1a17805e

2018-02-07 22:08:19 UTC

|1 GRADLE_DOWNLOAD_SHA256=3e2ea0d8b96605b7c528768f646e0975bd9822f06df1f04a64fd279b1a17805e /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

2018-02-07 22:08:19 UTC

/bin/sh -c #(nop) USER [gradle]

2018-02-07 22:08:20 UTC

/bin/sh -c #(nop) VOLUME [/home/gradle/.gradle]

2018-02-07 22:08:20 UTC

/bin/sh -c #(nop) WORKDIR /home/gradle

2018-02-07 22:08:26 UTC

|1 GRADLE_DOWNLOAD_SHA256=3e2ea0d8b96605b7c528768f646e0975bd9822f06df1f04a64fd279b1a17805e /bin/sh -c set -o errexit -o nounset && echo "Testing Gradle installation" && gradle --version

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