Namespace
library
Image / Tag
gradle:6.9.2-jdk-alpine
Content Digest
sha256:7c8618a238e454a8a86c26b42b6209a8a03659c62c7f4606edd1d184f3fdd7bc
Details
Created

2022-10-07 17:32:41 UTC

Size

334 MB

Content Digest
Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

6.9.2

JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-17.0.4.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.8% (2.68 MB)

[#001] sha256:4e5835cc7e6eb64b728c9694dd72d8aede877af0a2ec44f981847853af9abbf5 - 3.43% (11.5 MB)

[#002] sha256:66921d78a848ca667cee7c9ac5c36866360472568bff11508ec830e2cae8c513 - 54.6% (183 MB)

[#003] sha256:9397d1cfc90c1e218a7afa7e2f30af6e85ccd47bd28f0d677d278019b0ed86da - 0.0% (176 Bytes)

[#004] sha256:08219459057a4d24799176edf831e66c3a49c6fe79263426e9a0ce6aa1af24d6 - 0.0% (1.3 KB)

[#005] sha256:bc6dbf383b2ca878cd66a39c77726f185c4e8e7e2de7bd7aefd7c20edd84ab4a - 10.45% (35 MB)

[#006] sha256:6048e925896526ccedb93120a68292c5f5cc990905ac25c03c35de06ea32ab66 - 30.71% (103 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-10-07 16:53:17 UTC

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

2022-10-07 16:53:17 UTC

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

2022-10-07 16:53:17 UTC

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

2022-10-07 16:53:21 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-10-07 16:54:38 UTC

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

2022-10-07 16:54:57 UTC

/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='1a1706304c26da0d8d2e05127c5aa7dba00e5401b2c0228c8ae894d2812beee0'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4.1%2B1/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.4.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-10-07 16:55:00 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-10-07 16:55:00 UTC

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

2022-10-07 17:31:38 UTC

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

2022-10-07 17:31:39 UTC

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

2022-10-07 17:31:39 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:39 UTC

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

2022-10-07 17:31:39 UTC

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

2022-10-07 17:31:43 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:37 UTC

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

2022-10-07 17:32:37 UTC

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

2022-10-07 17:32:41 UTC

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