Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

conda-dist package

NAME

package - Build native system packages (rpm/deb) using containerized installers

SYNOPSIS

conda-dist package [--engine] [--rpm-image] [--deb-image] [--platform] [--output-dir] [-h|--help] [MANIFEST]

DESCRIPTION

Build native system packages (rpm/deb) using containerized installers

OPTIONS

--engine <PATH>
Path to the container engine binary (defaults to docker, then podman)

--rpm-image <IMAGE>
Build RPM packages using the specified container image (repeatable)

--deb-image <IMAGE>
Build DEB packages using the specified container image (repeatable)

--platform <PLATFORM>
Restrict native packaging to specific target platform(s) (defaults to host platform)

--output-dir <PATH>
Output directory for generated packages (defaults to <manifest-dir>)

-h, --help
Print help

[MANIFEST] [default: conda-dist.toml]
Path to the conda-dist manifest (conda-dist.toml)