Namespace
library
Image / Tag
gradle:5.1
Content Digest
sha256:3291f01cecd90d352dcfc05a6549d2ec485248ffb3b16ec542fe02607e72966c
Details
Created

2019-01-24 02:39:35 UTC

Size

318 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.1.1

JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e7605ade44a5672398d8a60ec13ddeae3204795d746eafc908b8c1103fa8fa35 - 13.8% (43.9 MB)

[#001] sha256:58ed41bfbb6729be227ae81d1bd145244f740acde515b1f0a83b6a58cbd729d4 - 3.24% (10.3 MB)

[#002] sha256:ff3f7c615122a6e85e1207a196f2323f17f2997762bfd6518480dd0d171cdc82 - 1.37% (4.35 MB)

[#003] sha256:c5f15f2e3f5d8388f4d415390adb509c7dcbc1a05764ea9fe7659f2d185ba1fb - 15.46% (49.2 MB)

[#004] sha256:28d30ee0933c0dfeb25271a4382f73d87e86b72af35e37586c7ff59ce86495fd - 0.27% (879 KB)

[#005] sha256:64f9886fdeada10474f9408f34dc7a13c341c6cbdb5623753ea07cff624398e8 - 0.0% (248 Bytes)

[#006] sha256:f75131202061d39a67a196988aca7bc4fbdff0101614fa6e131ed2e3a9c568ed - 0.0% (131 Bytes)

[#007] sha256:4e07e6be6a65283f8ccc47481e00850d0a1b4c3281457e80bd2d2fd7295ea468 - 40.17% (128 MB)

[#008] sha256:ff51341b3dd24e4c37b9deb96fda666ae8033a5f04f46eae78ce8a27ceb10041 - 25.69% (81.8 MB)

[#009] sha256:8258115833f1f62d233d8e05d3b1568161f3c907fdde07ad7067ba1d3991fbb9 - 0.0% (138 Bytes)


History
2019-01-23 11:52:21 UTC

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

2019-01-23 11:52:22 UTC

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

2019-01-23 12:48:52 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-01-23 12:48:59 UTC

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

2019-01-23 12:49:33 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/*

2019-01-23 17:53:54 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2019-01-23 17:58:05 UTC

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

2019-01-23 17:58:05 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

2019-01-23 17:58:06 UTC

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

2019-01-23 17:58:06 UTC

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

2019-01-23 17:58:06 UTC

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

2019-01-23 17:58:07 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2019-01-23 17:58:52 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 --no-install-recommends openjdk-8-jdk="$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'

2019-01-24 02:39:27 UTC

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

2019-01-24 02:39:27 UTC

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

2019-01-24 02:39:27 UTC

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

2019-01-24 02:39:27 UTC

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

2019-01-24 02:39:32 UTC

|1 GRADLE_DOWNLOAD_SHA256=4953323605c5d7b89e97d0dc7779e275bccedefcdac090aec123375eae0cc798 /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 && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln -s /home/gradle/.gradle /root/.gradle

2019-01-24 02:39:32 UTC

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

2019-01-24 02:39:33 UTC

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

2019-01-24 02:39:33 UTC

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

2019-01-24 02:39:35 UTC

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

Details
Created

2019-02-06 15:31:31 UTC

Size

316 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.1.1

JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:741437d97401b83849ccbfe4ed8964049b752081647d7f1ea8aea29d989f8968 - 13.69% (43.2 MB)

[#001] sha256:34d8874714d74b636739b8a52204650a664fca8ff9741dd66810f30196f103e2 - 3.26% (10.3 MB)

[#002] sha256:0a108aa2667933b852b8d003f97b344d014fcd7e06a0c0e6e04f2d6906738388 - 1.31% (4.14 MB)

[#003] sha256:7f0334c36886bd4619e8d05ccf68003e53b0b6098b2166a216bd009dba678ed8 - 15.12% (47.7 MB)

[#004] sha256:aa29d9cbdbf5eff98907d574c79da86d6123e841a32d7c285b723393b9865a92 - 0.27% (871 KB)

[#005] sha256:e54d29f744131db0b44cf31e1c59e6320b17d5127afe41ffc745e6400b2f97c5 - 0.0% (248 Bytes)

[#006] sha256:eb5b24cf4e1f1b9b16619a147fafe74bf61004e00035c6f62c9f02b5a9885662 - 0.0% (131 Bytes)

[#007] sha256:5edfd6c9b4758084121024a24ed4b3721c12387bdfb6a87c6efea3e9a090bd51 - 40.46% (128 MB)

[#008] sha256:62976164d60d59798526b8c12e7a18177331f4f1d867f2586d9d163de36c29f0 - 25.9% (81.8 MB)

[#009] sha256:2c592aa65fc5058e0e6cf2dc65e9a62518047984347d9e9a1cd36716d6c1d5c4 - 0.0% (139 Bytes)


History
2019-02-06 03:30:01 UTC

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

2019-02-06 03:30:02 UTC

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

2019-02-06 05:51:03 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-02-06 05:51:14 UTC

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

2019-02-06 05:51:50 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/*

2019-02-06 08:24:06 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2019-02-06 08:28:29 UTC

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

2019-02-06 08:28:30 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

2019-02-06 08:28:31 UTC

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

2019-02-06 08:28:31 UTC

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

2019-02-06 08:28:31 UTC

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

2019-02-06 08:28:31 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2019-02-06 08:29:10 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 --no-install-recommends openjdk-8-jdk="$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'

2019-02-06 15:31:18 UTC

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

2019-02-06 15:31:18 UTC

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

2019-02-06 15:31:19 UTC

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

2019-02-06 15:31:19 UTC

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

2019-02-06 15:31:27 UTC

|1 GRADLE_DOWNLOAD_SHA256=4953323605c5d7b89e97d0dc7779e275bccedefcdac090aec123375eae0cc798 /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 && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln -s /home/gradle/.gradle /root/.gradle

2019-02-06 15:31:27 UTC

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

2019-02-06 15:31:28 UTC

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

2019-02-06 15:31:28 UTC

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

2019-02-06 15:31:31 UTC

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

Details
Created

2019-01-23 16:13:06 UTC

Size

300 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.1.1

JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:4fa85838ca92a72d64f970f6d43c23ad625e644e7d2d6088bfccfc6b05f2ce41 - 14.01% (42 MB)

[#001] sha256:cc93c97f4e63346ff22fa9f2a1f468f1211ae4e1c468f823078577fe992699ba - 3.13% (9.39 MB)

[#002] sha256:bc0e54fcc14b17f4209b661fb8a20deeb88c9b3153c5fac3c35d0367633f22f2 - 1.32% (3.97 MB)

[#003] sha256:aa6e26dbd21ee93841f4c5c8d7e525447c626a675158cbe405e12ca3b58e889d - 15.36% (46 MB)

[#004] sha256:7ca1368d326f91b24abea9c9404aab902ace0ec2c0347eb2114fb9b0db70d2a1 - 0.28% (864 KB)

[#005] sha256:52c654a00220740dfc8a14bd572404fca1436940baa58c55c7e38beae4cf1d66 - 0.0% (247 Bytes)

[#006] sha256:91a3d222dc3eac81d0150948f5e53e455719b37d7d78fa7879cf45eb2353482a - 0.0% (130 Bytes)

[#007] sha256:b63bd4407820c3d06dd546cb5f1f4eab385a181e58c304ddd13c1edcbee6549d - 38.61% (116 MB)

[#008] sha256:b2beaee53a217953ae2e224b668ec9d80a6a889eefc1a78d7b411bced925fd61 - 27.28% (81.8 MB)

[#009] sha256:a4717192252907e102b7a212095a3f002d2f4e1e1c0f9c1ebce8fb72b3a1ae6e - 0.0% (234 Bytes)


History
2019-01-23 09:54:27 UTC

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

2019-01-23 09:54:28 UTC

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

2019-01-23 10:38:41 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-01-23 10:38:52 UTC

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

2019-01-23 10:39:35 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/*

2019-01-23 12:38:41 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2019-01-23 12:49:00 UTC

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

2019-01-23 12:49:01 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

2019-01-23 12:49:02 UTC

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

2019-01-23 12:49:03 UTC

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

2019-01-23 12:49:03 UTC

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

2019-01-23 12:49:03 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2019-01-23 12:50:16 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 --no-install-recommends openjdk-8-jdk="$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'

2019-01-23 16:12:53 UTC

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

2019-01-23 16:12:53 UTC

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

2019-01-23 16:12:54 UTC

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

2019-01-23 16:12:54 UTC

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

2019-01-23 16:13:01 UTC

|1 GRADLE_DOWNLOAD_SHA256=4953323605c5d7b89e97d0dc7779e275bccedefcdac090aec123375eae0cc798 /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 && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln -s /home/gradle/.gradle /root/.gradle

2019-01-23 16:13:02 UTC

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

2019-01-23 16:13:02 UTC

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

2019-01-23 16:13:02 UTC

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

2019-01-23 16:13:06 UTC

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

Details
Created

2019-01-15 12:58:45 UTC

Size

327 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20170531+nmu1

GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.1.1

JAVA_DEBIAN_VERSION

8u171-b11-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u171

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:5483105d09166836731e940c850827dd1a4fe16b04d1921eea4d8da7c98e99bc - 12.25% (40.1 MB)

[#001] sha256:8ed57f83cc7c78757972312a1b5a30524f861523c5390d062845f18c696f48ea - 2.76% (9.03 MB)

[#002] sha256:859203aede279201e8caf07cf2963456c56bac72a64071079dc9db6fb65ed1a2 - 1.14% (3.73 MB)

[#003] sha256:f10d0f9a54b8549a5831d24a81b301ee1e1112ba6045a85ab02050edbbeb9e96 - 13.5% (44.2 MB)

[#004] sha256:f9cf2597c5534c6b8fa92e7c2ccefb5f8d61e783c3ee00f9a42f08acdd0732e0 - 0.25% (848 KB)

[#005] sha256:0f50a3154b114c80552aa6550bc5f76d6fc6922fb46c71c09723410e47c3a61f - 0.0% (248 Bytes)

[#006] sha256:a276ab88cf860d6a3819c09c09c71b847abe2606d322863776761f5bb0267332 - 0.0% (131 Bytes)

[#007] sha256:69a81ce76fdab6754bfcb98f674951b3eb2b338caf570a9df6a8afabaccdd438 - 45.03% (147 MB)

[#008] sha256:e16abac704ab259ff7bac79f8aa82dc45cae282ef903099a1c696bce2f0a91ab - 0.08% (266 KB)

[#009] sha256:d79615c8c1cb177047a3ff4ce8a8ab2ede5fc92078757be83956e0d5451d3c61 - 24.98% (81.8 MB)

[#010] sha256:6ca2896ab8d58f193477bc6fe3610e8d85b71babaa2bd7624f25837fbe6bd765 - 0.0% (233 Bytes)


History
2018-04-28 12:04:18 UTC

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

2018-04-28 12:04:19 UTC

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

2018-05-05 12:13:49 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2018-05-05 12:13:58 UTC

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

2018-05-05 12:14:39 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/*

2018-05-05 13:02:21 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-05-05 13:02:21 UTC

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

2018-05-05 13:02:23 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-05-05 13:02:24 UTC

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

2018-05-05 13:02:24 UTC

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

2018-05-05 13:02:24 UTC

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

2018-05-05 13:02:25 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u171-b11-1~deb9u1

2018-05-05 13:02:25 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1

2018-05-05 13:03:16 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-8-jdk="$JAVA_DEBIAN_VERSION" ca-certificates-java="$CA_CERTIFICATES_JAVA_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'

2018-05-05 13:03:19 UTC

/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure

2018-06-20 12:01:40 UTC

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

2018-06-20 12:01:40 UTC

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

2019-01-15 12:58:32 UTC

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

2019-01-15 12:58:33 UTC

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

2019-01-15 12:58:41 UTC

|1 GRADLE_DOWNLOAD_SHA256=4953323605c5d7b89e97d0dc7779e275bccedefcdac090aec123375eae0cc798 /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 && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln -s /home/gradle/.gradle /root/.gradle

2019-01-15 12:58:41 UTC

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

2019-01-15 12:58:42 UTC

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

2019-01-15 12:58:42 UTC

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

2019-01-15 12:58:45 UTC

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

Details
Created

2019-01-15 09:44:02 UTC

Size

299 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.1.1

JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:ed1ec7511bfa23f7413f2fc49fb5b111ef33638df9a60111a2c282a2f78a7653 - 13.74% (41.1 MB)

[#001] sha256:adb2bf3fc8884b0bfbf3d5317df5126bdd1911341a1d0736bca48b0043d81785 - 3.1% (9.28 MB)

[#002] sha256:795dadfe0a1e898d47690c9839194ddb1373266c1883d742f4b8d5872be25b8c - 1.3% (3.9 MB)

[#003] sha256:b3909cbce85809e95cb66a5b6e819717d1857f55a876c03fa1d9e885c2b0d9a2 - 15.3% (45.8 MB)

[#004] sha256:cedf4b2485f04f7796ce3a83b666ea83c2a12d4b3083903ca2f229c058c30839 - 0.28% (857 KB)

[#005] sha256:1e96100bd64d92c3e42995209cd063d9b3b289f3a3e4efe4642e9b08b85587b2 - 0.0% (247 Bytes)

[#006] sha256:a244fa793ad4b554313ed169a3d2e70d5dad521fd51e81d0e87359b80abaf231 - 0.0% (131 Bytes)

[#007] sha256:25736c9efdc040c45d5f62aeab519a667ab62820d066a479c173a66516cb742f - 38.96% (117 MB)

[#008] sha256:5bf51cf84e8302972f93e6224c207a3fcc91b2a8587f4957d5e38b3e15bca15a - 27.33% (81.8 MB)

[#009] sha256:17711548446e293f2e94fc3ef2e330c3a063dfc10ada5c297b9963c386d6002d - 0.0% (203 Bytes)


History
2018-12-29 10:08:10 UTC

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

2018-12-29 10:08:11 UTC

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

2018-12-29 12:10:28 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2018-12-29 12:11:00 UTC

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

2018-12-29 12:13:11 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/*

2018-12-29 16:48:40 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-12-29 17:05:47 UTC

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

2018-12-29 17:05:49 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-12-29 17:05:52 UTC

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

2018-12-29 17:05:53 UTC

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

2018-12-29 17:05:54 UTC

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

2018-12-29 17:05:55 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2018-12-29 17:11:45 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 --no-install-recommends openjdk-8-jdk="$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'

2018-12-30 03:12:28 UTC

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

2018-12-30 03:12:29 UTC

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

2019-01-15 09:43:39 UTC

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

2019-01-15 09:43:40 UTC

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

2019-01-15 09:43:54 UTC

|1 GRADLE_DOWNLOAD_SHA256=4953323605c5d7b89e97d0dc7779e275bccedefcdac090aec123375eae0cc798 /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 && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln -s /home/gradle/.gradle /root/.gradle

2019-01-15 09:43:55 UTC

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

2019-01-15 09:43:56 UTC

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

2019-01-15 09:43:58 UTC

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

2019-01-15 09:44:02 UTC

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

Details
Created

2019-01-23 18:04:42 UTC

Size

306 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.1.1

JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:ce16bf3279cca6ab2d1b46a272b57d4c1e11cbe13e3a52148fceb9cc07eb0b37 - 14.22% (43.5 MB)

[#001] sha256:46b9074895469b770a2456cb2377047c95c405f79e3b04ceca45935caf814e40 - 3.11% (9.52 MB)

[#002] sha256:5fc9d854b31c2198e3a6cc80e64e62531a2e63cf2b43ff8b40f03224abe9ee36 - 1.34% (4.1 MB)

[#003] sha256:e48ba7f7793013080ce168066b3989515bc218c081a99c9626e919fab4089b85 - 15.61% (47.7 MB)

[#004] sha256:6531482d2ad7e5231b5486c26ef61212d3a395ee72ba0a526c33e3c5597b10f6 - 0.28% (865 KB)

[#005] sha256:5aa666852bf1b60821b2c16f136e41153cbd238c59da4e1060652cd0143d8798 - 0.0% (246 Bytes)

[#006] sha256:88296da8aa5c76352f60edb5ea523443361478ce1c3dab4173d9b6d3eeb224d8 - 0.0% (133 Bytes)

[#007] sha256:15331ed705cf4a6c6008b83d5c57f7b01ef018f14f7a101a830b71d9a1e4d3a7 - 38.7% (118 MB)

[#008] sha256:df915af8aa66700edcef799af9fa0ad306e44210f6e91037e4965d2ff6e9ce31 - 26.74% (81.8 MB)

[#009] sha256:3fb3221db3a869802eb6742dd05a90bb9157654a04e6572d9b0d1a0aa684a5ac - 0.0% (234 Bytes)


History
2019-01-23 09:26:55 UTC

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

2019-01-23 09:26:58 UTC

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

2019-01-23 11:01:54 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-01-23 11:02:25 UTC

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

2019-01-23 11:04:12 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/*

2019-01-23 12:14:19 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2019-01-23 12:27:20 UTC

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

2019-01-23 12:27:30 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

2019-01-23 12:27:36 UTC

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

2019-01-23 12:27:39 UTC

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

2019-01-23 12:27:42 UTC

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

2019-01-23 12:27:44 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2019-01-23 12:30:34 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 --no-install-recommends openjdk-8-jdk="$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'

2019-01-23 18:04:06 UTC

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

2019-01-23 18:04:09 UTC

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

2019-01-23 18:04:13 UTC

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

2019-01-23 18:04:15 UTC

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

2019-01-23 18:04:24 UTC

|1 GRADLE_DOWNLOAD_SHA256=4953323605c5d7b89e97d0dc7779e275bccedefcdac090aec123375eae0cc798 /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 && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln -s /home/gradle/.gradle /root/.gradle

2019-01-23 18:04:27 UTC

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

2019-01-23 18:04:30 UTC

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

2019-01-23 18:04:32 UTC

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

2019-01-23 18:04:42 UTC

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

Details
Created

2019-02-06 18:06:06 UTC

Size

306 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.1.1

JAVA_DEBIAN_VERSION

8u181-b13-2~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e6786603fdb9e4ea361b73be3870f1118d3882c1619dfbbf9dec4d483fa32e76 - 14.09% (43.1 MB)

[#001] sha256:cac487c4bc63f07da92ff3259ca4d0fb30f86c5647f775010d11e6d51131b848 - 3.21% (9.83 MB)

[#002] sha256:a3e9925f73763aaae5f9ccd2b0c87ae90efbee12ee8698074a1056e25c2e6360 - 1.36% (4.17 MB)

[#003] sha256:9cf6b44fbf659d16c99bbf57d1ee87ae0e6827f8aaa82012f87f1f031f655da5 - 15.74% (48.1 MB)

[#004] sha256:f64c2dc7f2b1cf6a4164c2a26840d7168df78eaeb8fea4357fc52a75ac1f917b - 0.28% (882 KB)

[#005] sha256:1051dacf8ce2286e373526759942803d8d105e4fbd2e4a27a9324caa17184825 - 0.0% (247 Bytes)

[#006] sha256:2fd0364d3796418608294f20809df654bf457aa06d9b1a84a9465b811b546d19 - 0.0% (132 Bytes)

[#007] sha256:1b755a5753df9f48655899d9e39f89c848354cad15e7f34550ea86827ac1f762 - 38.57% (118 MB)

[#008] sha256:07c1d81bf7997fa9a4a974ebb2e267a84f920b18e9ee0d87f4b02872bea07518 - 26.73% (81.8 MB)

[#009] sha256:31727412d24e0b1bfa247e4f38e4a76610a4cc5a61394b38ceba21fe67dd2329 - 0.0% (205 Bytes)


History
2019-02-06 12:43:08 UTC

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

2019-02-06 12:43:08 UTC

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

2019-02-06 15:27:50 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2019-02-06 15:27:54 UTC

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

2019-02-06 15:28:21 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/*

2019-02-06 17:54:08 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2019-02-06 17:56:08 UTC

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

2019-02-06 17:56:08 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

2019-02-06 17:56:09 UTC

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

2019-02-06 17:56:09 UTC

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

2019-02-06 17:56:09 UTC

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

2019-02-06 17:56:10 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1

2019-02-06 17:56: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 --no-install-recommends openjdk-8-jdk="$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'

2019-02-06 18:06:00 UTC

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

2019-02-06 18:06:00 UTC

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

2019-02-06 18:06:00 UTC

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

2019-02-06 18:06:00 UTC

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

2019-02-06 18:06:04 UTC

|1 GRADLE_DOWNLOAD_SHA256=4953323605c5d7b89e97d0dc7779e275bccedefcdac090aec123375eae0cc798 /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 && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln -s /home/gradle/.gradle /root/.gradle

2019-02-06 18:06:05 UTC

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

2019-02-06 18:06:05 UTC

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

2019-02-06 18:06:05 UTC

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

2019-02-06 18:06:06 UTC

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