Ubuntu icon

Distributions

Ubuntu v26.04

Ubuntu 26.04 LTS for persistent development environments.

Download installer

Use Ubuntu as a persistent environment

Install the package once:

cpak install github.com/containerpak/ubuntu

Create an environment and open Bash:

cpak environment create --name Ubuntu --origin github.com/containerpak/ubuntu
cpak environment shell --environment Ubuntu --command /bin/bash

The shell runs as root inside the environment, so Ubuntu packages can be installed normally:

apt update
apt install git build-essential

Persistent storage

Installed packages, system configuration and the private home directory remain available after the shell closes or the environment stops. Host files, desktop services and devices stay unavailable unless you grant them through the environment settings.

Manage the environment

cpak environment list
cpak environment inspect --environment Ubuntu
cpak environment processes --environment Ubuntu
cpak environment stop --environment Ubuntu

Deleting the environment also deletes its installed packages, system changes and private home:

cpak environment delete --environment Ubuntu

Permissions

What this package can access on your system.

language

Network

Allowed

Connects to local networks and the internet.

admin_panel_settings

Container root

Broad access

Runs the application as root inside its container.

Package details

Origin
github.com/containerpak/ubuntu
Image
ghcr.io/containerpak/ubuntu-cpak@sha256:cf502ae31f8709859c178673fe6f517738b0db07fd215f8bc28528f097466f22
Binaries
/bin/bash
Desktop entries
account_tree Dependencies 0 required packages expand_more

This package has no dependencies.

extension Add-ons 0 optional packages expand_more

This package has no add-ons.

Raw links

More from Distributions

Projects and technologies around cpak