Namespace
library
Image / Tag
gradle:jdk9
Content Digest
sha256:ebf34beb251ccb52f25991dbfa8bde0437b5c394c2b9898cc3474b6ca8dac59e
Details
Created

2018-06-20 11:11:23 UTC

Size

447 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.8

JAVA_DEBIAN_VERSION

9.0.4+12-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9.0.4+12

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:33fb16074d5de3f73c0e2941c01c03e5dc69cfb8f568b7fbc3e29926b575fef0 - 10.47% (46.8 MB)

[#001] sha256:10c0106e7eaef0802d668a2b79bf9f1db764acfe5d6181a1f4d15dc548ad4a5d - 1.84% (8.22 MB)

[#002] sha256:cdc872687358d61e714f879d08e972342c93b7d91f31c13f6b15916a9a4130cc - 2.08% (9.29 MB)

[#003] sha256:ac6d25d685d309dcc4052024c336526538390a1d9f3cf421b391e061e7332e90 - 11.65% (52.1 MB)

[#004] sha256:ec85fddb3f0b4794cc919776fe944d609fd3669f17c677ce86103875b382359a - 0.19% (882 KB)

[#005] sha256:4ba7fe336d4d6d339e5d22f22e95e9b287084bffb5195faf3bc4b6f6ed0e2e4a - 0.0% (239 Bytes)

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

[#007] sha256:67d4fb207031bf18bb1a60c619401456c614ad7406a8762b0f2378c6d7dec18c - 57.59% (258 MB)

[#008] sha256:080d0e2ba891fb52ec78fc753ac891e03cbd2e98dd6e66db2b53d8cd745b1a18 - 16.18% (72.4 MB)

[#009] sha256:9314f44e8f8cac4bfdff912423bf0844d468863c8849bdc53d15830a2854c0b5 - 0.0% (138 Bytes)


History
2018-04-28 10:40:49 UTC

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

2018-04-28 10:40:49 UTC

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

2018-05-05 11:02:32 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 11:02:38 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 11:03:00 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-05-31 05:46: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/*

2018-05-31 05:46:54 UTC

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

2018-05-31 05:46:54 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-31 05:57:43 UTC

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

2018-05-31 05:57:43 UTC

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

2018-05-31 05:57:43 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12

2018-05-31 05:57:44 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4

2018-05-31 05:59:15 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-9-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-05-31 05:59:16 UTC

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

2018-06-20 11:11:08 UTC

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

2018-06-20 11:11:08 UTC

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

2018-06-20 11:11:08 UTC

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

2018-06-20 11:11:08 UTC

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

2018-06-20 11:11:20 UTC

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

2018-06-20 11:11:21 UTC

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

2018-06-20 11:11:21 UTC

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

2018-06-20 11:11:21 UTC

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

2018-06-20 11:11:23 UTC

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

Details
Created

2018-06-06 03:40:24 UTC

Size

437 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.8

JAVA_DEBIAN_VERSION

9.0.4+12-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9.0.4+12

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e7cb83f94a464daabb5fa4e63ae521d65d7956bfcb3619bc75857f7d598ff12c - 10.54% (46.1 MB)

[#001] sha256:e2af7c2bd543ba42600867217cd2f676eae7c4c38a8ba8a3cf8edce489534cfe - 1.89% (8.24 MB)

[#002] sha256:3b5286ee17a380311ffd9b7f82c5c957c59358a2103c0a1cc96c0be7eb91528f - 2.06% (9.02 MB)

[#003] sha256:7cd74685af848607530bf0bc1fe535821eb561e9a1d236afd06334c83ef5ba4d - 11.5% (50.2 MB)

[#004] sha256:3f971e46f30b94b08d5a7313db7baa5633f2332093f2bda04cd223ba062300a6 - 0.2% (875 KB)

[#005] sha256:4ef6c2ba70cafaa6461da912c989a1ea157a75f99c02e2cc5ca1da580b63c016 - 0.0% (238 Bytes)

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

[#007] sha256:82654790da96cbdcd442fc0c5548e6419926657c2647105be57f81309482d27f - 57.25% (250 MB)

[#008] sha256:8a650a70ee5697eb1641b5068ffecd75e433c148cdd5142f69fce3e1b8d8db69 - 16.56% (72.4 MB)

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


History
2018-04-28 06:49:58 UTC

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

2018-04-28 06:49:59 UTC

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

2018-05-05 04:59:10 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 04:59:18 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 04:59:42 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-05-05 08:02: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/*

2018-05-05 08:02:05 UTC

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

2018-05-05 08:02:06 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 08:06:41 UTC

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

2018-05-05 08:06:41 UTC

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

2018-05-05 08:06:41 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12

2018-05-05 08:06:42 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4

2018-05-14 22:40:56 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-9-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-05-14 22:40:57 UTC

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

2018-06-06 03:40:10 UTC

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

2018-06-06 03:40:10 UTC

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

2018-06-06 03:40:11 UTC

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

2018-06-06 03:40:11 UTC

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

2018-06-06 03:40:21 UTC

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

2018-06-06 03:40:21 UTC

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

2018-06-06 03:40:21 UTC

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

2018-06-06 03:40:21 UTC

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

2018-06-06 03:40:24 UTC

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

Details
Created

2018-06-20 08:50:31 UTC

Size

405 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.8

JAVA_DEBIAN_VERSION

9.0.4+12-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9.0.4+12

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e55988127988d265ae9a533cadc5ee50c9a724a2602f8677daa3d5ca1354a4c8 - 10.91% (44.2 MB)

[#001] sha256:aafc48823c28e5748b4391dec0c3ace05a68f5a65301bb16529fbf5cfdcf4ba2 - 1.84% (7.45 MB)

[#002] sha256:fab5f6db056b1ea7d4547374cc334a044271698f505521bb613b98b4e9d62fff - 2.17% (8.77 MB)

[#003] sha256:ec4a548afcc00660ef6218b8d28d348b5de3b94fefc87bef82631c42056e8ee6 - 11.82% (47.9 MB)

[#004] sha256:ae6ec5ea4e73a466f57a6b546a9cad55615bd6493881162d69fcfbb397d6b75a - 0.21% (868 KB)

[#005] sha256:6c28e493916dad869bef88266b645a09302349c9f0452455f2ef5ed2a9d423a4 - 0.0% (235 Bytes)

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

[#007] sha256:27a073aa7cb821f2b0d5a2e3fcb4c5492f2243c05f7c9d9c06086df2bcfc6525 - 55.17% (223 MB)

[#008] sha256:32b0ff7517c9dd506e7054e8cd9c831861f4d776610cfbff3181954801a24302 - 17.88% (72.4 MB)

[#009] sha256:28ed81f441e0426a1b796b55120a620b676ba1c67277f1a255ec482067ce0a6f - 0.0% (238 Bytes)


History
2018-04-28 08:51:39 UTC

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

2018-04-28 08:51:39 UTC

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

2018-05-05 08:57: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 08:57: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

2018-05-05 08:58:33 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-05-05 09:21:49 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 09:21:49 UTC

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

2018-05-05 09:21:50 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 09:29:05 UTC

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

2018-05-05 09:29:05 UTC

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

2018-05-05 09:29:05 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12

2018-05-05 09:29:06 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4

2018-05-15 09:44:01 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-9-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-05-15 09:44:02 UTC

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

2018-06-20 08:50:17 UTC

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

2018-06-20 08:50:18 UTC

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

2018-06-20 08:50:18 UTC

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

2018-06-20 08:50:18 UTC

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

2018-06-20 08:50:23 UTC

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

2018-06-20 08:50:24 UTC

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

2018-06-20 08:50:24 UTC

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

2018-06-20 08:50:24 UTC

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

2018-06-20 08:50:31 UTC

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

Details
Created

2018-06-20 12:02:43 UTC

Size

401 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.8

JAVA_DEBIAN_VERSION

9.0.4+12-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9.0.4+12

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:bd36ef86ab3a0249a38384d63e39dbf85bd3f64d4e9ae0179795e2da5754d3fc - 10.52% (42.1 MB)

[#001] sha256:f2182099ef994efdc26b1608eeb96ebb41405847c6f253e40c752ec9246cce60 - 1.79% (7.19 MB)

[#002] sha256:f5fedbfebaf2860a81e319ee9a8c18137fb801f56d7729af7b4698f98e05c62b - 2.12% (8.49 MB)

[#003] sha256:496b1250aadf8322a3300af60aa0258966c4b2c12109c11bd182477c5514ef26 - 11.41% (45.7 MB)

[#004] sha256:629e5fac21e671f199fc1cac252e622d21a20f37e79fe3630532931d2bb40e5f - 0.21% (851 KB)

[#005] sha256:fa7a7248d3ef3e6ee57ebcf46bc34d79eb8c65a74f73193128b9736553a5e46d - 0.0% (237 Bytes)

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

[#007] sha256:c0aa2f457b9e58bbd78061df46aaaddc765e75aee3071dbe4bf3293e82adbb6d - 55.89% (224 MB)

[#008] sha256:2df6f497559452204c4fe55c5212d82f2ff63344bbe5cb0036746b02b0aacbd8 - 18.06% (72.4 MB)

[#009] sha256:a6c062c57636622890ca29a84a51ac4fd42622fd0ecea2be1c9649cde0a4c5cf - 0.0% (237 Bytes)


History
2018-04-28 12:02:19 UTC

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

2018-04-28 12:02:20 UTC

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

2018-05-05 12:10:42 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:10:53 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:11:25 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-05-05 12:50:09 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 12:50:09 UTC

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

2018-05-05 12:50:10 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 12:57:27 UTC

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

2018-05-05 12:57:28 UTC

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

2018-05-05 12:57:28 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12

2018-05-05 12:57:28 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4

2018-05-15 12:15:51 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-9-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-05-15 12:15:53 UTC

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

2018-06-20 12:02:31 UTC

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

2018-06-20 12:02:32 UTC

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

2018-06-20 12:02:32 UTC

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

2018-06-20 12:02:32 UTC

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

2018-06-20 12:02:40 UTC

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

2018-06-20 12:02:41 UTC

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

2018-06-20 12:02:41 UTC

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

2018-06-20 12:02:41 UTC

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

2018-06-20 12:02:43 UTC

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

Details
Created

2018-06-20 09:30:44 UTC

Size

410 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.8

JAVA_DEBIAN_VERSION

9.0.4+12-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9.0.4+12

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:ed5c004c8effeb24e6eee983af18662b0d28341fbbd46983746399c6df3358c8 - 10.62% (43.5 MB)

[#001] sha256:8023415c45ba32335bb869e25328b3b2c70e3ad264f1129bb133addb1fbfef4a - 1.83% (7.5 MB)

[#002] sha256:2793192206e4ab032f5152356b71ea402af9d6cfd3812ad4e29857c76a039af6 - 2.14% (8.76 MB)

[#003] sha256:04e033c04a8296917467f1a5f58f33424a0c62e7f1ad7bc521d1a04a30491463 - 11.83% (48.5 MB)

[#004] sha256:8751d53eb40e199ecd3910be45e09c6c039df9cf93ff8d670dbeea5b482f73af - 0.21% (861 KB)

[#005] sha256:1938d575c214b836cf8b48efd7a34cc415cc6910744792cbf930f8a0db1a557d - 0.0% (238 Bytes)

[#006] sha256:1e580a9e033f42bffcbaafd5b37a8f37b62c1a71c6c659abf776f2fe88cd7177 - 0.0% (132 Bytes)

[#007] sha256:c4d21011b6a541fea820173903bf6140f9ad59f833ef7aff2fa3ea741ca7bb04 - 55.7% (228 MB)

[#008] sha256:e1b35e1e13b49a9534f63b7729cfa9ff9ee7ce8f28714d764247fa462335fe5e - 17.67% (72.4 MB)

[#009] sha256:0826b7c9546e8b5f52d04f8f56b5479ffb1f9085837db33124f9fe2fe7f6e2f7 - 0.0% (209 Bytes)


History
2018-04-30 23:27:31 UTC

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

2018-04-30 23:27:34 UTC

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

2018-05-05 09:27:56 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 09:28:24 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 09:30:21 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-05-05 11:20:10 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 11:20:11 UTC

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

2018-05-05 11:20:15 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 11:55:18 UTC

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

2018-05-05 11:55:19 UTC

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

2018-05-05 11:55:20 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12

2018-05-05 11:55:22 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4

2018-05-15 09:48:46 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-9-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-05-15 09:48:51 UTC

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

2018-06-20 09:30:23 UTC

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

2018-06-20 09:30:24 UTC

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

2018-06-20 09:30:25 UTC

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

2018-06-20 09:30:25 UTC

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

2018-06-20 09:30:36 UTC

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

2018-06-20 09:30:36 UTC

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

2018-06-20 09:30:37 UTC

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

2018-06-20 09:30:38 UTC

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

2018-06-20 09:30:44 UTC

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

Details
Created

2018-06-20 08:22:04 UTC

Size

426 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.8

JAVA_DEBIAN_VERSION

9.0.4+12-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9.0.4+12

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:354f055c313d4d07201e01fd4de9af4aca89e3df17572870e56c5b8945e48443 - 11.14% (47.4 MB)

[#001] sha256:f77e4d2b61d28a226758713bae6bf933182cc9aa5eea6834696ef5865b36a2d2 - 1.85% (7.87 MB)

[#002] sha256:ee38bf91c1472a5fafe06a2f5ba7ea5bf20d82e4c77308ccb3bb26c3068d95c5 - 2.17% (9.26 MB)

[#003] sha256:68a774996e1e41e16b05c537334faa52f62da8dc20585016b4be6783eecbfa27 - 12.49% (53.2 MB)

[#004] sha256:e73d6946d81354ab550331ff9f689d3cf70de0f32d141b34ea750d442597d8e1 - 0.2% (870 KB)

[#005] sha256:1fec613ebf835d7057b5111fe9afdbbb25415edc834a99e8b38022dd88922555 - 0.0% (237 Bytes)

[#006] sha256:48ab1943e9a0ba77f36bb614452ff5adeb20afc8d1205c29843c1108aa428969 - 0.0% (133 Bytes)

[#007] sha256:08e336e74e3f56d8609c8666316334e387e209116837c309f24d65d7229e6c9f - 55.16% (235 MB)

[#008] sha256:5821ad7ae135e9074964b19d6fbf09c7c6ec53db7629c0df6f84d57e5bc0ed79 - 16.99% (72.4 MB)

[#009] sha256:ea33193e72d6ec34d10c9714e12c81cc24711e3e38e7f0d07fddbae07767c587 - 0.0% (237 Bytes)


History
2018-04-28 08:19:13 UTC

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

2018-04-28 08:19:15 UTC

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

2018-05-05 09:16:25 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 09:16:49 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 09:21:27 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-05-05 13:48: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/*

2018-05-05 13:48:57 UTC

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

2018-05-05 13:49:00 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 14:23:40 UTC

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

2018-05-05 14:23:41 UTC

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

2018-05-05 14:23:42 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12

2018-05-05 14:23:43 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4

2018-05-15 08:50:20 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-9-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-05-15 08:50:22 UTC

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

2018-06-20 08:21:42 UTC

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

2018-06-20 08:21:44 UTC

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

2018-06-20 08:21:45 UTC

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

2018-06-20 08:21:46 UTC

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

2018-06-20 08:21:55 UTC

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

2018-06-20 08:21:57 UTC

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

2018-06-20 08:21:58 UTC

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

2018-06-20 08:21:59 UTC

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

2018-06-20 08:22:04 UTC

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

Details
Created

2018-06-20 11:44:32 UTC

Size

396 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

4.8

JAVA_DEBIAN_VERSION

9.0.4+12-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9.0.4+12

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:893cc85742608c84d1d6314416656d650a83dae134d0d1e22a839b39a03cbf3e - 11.41% (45.2 MB)

[#001] sha256:6465ae4acbbbfe22cde44168d0262178f375ac945898fbe73420bec2cc2ccbe0 - 1.96% (7.75 MB)

[#002] sha256:e47a8c562fcb2d700f3403a2f6b5d1c62f5961afce859416ff6a03520adf95a5 - 2.27% (8.98 MB)

[#003] sha256:481f2ac0d700bc88441da57f26f2253a495063e8fcf46706e8462f4b16292b84 - 12.59% (49.8 MB)

[#004] sha256:755b496e7ed5d1a4f90f69efc1653169b1cf721f0fd65832ce1c7c1838017e19 - 0.22% (885 KB)

[#005] sha256:340cd0adda5f0114369ab22dee2566c26d88ac2264cba92eb697d1858f314b95 - 0.0% (237 Bytes)

[#006] sha256:4fc5b570e41674b5cf67ba58622e59fc8bdfc409df50cb7f3643762ac67cf7ef - 0.0% (132 Bytes)

[#007] sha256:8f21a62d1f1750eaf1c0f8fbe4d1a24564b53cf27f53785ea0238392820d720a - 53.29% (211 MB)

[#008] sha256:b3a71d491d442e4b4e3f4f8d50701e5ab8c1edbe0d60f76454ca7dd68a7b78ac - 18.28% (72.4 MB)

[#009] sha256:7c4da7a9c39b48fd71cb90dd2365a684dfaf0ad45d2166ad0a0fc1c88fe374a0 - 0.0% (204 Bytes)


History
2018-04-28 11:43:52 UTC

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

2018-04-28 11:43:52 UTC

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

2018-05-05 12:33:51 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:34:01 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:34:24 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2018-05-05 13:05:56 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:05:56 UTC

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

2018-05-05 13:05:57 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:11:03 UTC

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

2018-05-05 13:11:03 UTC

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

2018-05-05 13:11:04 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12

2018-05-05 13:11:04 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4

2018-05-15 12:05:11 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-9-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-05-15 12:05:12 UTC

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

2018-06-20 11:44:22 UTC

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

2018-06-20 11:44:23 UTC

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

2018-06-20 11:44:23 UTC

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

2018-06-20 11:44:23 UTC

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

2018-06-20 11:44:28 UTC

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

2018-06-20 11:44:28 UTC

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

2018-06-20 11:44:29 UTC

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

2018-06-20 11:44:29 UTC

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

2018-06-20 11:44:32 UTC

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