Block a user
a64cc-ci (a1d4d6e64e59825c57fc17f841299461869eec07)
Published 2026-07-21 19:53:34 +01:00 by mgrettondann
Installation
docker pull gitea.gretton-dann.org.uk/mgrettondann/a64cc-ci:a1d4d6e64e59825c57fc17f841299461869eec07sha256:ab3bd2ef1d8765ac3c5737513d0ceeb154ef32fb41412ce3f8ebb53da2ee69fd
About this package
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.
Image Layers
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.9081.tar --tag 26.04 |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/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-07-13T16:25:17.771941+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. |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/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-07-13T16:25:17.771941+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. |
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.control_data.9081.tar |
| ARG DEBIAN_FRONTEND=noninteractive |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates clang-22 clang-format-22 clang-tidy-22 cmake curl git ninja-build nodejs python3 python3-pip python3-venv shellcheck sudo && update-alternatives --install /usr/bin/cc cc /usr/bin/clang-22 100 && update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-22 100 && update-alternatives --install /usr/bin/clang clang /usr/bin/clang-22 100 && update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-22 100 && update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-22 100 && update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-22 100 && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV VIRTUAL_ENV=/opt/a64cc/.venv |
| ENV PATH=/opt/a64cc/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY requirements-dev.txt /opt/a64cc/requirements-dev.txt # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c python3 -m venv "${VIRTUAL_ENV}" && mkdir -p /opt/a64cc/wheels && python -m pip download --only-binary=:all: --dest /opt/a64cc/wheels -r /opt/a64cc/requirements-dev.txt && python -m pip install --no-index --find-links=/opt/a64cc/wheels -r /opt/a64cc/requirements-dev.txt # buildkit |
| WORKDIR /opt/a64cc/source |
| COPY . . # buildkit |
| ENV A64CC_CACHE_DIR=/opt/a64cc/fetchcontent |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c A64CC_PYTHON_EXECUTABLE="${VIRTUAL_ENV}/bin/python" ./tools/populate-dependencies.sh && A64CC_PYTHON_EXECUTABLE="${VIRTUAL_ENV}/bin/python" ./tools/populate-dependencies.sh --validate-only && cd / && rm -rf /opt/a64cc/source # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "ubuntu ALL=(root) NOPASSWD:ALL" >/etc/sudoers.d/ubuntu && chmod 0440 /etc/sudoers.d/ubuntu # buildkit |
| ENV A64CC_VENV_DIR=/opt/a64cc/.venv |
| ENV A64CC_GOOGLETEST_SOURCE_DIR=/opt/a64cc/fetchcontent/googletest-src |
| ENV A64CC_ARM_MRS_SOURCE_DIR=/opt/a64cc/fetchcontent/a64ccarmmrs-src |
| ENV A64CC_DEPENDENCIES_OFFLINE=1 |
| ENV FETCHCONTENT_FULLY_DISCONNECTED=ON |
| ENV PIP_NO_INDEX=1 |
| ENV PIP_FIND_LINKS=/opt/a64cc/wheels |
| ENV CC=clang-22 |
| ENV CXX=clang++-22 |
| ENV CMAKE_GENERATOR=Ninja |
| WORKDIR /workspace |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-13T16:25:17.771941+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 |
Details
2026-07-21 19:53:34 +01:00
Versions (7)
View all
Container
0
OCI / Docker
linux/arm64
393 MiB
0f35429d7c57c6db048067eb05719a3ec7dd65de
2026-07-23
latest
2026-07-23
da313c83bb5555195b5848f2c99ce6d8343ba3be
2026-07-22
b9517d797ccecbdb1d5effff49ea6814293dfb5e
2026-07-22
b0909fd6d1d978aac3020b3fd7b8b4001f584fb9
2026-07-22