Namespace
library
Image / Tag
gradle:3.4-jre9
Content Digest
sha256:4f821e89445e98561b29c5a0b29a035a0cb856d0931fe8339c5abb652f3d463d
Details
Created

2017-03-24 17:04:51 UTC

Size

278 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

3.4.1

JAVA_DEBIAN_VERSION

9~b161-1

JAVA_HOME

/usr/lib/jvm/java-9-openjdk-amd64

JAVA_VERSION

9~b161

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:0d62cc759168569be1547237908d9f01ae76df507f508033feaed6291c60a06e - 15.2% (42.2 MB)

[#001] sha256:d1a452a4ba8c66e6b557070473289879410f055e30ac86e4cb9dd2d6f50f0685 - 7.26% (20.2 MB)

[#002] sha256:40e3b45ca6f7b167b4ef26368cf09d21b2b8e8f75b5b78dd49498dc78f09176f - 0.22% (613 KB)

[#003] sha256:bbdf09c4384be8b6a902d9d2457f9e5bbd949d8dc159e41fc047ab5eb9223955 - 0.0% (214 Bytes)

[#004] sha256:631d5a85d6bf6041a8e10de19bd29bef3997d2aadf05bd2329ff4bacbb9c18e3 - 0.0% (240 Bytes)

[#005] sha256:078a3fbb4d14e2ce8909975faf8e0f32cde08584da323efd247727df67a67663 - 53.2% (148 MB)

[#006] sha256:dd7b15a6153e8c581cc64c62a2558d506ef87d4d9ea450d6ceea6e79eeaf1763 - 24.12% (67 MB)

[#007] sha256:a637eb617b8a3d71920de89f3077c3f94ad1829769fb5247fcabdd88600cbc07 - 0.0% (140 Bytes)


History
2017-03-21 18:31:29 UTC

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

2017-03-21 18:31:30 UTC

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

2017-03-21 19:12:36 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-03-21 22:52:29 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-03-21 22:52:31 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2017-03-21 22:52:31 UTC

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

2017-03-21 22:52:32 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-03-21 22:52:33 UTC

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

2017-03-21 22:52:34 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9~b161

2017-03-21 22:52:34 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b161-1

2017-03-21 22:52:57 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y openjdk-9-jre-headless="$JAVA_DEBIAN_VERSION" && rm -rf /var/lib/apt/lists/* && [ "$JAVA_HOME" = "$(docker-java-home)" ]

2017-03-23 18:39:45 UTC

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

2017-03-23 18:39:46 UTC

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

2017-03-24 17:04:34 UTC

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

2017-03-24 17:04:34 UTC

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

2017-03-24 17:04:38 UTC

|1 GRADLE_DOWNLOAD_SHA256=db1db193d479cc1202be843f17e4526660cfb0b21b57d62f3a87f88c878af9b2 /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-03-24 17:04:38 UTC

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

2017-03-24 17:04:38 UTC

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

2017-03-24 17:04:38 UTC

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

2017-03-24 17:04:51 UTC

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