infra

Platform container images

cursor-devbox (latest)

Published 2026-09-20 13:45:31 +00:00 by it

Installation

docker pull dcr.trinitysan.by/infra/cursor-devbox:latest
sha256:0a65f8e56d7e92c104672cdafcf438df513f11ddb87377a06dd9dfe94c7299ed

Images

Digest OS / Arch Size
0fe81b8d43 linux/amd64 726 MiB

Image Layers ( linux/amd64)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/.temp_layer.9520.tar --tag 26.04
umoci config --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd
umoci config --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash
umoci config --image /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/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-64c38dcc01e7a4a6a4edc23c9f41a2cf/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-12T10:25:59.825539+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-64c38dcc01e7a4a6a4edc23c9f41a2cf/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-12T10:25:59.825539+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-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-64c38dcc01e7a4a6a4edc23c9f41a2cf/images/.temp_layer.control_data.9520.tar
ARG KUBECTL_VERSION=v1.31.2
ARG FLUX_VERSION=2.9.4
ENV DEBIAN_FRONTEND=noninteractive LANG=C.UTF-8
RUN |2 KUBECTL_VERSION=v1.31.2 FLUX_VERSION=2.9.4 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash ca-certificates chromium curl docker.io git golang jq nodejs npm openssh-server python3 python3-venv ripgrep rustc sudo unzip vim-tiny wget && rm -rf /var/lib/apt/lists/* && mkdir -p /var/run/sshd /etc/ssh/sshd_config.d /usr/share/devbox-http && echo 'devbox ok' > /usr/share/devbox-http/index.html # buildkit
RUN |2 KUBECTL_VERSION=v1.31.2 FLUX_VERSION=2.9.4 /bin/sh -c curl -fsSL --retry 5 --retry-all-errors --retry-delay 3 "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl # buildkit
RUN |2 KUBECTL_VERSION=v1.31.2 FLUX_VERSION=2.9.4 /bin/sh -c curl -fsSL --retry 5 --retry-all-errors --retry-delay 3 "https://github.com/fluxcd/flux2/releases/download/v${FLUX_VERSION}/flux_${FLUX_VERSION}_linux_amd64.tar.gz" | tar -xz -C /usr/local/bin flux && chmod +x /usr/local/bin/flux # buildkit
RUN |2 KUBECTL_VERSION=v1.31.2 FLUX_VERSION=2.9.4 /bin/sh -c usermod -l developer ubuntu && groupmod -n developer ubuntu && usermod -d /home/developer -m developer && echo 'developer ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/developer && chmod 440 /etc/sudoers.d/developer # buildkit
RUN |2 KUBECTL_VERSION=v1.31.2 FLUX_VERSION=2.9.4 /bin/sh -c printf '%s\n' 'PasswordAuthentication no' 'KbdInteractiveAuthentication no' 'PermitRootLogin no' 'AllowUsers developer' 'PubkeyAuthentication yes' 'X11Forwarding no' 'AllowTcpForwarding yes' 'ClientAliveInterval 30' 'ClientAliveCountMax 3' > /etc/ssh/sshd_config.d/99-devbox.conf && ssh-keygen -A # buildkit
RUN |2 KUBECTL_VERSION=v1.31.2 FLUX_VERSION=2.9.4 /bin/sh -c curl -L https://github.com/dolthub/dolt/releases/latest/download/install.sh | bash && curl -fsSL https://raw.githubusercontent.com/gastownhall/beads/main/scripts/install.sh | bash # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN |2 KUBECTL_VERSION=v1.31.2 FLUX_VERSION=2.9.4 /bin/sh -c chmod +x /entrypoint.sh # buildkit
EXPOSE [22/tcp 8080/tcp]
USER root
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created 2026-09-12T10:25:59.825539+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
Container
2026-09-20 13:45:31 +00:00
4
OCI / Docker
Versions (5) View all