libpod 5.0.3+ds1-5ubuntu1 source package in Ubuntu
Changelog
libpod (5.0.3+ds1-5ubuntu1) oracular; urgency=medium * Set XDG_CONFIG_HOME to builddir to fix FTBFS with golang-1.23 (LP: #2077610) * Drop d/p/downgrade-checkpoint-restore-criu.patch golang-github-checkpoint-restore-go-criu-dev is bumped to v7 -- Shengjing Zhu <email address hidden> Thu, 22 Aug 2024 17:26:19 +0800
Upload details
- Uploaded by:
- Shengjing Zhu
- Sponsored by:
- Graham Inggs
- Uploaded to:
- Oracular
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libpod_5.0.3+ds1.orig.tar.xz | 2.7 MiB | b7e814ede387bffc5c5fd4e87988b4cc19fd341e971f6fff93f0ea73906df0dc |
libpod_5.0.3+ds1-5ubuntu1.debian.tar.xz | 20.9 KiB | bbcc037f07bb275ccf571c84ca5896df74b8ef6d14f7a661acd911009009575c |
libpod_5.0.3+ds1-5ubuntu1.dsc | 5.4 KiB | f2d1154f170031c5e6c282b19f4ba641d5ca67bb2a620752522c3787cad6c1b2 |
Available diffs
Binary packages built by this source
- podman: tool to manage containers and pods
Podman (the POD MANager) is a tool for managing containers and images, volumes
mounted into those containers, and pods made from groups of containers.
.
At a high level, the scope of Podman and libpod is the following:
* Support for multiple container image formats, including OCI and Docker
images.
* Full management of those images, including pulling from various sources
(including trust and verification), creating (built via Containerfile or
Dockerfile or committed from a container), and pushing to registries and
other storage backends.
* Full management of container lifecycle, including creation (both from an
image and from an exploded root filesystem), running, checkpointing and
restoring (via CRIU), and removal.
* Full management of container networking, using Netavark.
* Support for pods, groups of containers that share resources and are managed
together.
* Support for running containers and pods without root or other elevated
privileges.
* Resource isolation of containers and pods.
* Support for a Docker-compatible CLI interface, which can both run
containers locally and on remote systems.
* No manager daemon, for improved security and lower resource utilization at
idle.
* Support for a REST API providing both a Docker-compatible interface and an
improved interface exposing advanced Podman functionality.
* Support for running on Windows and Mac via virtual machines run by podman
machine.
.
Podman is a daemon-less alternative to Docker.
- podman-dbgsym: debug symbols for podman
- podman-docker: tool to manage containers and pods (Docker CLI)
Podman (the POD MANager) is a tool for managing containers and images, volumes
mounted into those containers, and pods made from groups of containers.
.
At a high level, the scope of Podman and libpod is the following:
* Support for multiple container image formats, including OCI and Docker
images.
* Full management of those images, including pulling from various sources
(including trust and verification), creating (built via Containerfile or
Dockerfile or committed from a container), and pushing to registries and
other storage backends.
* Full management of container lifecycle, including creation (both from an
image and from an exploded root filesystem), running, checkpointing and
restoring (via CRIU), and removal.
* Full management of container networking, using Netavark.
* Support for pods, groups of containers that share resources and are managed
together.
* Support for running containers and pods without root or other elevated
privileges.
* Resource isolation of containers and pods.
* Support for a Docker-compatible CLI interface, which can both run
containers locally and on remote systems.
* No manager daemon, for improved security and lower resource utilization at
idle.
* Support for a REST API providing both a Docker-compatible interface and an
improved interface exposing advanced Podman functionality.
* Support for running on Windows and Mac via virtual machines run by podman
machine.
.
Podman is a daemon-less alternative to Docker.
.
This package installs a Docker-compatible CLI interface, capable of running
containers locally and on remote systems.
- podman-remote: tool to manage containers and pods (remote CLI)
Podman (the POD MANager) is a tool for managing containers and images, volumes
mounted into those containers, and pods made from groups of containers.
.
At a high level, the scope of Podman and libpod is the following:
* Support for multiple container image formats, including OCI and Docker
images.
* Full management of those images, including pulling from various sources
(including trust and verification), creating (built via Containerfile or
Dockerfile or committed from a container), and pushing to registries and
other storage backends.
* Full management of container lifecycle, including creation (both from an
image and from an exploded root filesystem), running, checkpointing and
restoring (via CRIU), and removal.
* Full management of container networking, using Netavark.
* Support for pods, groups of containers that share resources and are managed
together.
* Support for running containers and pods without root or other elevated
privileges.
* Resource isolation of containers and pods.
* Support for a Docker-compatible CLI interface, which can both run
containers locally and on remote systems.
* No manager daemon, for improved security and lower resource utilization at
idle.
* Support for a REST API providing both a Docker-compatible interface and an
improved interface exposing advanced Podman functionality.
* Support for running on Windows and Mac via virtual machines run by podman
machine.
.
Podman is a daemon-less alternative to Docker.
.
This package provides a smaller executable, a local client to interact with a
Podman backend node through a RESTful API tunneled through an SSH connection.
- podman-remote-dbgsym: debug symbols for podman-remote