Namespace
library
Image / Tag
gradle:7.5.1-jdk18-alpine
Content Digest
sha256:4d3a06b389955c490bb04683152032853503345cfa772e4d9c62e98317465479
Details
Created

2022-10-07 17:32:09 UTC

Size

348 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

7.5.1

JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-18.0.2.1+1

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 - 0.77% (2.68 MB)

[#001] sha256:107abfa4a9656cc98051eebaf02de090526191f4d53ab3733605b34f84513224 - 3.3% (11.5 MB)

[#002] sha256:740e3cdadfebcaafba907a9fba5363e7b2da3e4636a0340e58c190daa0667e08 - 52.84% (184 MB)

[#003] sha256:f71f0ae6ae71d4a6dd24382195739038e7f96208259eb6100971cd8eed81943a - 0.0% (178 Bytes)

[#004] sha256:81e474ab35b9271284933c6a9c72980c31f31d441eb99dd309c3964eb73f47a4 - 0.0% (1.3 KB)

[#005] sha256:5da0ffb6e07e518718ba5f176ad16db1fd2b74e252165a24a76db2d043085f76 - 10.04% (35 MB)

[#006] sha256:2bca747a641c4966d8c650d4a86506474f95b25753d0247ea665bf8d60d323f5 - 33.05% (115 MB)


History
2022-08-09 17:19:53 UTC

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

2022-08-09 17:19:53 UTC

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

2022-08-11 19:19:38 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk

2022-08-11 19:19:38 UTC

/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-08-11 19:19:38 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8

2022-08-11 19:19:40 UTC

/bin/sh -c apk add --no-cache fontconfig libretls musl-locales musl-locales-lang ttf-dejavu tzdata zlib && rm -rf /var/cache/apk/*

2022-08-29 18:27:26 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-18.0.2.1+1

2022-08-29 18:27:42 UTC

/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='478c8f56dec7378ed8c687e8d7d0fbf729973c62c497cfc8cf58bd621849d764'; BINARY_URL='https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2.1%2B1/OpenJDK18U-jdk_x64_alpine-linux_hotspot_18.0.2.1_1.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm /tmp/openjdk.tar.gz;

2022-08-29 18:27:45 UTC

/bin/sh -c echo Verifying install ... && fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java && echo javac --version && javac --version && echo java --version && java --version && echo Complete.

2022-08-29 18:27:45 UTC

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

2022-10-07 17:31:58 UTC

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

2022-10-07 17:31:58 UTC

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

2022-10-07 17:31:59 UTC

/bin/sh -c set -o errexit -o nounset && echo "Adding gradle user and group" && addgroup --system --gid 1000 gradle && adduser --system --ingroup gradle --uid 1000 --shell /bin/ash gradle && mkdir /home/gradle/.gradle && chown -R gradle:gradle /home/gradle && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln -s /home/gradle/.gradle /root/.gradle

2022-10-07 17:31:59 UTC

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

2022-10-07 17:31:59 UTC

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

2022-10-07 17:32:03 UTC

/bin/sh -c set -o errexit -o nounset && echo "Installing VCSes" && apk add --no-cache git git-lfs mercurial subversion && echo "Testing VCSes" && which git && which git-lfs && which hg && which svn

2022-10-07 17:32:03 UTC

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

2022-10-07 17:32:03 UTC

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

2022-10-07 17:32:09 UTC

|1 GRADLE_DOWNLOAD_SHA256=f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4 /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 -c - && echo "Installing Gradle" && unzip gradle.zip && rm gradle.zip && mv "gradle-${GRADLE_VERSION}" "${GRADLE_HOME}/" && ln -s "${GRADLE_HOME}/bin/gradle" /usr/bin/gradle && 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