Block a user
infra-ci (1.0)
Published 2026-09-11 12:39:31 -04:00 by SavedByGrace251
Installation
docker pull gitea.newellcloud.tech/savedbygrace251/infra-ci:1.0sha256:0fdcc0edc345a7eb2a29fffae68522c075f0d46a503b9231728006308110e02d
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-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/.temp_layer.9485.tar --tag 26.04 |
| umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd |
| umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash |
| umoci config --image /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/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-e1c60b1bc0d25a2115f571511888c62b/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-09-01T20:37:00.369571+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-e1c60b1bc0d25a2115f571511888c62b/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-09-01T20:37:00.369571+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-e1c60b1bc0d25a2115f571511888c62b/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-e1c60b1bc0d25a2115f571511888c62b/images/.temp_layer.control_data.9485.tar |
| ARG YQ_VERSION=v4.53.6 |
| ARG PYTHON_VERSION=3.14 |
| USER root |
| RUN |2 YQ_VERSION=v4.53.6 PYTHON_VERSION=3.14 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash curl ca-certificates git jq libstdc++6 openssh-client rsync unzip && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |2 YQ_VERSION=v4.53.6 PYTHON_VERSION=3.14 /bin/sh -c curl -fsSL "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" -o /usr/local/bin/yq && chmod +x /usr/local/bin/yq # buildkit |
| COPY /usr/local/bin/docker /usr/local/bin/docker # buildkit |
| COPY /usr/local/ /usr/local/ # buildkit |
| RUN |2 YQ_VERSION=v4.53.6 PYTHON_VERSION=3.14 /bin/sh -c rm -f /usr/local/bin/yarn /usr/local/bin/yarnpkg && npm install -g corepack@latest && corepack enable yarn && corepack install --global yarn@4 # buildkit |
| RUN |2 YQ_VERSION=v4.53.6 PYTHON_VERSION=3.14 /bin/sh -c npm install -g @infisical/cli # buildkit |
| COPY /buildx /usr/local/lib/docker/cli-plugins/docker-buildx # buildkit |
| RUN |2 YQ_VERSION=v4.53.6 PYTHON_VERSION=3.14 /bin/sh -c mkdir -p /usr/local/lib/docker/cli-plugins && curl -fsSL "https://github.com/docker/compose/releases/download/v5.5.0/docker-compose-linux-x86_64" -o /usr/local/lib/docker/cli-plugins/docker-compose && chmod +x /usr/local/lib/docker/cli-plugins/docker-compose # buildkit |
| COPY /usr/local/go/ /usr/local/go/ # buildkit |
| ENV GOPATH=/go |
| ENV PATH=/usr/local/go/bin:/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY /uv /uvx /usr/local/bin/ # buildkit |
| ENV UV_PYTHON_INSTALL_DIR=/opt/python |
| ENV UV_PYTHON_BIN_DIR=/usr/local/bin |
| RUN |2 YQ_VERSION=v4.53.6 PYTHON_VERSION=3.14 /bin/sh -c uv python install --default "${PYTHON_VERSION}" # buildkit |
| RUN |2 YQ_VERSION=v4.53.6 PYTHON_VERSION=3.14 /bin/sh -c git --version && docker --version && docker compose version && docker buildx version && infisical --version && node --version && npm --version && npx --version && yarn --version && go version && jq --version && yq --version && uv --version && python --version && python3 --version # buildkit |
Labels
| Key | Value |
|---|---|
| com.docker.compose.project | infra-ci |
| com.docker.compose.service | build |
| com.docker.compose.version | 5.5.0 |
| org.opencontainers.image.created | 2026-09-01T20:37:00.369571+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 |