Namespace
library
Image / Tag
gradle:4.2.0-jre-alpine
Content Digest
sha256:4b180a02cae0e3ea206af63945ae1b3c8048290185dd2175256c31e8a4ee0d8c
Details
Created

2017-09-26 17:32:11 UTC

Size

122 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.2

JAVA_ALPINE_VERSION

8.131.11-r2

JAVA_HOME

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

JAVA_VERSION

8u131

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:88286f41530e93dffd4b964e1db22ce4939fffa4a4c665dab8591fbab03d4926 - 1.56% (1.9 MB)

[#001] sha256:720349d0916a74fb5124be4a8a2bf898de431927e1caec15cc956c8a7fb33d14 - 0.0% (240 Bytes)

[#002] sha256:9431a0557160e1ec384a6cfe37d1225528bd236e486010ffc0b75ce7fe1c1465 - 42.52% (51.8 MB)

[#003] sha256:543cbf2cd8af50e0af051e42eb4a8d39c67a562a91f8ff5b602f9d34839b1526 - 55.93% (68.1 MB)

[#004] sha256:5790a2275bae98946c22006ef57d11f9158ffa4be5bc886f5f312271295544fd - 0.0% (139 Bytes)


History
2017-09-13 14:32:25 UTC

/bin/sh -c #(nop) ADD file:4583e12bf5caec40b861a3409f2a1624c3f3556cc457edb99c9707f00e779e45 in /

2017-09-13 14:32:26 UTC

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

2017-09-14 04:13:40 UTC

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

2017-09-14 04:13:41 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-09-14 04:25:34 UTC

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

2017-09-14 04:25:34 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

2017-09-14 04:25:34 UTC

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

2017-09-14 04:25:34 UTC

/bin/sh -c #(nop) ENV JAVA_ALPINE_VERSION=8.131.11-r2

2017-09-14 04:25:42 UTC

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

2017-09-14 06:25:23 UTC

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

2017-09-14 06:25:23 UTC

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

2017-09-26 17:31:56 UTC

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

2017-09-26 17:31:56 UTC

/bin/sh -c #(nop) ARG GRADLE_DOWNLOAD_SHA256=515dd63d32e55a9c05667809c5e40a947529de3054444ad274b3b75af5582eae

2017-09-26 17:32:04 UTC

|1 GRADLE_DOWNLOAD_SHA256=515dd63d32e55a9c05667809c5e40a947529de3054444ad274b3b75af5582eae /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-09-26 17:32:06 UTC

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

2017-09-26 17:32:06 UTC

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

2017-09-26 17:32:06 UTC

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

2017-09-26 17:32:11 UTC

|1 GRADLE_DOWNLOAD_SHA256=515dd63d32e55a9c05667809c5e40a947529de3054444ad274b3b75af5582eae /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