Namespace
library
Image / Tag
gradle:3.4-jdk9
Content Digest
sha256:b4001135a448403264091172ad1a9369de545a1f0c9c6c25606b6406ff59c463
Details
Created

2017-03-24 17:04:33 UTC

Size

316 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 - 13.38% (42.2 MB)

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

[#002] sha256:b1fbfa5a51b31a9bd473e3d51a02d9d26c6e3681624b5fe0526e3de7ba6b7eac - 12.1% (38.2 MB)

[#003] sha256:f5c6d4dcde8a91252c5b59911856b40fa393f5c43555bb0ec30d0266373be7a8 - 0.2% (637 KB)

[#004] sha256:056b597bb0447460e5a3f9229e907f4519974fd1cafa3d2306d1ead4c1d61ef3 - 0.0% (213 Bytes)

[#005] sha256:4cb44b26812eae902f12ad6e045bf43b2714ac28b5d6ad67cc65fb3861675132 - 0.0% (242 Bytes)

[#006] sha256:b93808fe9b2f98daceb36fd746d8ade3035e65cbb172b8a0e512425866ec3435 - 46.69% (147 MB)

[#007] sha256:a7443b96360a4c0a96dc2e166acae69de79d72050a7fe77869e255bc5cd3c11e - 21.24% (67 MB)

[#008] sha256:a3a6002bd1ec7d5da2131efdef22d1e6cc7b13212d1e9639f7c090081df3c529 - 0.0% (142 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 19:12:57 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-03-21 22:51:44 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:51:45 UTC

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

2017-03-21 22:51:46 UTC

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

2017-03-21 22:51:47 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:51:48 UTC

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

2017-03-21 22:51:48 UTC

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

2017-03-21 22:51:49 UTC

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

2017-03-21 22:52:24 UTC

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

2017-03-23 18:38:59 UTC

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

2017-03-23 18:39:00 UTC

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

2017-03-24 17:04:14 UTC

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

2017-03-24 17:04:14 UTC

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

2017-03-24 17:04:20 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:20 UTC

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

2017-03-24 17:04:20 UTC

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

2017-03-24 17:04:21 UTC

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

2017-03-24 17:04:33 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