Block a user
coder-cyber-base (v1-d5bf3e3e)
Published 2026-05-10 12:17:58 +00:00 by friedkiwi
Installation
docker pull git.cyber.gent/friedkiwi/coder-cyber-base:v1-d5bf3e3esha256:edfe9ec782967c900d558f1ddfd546c2977025d2e3027563f03423181ebf3c93
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-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4415.tar --tag 26.04 |
| umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd |
| umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash |
| umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/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-5691f940e215a35dc9b91fc1887cae39/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-04-21T17:23:54.324551+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-5691f940e215a35dc9b91fc1887cae39/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-04-21T17:23:54.324551+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-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4415.tar |
| RUN dpkg --add-architecture i386 && echo 'Acquire::http::Proxy "http://cbrapt01.lan.cyber.gent:3142";' > /etc/apt/apt.conf.d/80proxy && apt update -y && apt install -y curl && curl https://git.cyber.gent/api/packages/friedkiwi/debian/repository.key -o /etc/apt/keyrings/gitea-friedkiwi.asc && echo "deb [signed-by=/etc/apt/keyrings/gitea-friedkiwi.asc] https://git.cyber.gent/api/packages/friedkiwi/debian noble main" | tee -a /etc/apt/sources.list.d/gitea.list |
| RUN apt update -y && apt upgrade -y && apt -o Dpkg::Options::="--force-overwrite" install -y build-essential cmake python3-pip python3-dev python3-venv c3270 curl git wget time autoconf automake flex gawk m4 libltdl-dev libtool-bin libcap2-bin libbz2-dev zlib1g-dev default-jdk openjdk-8-jdk openjdk-11-jdk mingw-w64 mingw-w64-i686-dev mingw-w64-x86-64-dev sudo mkvtoolnix locales lz4 zstd screen chrpath cpio diffstat neovim command-not-found fpc clangd libboost-all-dev libssl-dev cmake-curses-gui ninja-build ccache xterm libgtk-3-dev wine32 upx-ucl bc unzip libncurses-dev dotnet-sdk-10.0 openjdk-21-jdk openjdk-25-jdk npm wine64 zip bison flex socat gdb php-cli php-gd php-curl php-json php-mbstring php-zip php-pgsql ffmpeg jq gh rpm hercules-hyperion websockify novnc lxqt-core lxqt-panel lxqt-session pcmanfm-qt qterminal openbox dbus-x11 tigervnc-standalone-server |
| RUN useradd -s /bin/bash coder && echo "coder ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/coder && echo "ubuntu ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu && echo '<!doctype html><meta http-equiv="refresh" content="0; url=/vnc.html?autoconnect=1&resize=remote">' > /usr/share/novnc/index.html && locale-gen en_US.UTF-8 |
| RUN cd /tmp && wget -O go-dist.tar.gz https://go.dev/dl/go1.26.2.linux-amd64.tar.gz && tar -C /usr/local -xzf go-dist.tar.gz && rm go-dist.tar.gz |
| RUN wget -O /usr/local/bin/rustup-init https://static.rust-lang.org/rustup/dist/x86_64-unknown-linux-gnu/rustup-init && chmod a+rx /usr/local/bin/rustup-init |
Labels
| Key | Value |
|---|---|
| gent.cyber.metadata.lastmodified | 2026-05-05 |
| org.opencontainers.image.created | 2026-04-21T17:23:54.324551+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.ref.name | ubuntu |
| org.opencontainers.image.title | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
2026-05-10 12:17:58 +00:00
Versions (48)
View all
Container
0
OCI / Docker
linux/amd64
3.9 GiB
v1-1cbe6829
2026-05-10
latest
2026-05-10
v1-d5bf3e3e
2026-05-10
v1-6c0b5b26
2026-05-05
v1-89d04f5e
2026-05-05