Namespace
library
Image / Tag
gradle:5.3.0-jdk-slim
Content Digest
sha256:958d60fc35e526fd8e1e3b6081705e944e4aa7e79a3a310faeb5cea3d2b9a09e
Details
Created

2019-03-28 01:28:46 UTC

Size

170 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.3

JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:a5ba78e1989e52ae238c3f225934c1a2dee4dfaa4667abd6f2e0717b78159472 - 12.94% (22.1 MB)

[#001] sha256:ca3d7f9eb531082cde488d0aa03b101f3e89fbf5c5a1258cd81277fc760913c1 - 0.26% (453 KB)

[#002] sha256:d06032fd0d07a7a76e209678dc483ec560f49df6b1b9383ad5b54571cb3a91b3 - 0.0% (248 Bytes)

[#003] sha256:4a72c4d4f34e622de5c0a44259e6a9f14b9b6308cfec4d440550815ba715d6e3 - 0.0% (131 Bytes)

[#004] sha256:800886bb2903d6ed9ceb8b56668276ddc345f3a9cd650ab12a498d988718815f - 37.37% (63.7 MB)

[#005] sha256:964357ea188ebd6c0453b75dc02a7b677e7cb05afa959109a74df19020c41d03 - 0.63% (1.07 MB)

[#006] sha256:ec39f8792d7a52147e3cdbac8e7b3bdeb782d7f673153e1feb25ffcd0e382d42 - 48.81% (83.2 MB)

[#007] sha256:7ca5aa97cd626532010e6ca6265cd44483fd3665a50779c15e2b167f87c5290a - 0.0% (138 Bytes)


History
2019-03-27 10:43:41 UTC

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

2019-03-27 10:43:41 UTC

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

2019-03-27 17:53:35 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-03-27 17:56:38 UTC

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

2019-03-27 17:56:38 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-03-27 17:56:39 UTC

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

2019-03-27 17:56:39 UTC

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

2019-03-28 00:58:52 UTC

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

2019-03-28 00:58:52 UTC

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

2019-03-28 00:59:21 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-headless="$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-03-28 01:28:27 UTC

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

2019-03-28 01:28:28 UTC

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

2019-03-28 01:28:29 UTC

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

2019-03-28 01:28:37 UTC

/bin/sh -c apt-get update && apt-get install --yes --no-install-recommends unzip wget && rm -rf /var/lib/apt/lists/*

2019-03-28 01:28:38 UTC

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

2019-03-28 01:28:43 UTC

|1 GRADLE_DOWNLOAD_SHA256=bed2bdd3955be5a09ca7e0201e9d131f194f7f6c466e1795a733733ccfb09f25 /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-03-28 01:28:44 UTC

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

2019-03-28 01:28:44 UTC

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

2019-03-28 01:28:44 UTC

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

2019-03-28 01:28:46 UTC

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

Details
Created

2019-03-28 00:12:40 UTC

Size

171 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.3

JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:27833a3ba0a545deda33bb01eaf95a14d05d43bf30bce9267d92d17f069fe897 - 12.58% (21.5 MB)

[#001] sha256:16d944e3d00df7bedd2f9a6aa678132a1fb785f7d56b16fdf24c22d5c7c3b7a1 - 0.25% (444 KB)

[#002] sha256:9019de9fce5f74bfb1abcbec71bbcb5c81916617cc4697889772607263281abc - 0.0% (247 Bytes)

[#003] sha256:9b053055f644af725a07611b2e29b1d9aa52bf8bd04db344ca086794cbe523cb - 0.0% (131 Bytes)

[#004] sha256:1c80aca6b8ec87a87c2200276a5e098ed72ca708e8befa0b8951e019be98a90c - 37.78% (64.4 MB)

[#005] sha256:7a616ebc6730d6869c24a582bfbc56eb7ee63fde79b2e54653bef72811cd5528 - 0.61% (1.05 MB)

[#006] sha256:6b8faa03dfb2e4bb9b85114272f4f54be4fbc98eb576e8db4c2293ab9b802fe4 - 48.78% (83.2 MB)

[#007] sha256:01e1432a1e8b772d20e66e9ae55e162d9b7b6019c2f5441b639e2930b56f68dd - 0.0% (138 Bytes)


History
2019-03-26 22:41:26 UTC

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

2019-03-26 22:41:26 UTC

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

2019-03-27 00:45: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-03-27 00:48:28 UTC

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

2019-03-27 00:48:28 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-03-27 00:48:29 UTC

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

2019-03-27 00:48:30 UTC

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

2019-03-27 23:26:34 UTC

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

2019-03-27 23:26:35 UTC

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

2019-03-27 23:27: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-headless="$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-03-28 00:12:26 UTC

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

2019-03-28 00:12:26 UTC

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

2019-03-28 00:12:26 UTC

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

2019-03-28 00:12:32 UTC

/bin/sh -c apt-get update && apt-get install --yes --no-install-recommends unzip wget && rm -rf /var/lib/apt/lists/*

2019-03-28 00:12:33 UTC

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

2019-03-28 00:12:37 UTC

|1 GRADLE_DOWNLOAD_SHA256=bed2bdd3955be5a09ca7e0201e9d131f194f7f6c466e1795a733733ccfb09f25 /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-03-28 00:12:37 UTC

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

2019-03-28 00:12:37 UTC

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

2019-03-28 00:12:38 UTC

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

2019-03-28 00:12:40 UTC

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

Details
Created

2019-03-28 09:38:49 UTC

Size

158 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.3

JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:2e028234e3987a188a306c264af3c27abc8240fc8e19373e1c5adc01b31e6176 - 12.76% (20.2 MB)

[#001] sha256:1f184019a96fee337c84a360b1e91acc9c23da4c079fff811b4063c86f948174 - 0.27% (437 KB)

[#002] sha256:a8cd2997515211b07b46ad7c489c674b0bc97d1df09588ab2f9963460d643b51 - 0.0% (248 Bytes)

[#003] sha256:310fbfcae4e9de3c126a4d1d2f1cc0dff41d9c4c2444c6d9e6b9ee756d626e0c - 0.0% (131 Bytes)

[#004] sha256:5e75d1c2679aa1ec5c50c4ce5c34878e83f114db21b3b8349bae6d144ff48c05 - 33.75% (53.4 MB)

[#005] sha256:5cb0c7bbec0c1c0275342a12d7dca3f7465f34733b98c8f75d423bd3263a22e7 - 0.64% (1.01 MB)

[#006] sha256:085e695b2d847ba34438578dc5c73d81a63edb05fd2e205b86105b84f03b2f47 - 52.58% (83.2 MB)

[#007] sha256:6654543c71cc21cb52c0122a796719789efbf1551a42e968fa690867d0ea6c89 - 0.0% (172 Bytes)


History
2019-03-27 08:53:57 UTC

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

2019-03-27 08:53:58 UTC

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

2019-03-27 11:58:18 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-03-27 12:05:48 UTC

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

2019-03-27 12: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

2019-03-27 12:05:51 UTC

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

2019-03-27 12:05:51 UTC

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

2019-03-28 08:58:02 UTC

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

2019-03-28 08:58:03 UTC

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

2019-03-28 08:58:44 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-headless="$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-03-28 09:38:23 UTC

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

2019-03-28 09:38:23 UTC

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

2019-03-28 09:38:24 UTC

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

2019-03-28 09:38:34 UTC

/bin/sh -c apt-get update && apt-get install --yes --no-install-recommends unzip wget && rm -rf /var/lib/apt/lists/*

2019-03-28 09:38:34 UTC

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

2019-03-28 09:38:44 UTC

|1 GRADLE_DOWNLOAD_SHA256=bed2bdd3955be5a09ca7e0201e9d131f194f7f6c466e1795a733733ccfb09f25 /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-03-28 09:38:45 UTC

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

2019-03-28 09:38:45 UTC

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

2019-03-28 09:38:46 UTC

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

2019-03-28 09:38:49 UTC

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

Details
Created

2019-03-28 12:38:21 UTC

Size

156 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.3

JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:fac132c5d16f670820c8c4ae332bd663c2ff856e9af86b2b23a201db263d851e - 11.8% (18.4 MB)

[#001] sha256:2888f20f45f0d3a93af43fe90bc4fc53f8cc5b16e2aadd9293c17d5240834576 - 0.26% (421 KB)

[#002] sha256:4d674838132a5a5385f8853a4b8a7552c8974e29f5510f132faf0108233dd9e7 - 0.0% (247 Bytes)

[#003] sha256:d896a11dd7a1ed1ad83271ad576dbe4013f2a9f45dc422703c439e9e9c9d7208 - 0.0% (131 Bytes)

[#004] sha256:82059dd5f39cd0cce68441e9e6024f48a4d04a2bf3a3482b077f794600efb96c - 33.9% (52.8 MB)

[#005] sha256:723e5dc0f4d303a0fed3f37553c8c982c5e74c5a4356805919033e13e5fe130c - 0.63% (1010 KB)

[#006] sha256:84252c470f64da4457bfb60705647152747868469ddd59200b133b0d5d714155 - 53.4% (83.2 MB)

[#007] sha256:ef4f0fc3ade6f000fc985196c282799027c22b204ac518edf407797bc226d043 - 0.0% (167 Bytes)


History
2019-03-27 12:07:48 UTC

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

2019-03-27 12:07:49 UTC

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

2019-03-27 14:54:47 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-03-27 14:56:58 UTC

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

2019-03-27 14:56:59 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-03-27 14:57:01 UTC

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

2019-03-27 14:57:01 UTC

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

2019-03-28 12:04:57 UTC

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

2019-03-28 12:04:57 UTC

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

2019-03-28 12:05:50 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-headless="$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-03-28 12:38:01 UTC

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

2019-03-28 12:38:01 UTC

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

2019-03-28 12:38:02 UTC

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

2019-03-28 12:38:10 UTC

/bin/sh -c apt-get update && apt-get install --yes --no-install-recommends unzip wget && rm -rf /var/lib/apt/lists/*

2019-03-28 12:38:10 UTC

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

2019-03-28 12:38:17 UTC

|1 GRADLE_DOWNLOAD_SHA256=bed2bdd3955be5a09ca7e0201e9d131f194f7f6c466e1795a733733ccfb09f25 /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-03-28 12:38:18 UTC

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

2019-03-28 12:38:18 UTC

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

2019-03-28 12:38:19 UTC

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

2019-03-28 12:38:21 UTC

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

Details
Created

2019-03-28 04:17:40 UTC

Size

161 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.3

JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:007027d142c80b166a004bc7265c04036b80df438ac408f1a947e05c581b418e - 12.05% (19.4 MB)

[#001] sha256:a6b2a3db5fe5bcef92897d12d82e7bf4b1c81832ef030a3036b2cf488ad45373 - 0.26% (431 KB)

[#002] sha256:2999ac8d95dfa97fcb9e08a6e0ebc377b5f2f7e28df1ec2186d8aa260a79cbb9 - 0.0% (247 Bytes)

[#003] sha256:32ac67d53f5794f0dd5934751906f180b059d1b5c1f3a8c7e849166451397cc7 - 0.0% (131 Bytes)

[#004] sha256:9d1c2cd2b8922b961c580965218b76cfc9c87c342537b649ae828b2bd150ea97 - 35.38% (56.9 MB)

[#005] sha256:5e5f190f009116688ac5e2fc53fde4a3fb177012779b9a71b1aeaf0dc8f61c62 - 0.62% (1.01 MB)

[#006] sha256:3de7c99b2e9048fbb4b7e8f341d4119f0d2fb0e4fe131e0428d056f3e06c38c1 - 51.68% (83.2 MB)

[#007] sha256:361fe13b2df41674373f6af27c02cc192eaa267c312471cd5f780ebbc50c543d - 0.0% (138 Bytes)


History
2019-03-27 08:47:46 UTC

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

2019-03-27 08:47:47 UTC

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

2019-03-27 19:25:13 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-03-27 19:36:08 UTC

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

2019-03-27 19:36:11 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-03-27 19:36:14 UTC

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

2019-03-27 19:36:15 UTC

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

2019-03-28 03:58:22 UTC

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

2019-03-28 03:58:23 UTC

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

2019-03-28 04:00:03 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-headless="$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-03-28 04:17:03 UTC

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

2019-03-28 04:17:04 UTC

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

2019-03-28 04:17:05 UTC

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

2019-03-28 04:17:22 UTC

/bin/sh -c apt-get update && apt-get install --yes --no-install-recommends unzip wget && rm -rf /var/lib/apt/lists/*

2019-03-28 04:17:22 UTC

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

2019-03-28 04:17:34 UTC

|1 GRADLE_DOWNLOAD_SHA256=bed2bdd3955be5a09ca7e0201e9d131f194f7f6c466e1795a733733ccfb09f25 /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-03-28 04:17:35 UTC

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

2019-03-28 04:17:36 UTC

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

2019-03-28 04:17:37 UTC

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

2019-03-28 04:17:40 UTC

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

Details
Created

2019-03-28 09:07:45 UTC

Size

162 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.3

JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:47457ee2fac27696752b903854c4e4621e3481edc7a34b727f45b4c355de7976 - 13.43% (21.7 MB)

[#001] sha256:d945fa8d0ebb59b7a9080958527a126b684d68ce1af2c32555975da70823c1d6 - 0.27% (439 KB)

[#002] sha256:aaac200ccbb1f705459f6ba1a980b7e193ae0a0433122be0ede9884a3e15b218 - 0.0% (247 Bytes)

[#003] sha256:127ae473cc2b004b945b881fd180a947e21b7791e14fe0ff38041e9b5f9a03e9 - 0.0% (132 Bytes)

[#004] sha256:14b0232d35bdfcfa8568d4f127b4e3cfa6d3871875289b1d809ffc8f84cbf926 - 34.19% (55.3 MB)

[#005] sha256:8a87caa6a4e739dfe1b6706d1bd028e7e26eb144201d768cd3f8f2a485d0850e - 0.64% (1.03 MB)

[#006] sha256:4fce4c5e84e9f7fc565728d90a18ee74583abdcbf83918b17cdfcfe0f0860140 - 51.48% (83.2 MB)

[#007] sha256:5d00b0739f0bb547e267c92e81884936234f0cbdbf724630e4159985c8d7adbc - 0.0% (169 Bytes)


History
2019-03-27 08:25:17 UTC

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

2019-03-27 08:25:20 UTC

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

2019-03-27 12:38:05 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-03-27 12:47:26 UTC

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

2019-03-27 12:47:31 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-03-27 12:47:36 UTC

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

2019-03-27 12:47:38 UTC

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

2019-03-28 08:26:51 UTC

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

2019-03-28 08:26:52 UTC

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

2019-03-28 08:28:30 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-headless="$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-03-28 09:07:00 UTC

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

2019-03-28 09:07:03 UTC

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

2019-03-28 09:07:05 UTC

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

2019-03-28 09:07:20 UTC

/bin/sh -c apt-get update && apt-get install --yes --no-install-recommends unzip wget && rm -rf /var/lib/apt/lists/*

2019-03-28 09:07:22 UTC

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

2019-03-28 09:07:31 UTC

|1 GRADLE_DOWNLOAD_SHA256=bed2bdd3955be5a09ca7e0201e9d131f194f7f6c466e1795a733733ccfb09f25 /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-03-28 09:07:33 UTC

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

2019-03-28 09:07:36 UTC

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

2019-03-28 09:07:38 UTC

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

2019-03-28 09:07:45 UTC

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

Details
Created

2019-03-28 12:32:00 UTC

Size

160 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

5.3

JAVA_DEBIAN_VERSION

8u212-b01-1~deb9u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u212

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:9ce36a197e11ef57ec11f749055a2d2db6113c6b0026d930d3ddbbd86a7ec15b - 13.28% (21.3 MB)

[#001] sha256:873fe20cf16e09acaa32a84770546a724019d27f9da4b456666341fadae1ea88 - 0.28% (455 KB)

[#002] sha256:445408b0902c2419b7cc3d1762ee0bc078d31c2d81f29966541fec2914ebe400 - 0.0% (247 Bytes)

[#003] sha256:b2bc0dd8dea0f699a84937a5b9a07cc30cd2ab90383d1893ca850f6110f7a5b9 - 0.0% (132 Bytes)

[#004] sha256:495f027fcac13ec1a4940d407698c267a720872c07d3ebe9178678b4012e3862 - 33.93% (54.4 MB)

[#005] sha256:bcd9e4adef0a5d4942d01df3a5a4af260f5ebafa91b1af1b359b2b6730b5c23e - 0.66% (1.06 MB)

[#006] sha256:e8de55ce4a4d9b86d77a03c24b6dc4405da95af489a6a0d211de9ebd1bc36011 - 51.85% (83.2 MB)

[#007] sha256:c73e25db300723283666aaf7cf4a56dd8c8408c0bcdf73f8a2d21195fc30bc59 - 0.0% (139 Bytes)


History
2019-03-27 11:43:45 UTC

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

2019-03-27 11:43:46 UTC

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

2019-03-27 15:24:04 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-03-27 15:27:18 UTC

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

2019-03-27 15:27:22 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-03-27 15:27:23 UTC

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

2019-03-27 15:27:23 UTC

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

2019-03-28 11:47:06 UTC

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

2019-03-28 11:47:07 UTC

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

2019-03-28 11:47:40 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-headless="$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-03-28 12:31:39 UTC

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

2019-03-28 12:31:39 UTC

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

2019-03-28 12:31:40 UTC

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

2019-03-28 12:31:46 UTC

/bin/sh -c apt-get update && apt-get install --yes --no-install-recommends unzip wget && rm -rf /var/lib/apt/lists/*

2019-03-28 12:31:46 UTC

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

2019-03-28 12:31:57 UTC

|1 GRADLE_DOWNLOAD_SHA256=bed2bdd3955be5a09ca7e0201e9d131f194f7f6c466e1795a733733ccfb09f25 /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-03-28 12:31:57 UTC

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

2019-03-28 12:31:57 UTC

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

2019-03-28 12:31:58 UTC

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

2019-03-28 12:32:00 UTC

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