cursor-devbox (7b0e1f880f160dd5e962ea0be5354d7ff314aaaf)
Published 2026-09-24 12:33:45 +00:00 by it
Installation
docker pull dcr.trinitysan.by/infra/cursor-devbox:7b0e1f880f160dd5e962ea0be5354d7ff314aaafsha256:963568057c640d6bf86c26b018e35dbbb187dafae76745c818b19e9ab2ff254e
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 2c2289d088 | 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
2026-09-24 12:33:45 +00:00
Versions (8)
View all
Container
0
OCI / Docker
9-7b0e1f880f160dd5e962ea0be5354d7ff314aaaf
2026-09-24
7b0e1f880f160dd5e962ea0be5354d7ff314aaaf
2026-09-24
latest
2026-09-24
build-cache
2026-09-24
8-cbaa10468796d77a3a1f39fa3000b480294dde8e
2026-09-24