omnipackage portal
Open an interactive bash shell inside the base container image for a given distro. The debugging tool for when a build fails and you want to poke around — try the same dnf install ... / apt-get install ... lines setup would run, see what error comes back, find the right package name, then update config.yml.
<distro> is the distro ID, e.g. fedora_42 or debian_13. See Supported distros for the full list.
Flags
| Flag | Default | Description |
|---|---|---|
<distro> |
— (required) | Distro ID |
--build-dir <path> |
$TMPDIR/omnipackage-build |
Bind-mounted into the container at /<basename-of-build-dir> so you can move files between host and container |
What you get
- The plain distro base image (e.g.
fedora:42,debian:trixie) — not the post-setupsnapshot.portalis for diagnosing setup, not skipping it. - An interactive
bashshell as root. --build-dirmounted at/<basename>(so/tmp/omnipackage-buildbecomes/omnipackage-buildinside).--rmsemantics — the container is discarded when youexit, no state persists between portal sessions.
Finding the right package name for a build_dependencies entry: