Namespace
library
Image / Tag
gradle:jdk25-graal-resolute
Content Digest
sha256:6043843ac527ab571a04554805f1e50355f82ac6cd6134494bc9bdadb5b26173
Details
Created

2026-08-18 19:17:27 UTC

Size

673 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-08-17T09:02:45.677319+00:00
  • org.opencontainers.image.description
    The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
  • org.opencontainers.image.title
    ubuntu
  • org.opencontainers.image.version
    26.04

Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

9.7.0

JAVA_HOME

/opt/java/graalvm

JAVA_VERSION

25.0.4

PATH

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


Layers

[#000] sha256:06e9d71331fb2b620a4f6c8064e0f84b284bb69a42c7c57b1c962bd4a4cdee76 - 5.89% (39.6 MB)

[#001] sha256:f3db1cd940786339b09d8a60e47c66fea9502d788e6fab5bec91a4a77d4ced1c - 0.0% (393 Bytes)

[#002] sha256:0ddacfac8f35cbb062c7d9735fef1785b27bc2be3e2ce410dd0c71f0f9c81d0b - 0.0% (1.26 KB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:0b74b83a1a9ef1441f3b01a63d0fd5438b36b33024c684b19803d50c13801a36 - 23.55% (159 MB)

[#005] sha256:04ceec7229d08d7dd62c555231f5366d44d27c1d48c4bdf76cf0dfa721bf8817 - 49.28% (332 MB)

[#006] sha256:506a527e4a6e308183e72aa2587501b691d706d734a614a1755c1214e6931e44 - 21.28% (143 MB)

[#007] sha256:6bef31abb7dc4a45041ac435ffd61d3c16736e1fe96358e0cf928dea329c19c2 - 0.0% (25 KB)


History
2026-08-17 09:02:45 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9259.tar --tag 26.04

2026-08-17 09:02:45 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-08-17 09:02:45 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-08-17 09:02:45 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-08-17 09:02:45 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-08-17 09:02:45 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:02:45.677319+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-08-17 09:02:45 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9259.tar

2026-08-18 19:16:44 UTC (buildkit.dockerfile.v0)

CMD ["gradle"]

2026-08-18 19:16:44 UTC (buildkit.dockerfile.v0)

ENV GRADLE_HOME=/opt/gradle

2026-08-18 19:16:44 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -o errexit -o nounset && echo "Renaming ubuntu user and group to gradle" && groupmod --new-name gradle ubuntu && mkdir /home/gradle && usermod --login gradle --home /home/gradle --groups gradle ubuntu && chown gradle /home/gradle && mkdir /home/gradle/.gradle && chown --recursive gradle:gradle /home/gradle && chmod --recursive o+rwx /home/gradle && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln --symbolic /home/gradle/.gradle /root/.gradle # buildkit

2026-08-18 19:16:44 UTC (buildkit.dockerfile.v0)

VOLUME [/home/gradle/.gradle]

2026-08-18 19:16:44 UTC (buildkit.dockerfile.v0)

WORKDIR /home/gradle

2026-08-18 19:17:14 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -o errexit -o nounset && export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install --yes --no-install-recommends make curl wget tar binutils ca-certificates fontconfig locales p11-kit tzdata unzip gcc libc-dev libz-dev zlib1g-dev brz git git-lfs mercurial openssh-client subversion && rm --recursive --force /var/lib/apt/lists/* && echo "Testing common utilities" && which awk && which curl && which cut && which grep && which gunzip && which sha256sum && which sed && which tar && which tr && which unzip && which wget && echo "Testing VCSes" && which brz && which git && which git-lfs && which hg && which svn # buildkit

2026-08-18 19:17:14 UTC (buildkit.dockerfile.v0)

ENV JAVA_HOME=/opt/java/graalvm

2026-08-18 19:17:14 UTC (buildkit.dockerfile.v0)

ENV JAVA_VERSION=25.0.4

2026-08-18 19:17:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -o errexit -o nounset && mkdir /opt/java && echo "Downloading GraalVM" && GRAALVM_AMD64_DOWNLOAD_SHA256=3f4a89de8eaa96f2ed677f09957c7e872cd8467aad3537f8b5394c1b8c4b942e && GRAALVM_AARCH64_DOWNLOAD_SHA256=22286f7ecd21b9aedb3226b9bf797469e1bd3eefc491e12ef3dd49b452d230b7 && ARCHITECTURE=$(dpkg --print-architecture) && if [ "${ARCHITECTURE}" = "amd64" ]; then GRAALVM_ARCHITECTURE=linux-x64; fi && if [ "${ARCHITECTURE}" = "arm64" ]; then GRAALVM_ARCHITECTURE=linux-aarch64; fi && GRAALVM_RELEASE_TAG=graal-25.2.4 && GRAALVM_ARTIFACT_VERSION=25i2-25.0.4 && GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/${GRAALVM_RELEASE_TAG}/graalvm-community-jdk-${GRAALVM_ARTIFACT_VERSION}_${GRAALVM_ARCHITECTURE}_bin.tar.gz && wget --no-verbose --output-document=graalvm.tar.gz "${GRAALVM_PKG}" && echo "Checking GraalVM download hash" && if [ "${ARCHITECTURE}" = "amd64" ]; then GRAALVM_DOWNLOAD_SHA256="${GRAALVM_AMD64_DOWNLOAD_SHA256}"; fi && if [ "${ARCHITECTURE}" = "arm64" ]; then GRAALVM_DOWNLOAD_SHA256="${GRAALVM_AARCH64_DOWNLOAD_SHA256}"; fi && echo "${GRAALVM_DOWNLOAD_SHA256} *graalvm.tar.gz" | sha256sum --check - && echo "Installing GraalVM" && tar --extract --gunzip --file graalvm.tar.gz && rm graalvm.tar.gz && mv graalvm-* "${JAVA_HOME}" && for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; update-alternatives --install "/usr/bin/${base}" "${base}" "${bin}" 1; done && echo "Testing GraalVM installation" && java --version && javac --version && native-image --version # buildkit

2026-08-18 19:17:24 UTC (buildkit.dockerfile.v0)

ENV GRADLE_VERSION=9.7.0

2026-08-18 19:17:24 UTC (buildkit.dockerfile.v0)

ARG GRADLE_DOWNLOAD_SHA256=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae

2026-08-18 19:17:27 UTC (buildkit.dockerfile.v0)

RUN |1 GRADLE_DOWNLOAD_SHA256=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae /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 Gradle 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 # buildkit

2026-08-18 19:17:27 UTC (buildkit.dockerfile.v0)

USER gradle

2026-08-18 19:17:27 UTC (buildkit.dockerfile.v0)

RUN |1 GRADLE_DOWNLOAD_SHA256=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae /bin/sh -c set -o errexit -o nounset && echo "Testing Gradle installation" && gradle --stacktrace --debug --version # buildkit

2026-08-18 19:17:27 UTC (buildkit.dockerfile.v0)

USER root

Details
Created

2026-08-18 19:17:33 UTC

Size

642 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-08-17T09:04:34.463771+00:00
  • org.opencontainers.image.description
    The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
  • org.opencontainers.image.title
    ubuntu
  • org.opencontainers.image.version
    26.04

Environment
GRADLE_HOME

/opt/gradle

GRADLE_VERSION

9.7.0

JAVA_HOME

/opt/java/graalvm

JAVA_VERSION

25.0.4

PATH

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


Layers

[#000] sha256:ed8299a102e92f64acbfa58a37767418df099675d441bc4b89ab8f7f17795b6f - 6.05% (38.8 MB)

[#001] sha256:50914c2b24a11b34d9332dbbf527f85d394298a976d84cf1e3a7b1e16205d29e - 0.0% (393 Bytes)

[#002] sha256:b1dd2d9cd91c92ee31bfd888243b50083c256609dd9299bdf51a3e737a1ed580 - 0.0% (1.26 KB)

[#003] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#004] sha256:863af2673ef4959795eea5f56f291c4db9be01c1a9928de8b2111f94edbddf4a - 23.69% (152 MB)

[#005] sha256:a51feac791ffd2dd77f1983586633bdf0a714a16f9d6751abb79e5ef893a35dd - 47.93% (308 MB)

[#006] sha256:0eb3250aaefaa26fff2760a6b58e07373b94be2e6854f230255c448ce81d825a - 22.33% (143 MB)

[#007] sha256:42480323be628a7c731a3d0aa7576b521906a7e366c4cdf622596217e597e94a - 0.0% (28.6 KB)


History
2026-08-17 09:04:34 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.9276.tar --tag 26.04

2026-08-17 09:04:34 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-08-17 09:04:34 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-08-17 09:04:34 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-08-17 09:04:34 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-08-17T09:04:34.463771+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-08-17 09:04:34 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-08-17T09:04:34.463771+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-08-17 09:04:34 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-a6225d8d49f545f312e4b2d59bc5cd53/images/.temp_layer.control_data.9276.tar

2026-08-18 19:16:47 UTC (buildkit.dockerfile.v0)

CMD ["gradle"]

2026-08-18 19:16:47 UTC (buildkit.dockerfile.v0)

ENV GRADLE_HOME=/opt/gradle

2026-08-18 19:16:47 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -o errexit -o nounset && echo "Renaming ubuntu user and group to gradle" && groupmod --new-name gradle ubuntu && mkdir /home/gradle && usermod --login gradle --home /home/gradle --groups gradle ubuntu && chown gradle /home/gradle && mkdir /home/gradle/.gradle && chown --recursive gradle:gradle /home/gradle && chmod --recursive o+rwx /home/gradle && echo "Symlinking root Gradle cache to gradle Gradle cache" && ln --symbolic /home/gradle/.gradle /root/.gradle # buildkit

2026-08-18 19:16:47 UTC (buildkit.dockerfile.v0)

VOLUME [/home/gradle/.gradle]

2026-08-18 19:16:47 UTC (buildkit.dockerfile.v0)

WORKDIR /home/gradle

2026-08-18 19:17:19 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -o errexit -o nounset && export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install --yes --no-install-recommends make curl wget tar binutils ca-certificates fontconfig locales p11-kit tzdata unzip gcc libc-dev libz-dev zlib1g-dev brz git git-lfs mercurial openssh-client subversion && rm --recursive --force /var/lib/apt/lists/* && echo "Testing common utilities" && which awk && which curl && which cut && which grep && which gunzip && which sha256sum && which sed && which tar && which tr && which unzip && which wget && echo "Testing VCSes" && which brz && which git && which git-lfs && which hg && which svn # buildkit

2026-08-18 19:17:19 UTC (buildkit.dockerfile.v0)

ENV JAVA_HOME=/opt/java/graalvm

2026-08-18 19:17:19 UTC (buildkit.dockerfile.v0)

ENV JAVA_VERSION=25.0.4

2026-08-18 19:17:29 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -o errexit -o nounset && mkdir /opt/java && echo "Downloading GraalVM" && GRAALVM_AMD64_DOWNLOAD_SHA256=3f4a89de8eaa96f2ed677f09957c7e872cd8467aad3537f8b5394c1b8c4b942e && GRAALVM_AARCH64_DOWNLOAD_SHA256=22286f7ecd21b9aedb3226b9bf797469e1bd3eefc491e12ef3dd49b452d230b7 && ARCHITECTURE=$(dpkg --print-architecture) && if [ "${ARCHITECTURE}" = "amd64" ]; then GRAALVM_ARCHITECTURE=linux-x64; fi && if [ "${ARCHITECTURE}" = "arm64" ]; then GRAALVM_ARCHITECTURE=linux-aarch64; fi && GRAALVM_RELEASE_TAG=graal-25.2.4 && GRAALVM_ARTIFACT_VERSION=25i2-25.0.4 && GRAALVM_PKG=https://github.com/graalvm/graalvm-ce-builds/releases/download/${GRAALVM_RELEASE_TAG}/graalvm-community-jdk-${GRAALVM_ARTIFACT_VERSION}_${GRAALVM_ARCHITECTURE}_bin.tar.gz && wget --no-verbose --output-document=graalvm.tar.gz "${GRAALVM_PKG}" && echo "Checking GraalVM download hash" && if [ "${ARCHITECTURE}" = "amd64" ]; then GRAALVM_DOWNLOAD_SHA256="${GRAALVM_AMD64_DOWNLOAD_SHA256}"; fi && if [ "${ARCHITECTURE}" = "arm64" ]; then GRAALVM_DOWNLOAD_SHA256="${GRAALVM_AARCH64_DOWNLOAD_SHA256}"; fi && echo "${GRAALVM_DOWNLOAD_SHA256} *graalvm.tar.gz" | sha256sum --check - && echo "Installing GraalVM" && tar --extract --gunzip --file graalvm.tar.gz && rm graalvm.tar.gz && mv graalvm-* "${JAVA_HOME}" && for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; update-alternatives --install "/usr/bin/${base}" "${base}" "${bin}" 1; done && echo "Testing GraalVM installation" && java --version && javac --version && native-image --version # buildkit

2026-08-18 19:17:29 UTC (buildkit.dockerfile.v0)

ENV GRADLE_VERSION=9.7.0

2026-08-18 19:17:29 UTC (buildkit.dockerfile.v0)

ARG GRADLE_DOWNLOAD_SHA256=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae

2026-08-18 19:17:33 UTC (buildkit.dockerfile.v0)

RUN |1 GRADLE_DOWNLOAD_SHA256=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae /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 Gradle 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 # buildkit

2026-08-18 19:17:33 UTC (buildkit.dockerfile.v0)

USER gradle

2026-08-18 19:17:33 UTC (buildkit.dockerfile.v0)

RUN |1 GRADLE_DOWNLOAD_SHA256=84fbba45c7f4c64abc77460e1c00f541e9f960e3c7ed2538f1ede19eacd873ae /bin/sh -c set -o errexit -o nounset && echo "Testing Gradle installation" && gradle --stacktrace --debug --version # buildkit

2026-08-18 19:17:33 UTC (buildkit.dockerfile.v0)

USER root

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