Namespace
library
Image / Tag
gradle:4.0-jre9
Content Digest
sha256:f259e2deb844f77f59be82ace99ddf69427019d5a7be859e9976a5dc5a22265e
Details
Created

2017-09-11 03:57:32 UTC

Size

388 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.0.1

JAVA_DEBIAN_VERSION

9~b181-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9-b181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:82350343a6fef2218dcf962145f0ad627975bdd80329deb9ba552d2f787b0383 - 11.73% (45.5 MB)

[#001] sha256:cb9efadb6a07d3fbd922cad53d5ee70b22e727a5ad6d0d84e869960017813c8e - 2.1% (8.15 MB)

[#002] sha256:ef77099728632ff4471bbbc7e3d5541ce4859d6061e74da83f63b89b23aa1d43 - 2.36% (9.17 MB)

[#003] sha256:2e915c4e3c738f367ca7db94768e958dbe26614998c0b8e8d35e4f73f95f2e40 - 0.16% (618 KB)

[#004] sha256:2cc741fe8bdae3f44097058baf0f36265b66a9cc84a6812789480b61426b61a2 - 0.0% (239 Bytes)

[#005] sha256:b9ab8c30ec25dbe19380f7dc63510390d567db7371719ccb3586a382919d54a0 - 0.0% (132 Bytes)

[#006] sha256:a9832de7eb14d8f8a41bca1e03300a8baf99ab7e3799fcf62c74474d3ea337ed - 67.08% (261 MB)

[#007] sha256:4b99a06d6b37ad80e96c1cf59c3b21d15cb63e088b9951e9befc69c1d29de9ca - 16.57% (64.4 MB)

[#008] sha256:a084c5a7514f4f171e4a3152ea0f2d989022bdb3c7bf2a25c6e6c9eb8fefb460 - 0.0% (139 Bytes)


History
2017-09-07 23:06:23 UTC

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

2017-09-07 23:06:24 UTC

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

2017-09-07 23:23:04 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-09-07 23:23:11 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-09-08 08:58:57 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-09-08 08:58:57 UTC

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

2017-09-08 08:58:58 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-08 08:58:59 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home

2017-09-08 08:58:59 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2017-09-08 08:59:00 UTC

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

2017-09-08 08:59:00 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b181-4

2017-09-09 01:01:47 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; apt-get update; apt-get install -y openjdk-9-jre="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; [ "$(readlink -f "$JAVA_HOME")" = "$(docker-java-home)" ]; update-alternatives --get-selections | awk -v home="$(readlink -f "$JAVA_HOME")" 'index($3, home) == 1 { $2 = "manual"; print | "update-alternatives --set-selections" }'; update-alternatives --query java | grep -q 'Status: manual'

2017-09-11 03:57:19 UTC

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

2017-09-11 03:57:19 UTC

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

2017-09-11 03:57:20 UTC

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

2017-09-11 03:57:20 UTC

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

2017-09-11 03:57:25 UTC

|1 GRADLE_DOWNLOAD_SHA256=d717e46200d1359893f891dab047fdab98784143ac76861b53c50dbd03b44fd4 /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-09-11 03:57:26 UTC

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

2017-09-11 03:57:26 UTC

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

2017-09-11 03:57:26 UTC

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

2017-09-11 03:57:32 UTC

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