libpod 4.3.1+ds1-8 source package in Ubuntu

Changelog

libpod (4.3.1+ds1-8) unstable; urgency=medium

  * [upstream] unbreak using docker as client
  * debian/control: tighten dependencies against buildah (Closes: #1034871)
  * [upstream] system reset: show graphRoot/runRoot before removal

 -- Reinhard Tartler <email address hidden>  Sun, 30 Apr 2023 08:19:54 -0400

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libpod_4.3.1+ds1-8.dsc 5.0 KiB 5dd207ca77610298b58b5765395d42874d0449487599ffeb57be0f4fb4122d00
libpod_4.3.1+ds1.orig.tar.xz 2.5 MiB 2785fcade807395d6d1bf2a31a910cf051f2b3e723e98109dfe1803236a76e50
libpod_4.3.1+ds1-8.debian.tar.xz 19.5 KiB 3c210f2d2085ee745541b2454a6389ef80a934c2b5f9e93b6547f941c90ee3bb

No changes file available.

Binary packages built by this source

podman: engine to run OCI-based containers in Pods

 Podman is an engine for running OCI-based containers in Pods.
 Podman provides a CLI interface for managing Pods, Containers, and
 Container Images.
 .
 At a high level, the scope of libpod and podman is the following:
  * Support multiple image formats including the OCI and Docker image
    formats.
  * Support for multiple means to download images including trust & image
    verification.
  * Container image management (managing image layers, overlay filesystems,
    etc).
  * Full management of container lifecycle.
  * Support for pods to manage groups of containers together.
  * Resource isolation of containers and pods.
  * Support for a Docker-compatible CLI interface through Podman.
 .
 Podman is a daemon-less alternative to Docker.

podman-dbgsym: debug symbols for podman
podman-docker: engine to run OCI-based containers in Pods - wrapper for docker

 Podman is an engine for running OCI-based containers in Pods.
 Podman provides a CLI interface for managing Pods, Containers, and
 Container Images.
 .
 At a high level, the scope of libpod and podman is the following:
  * Support multiple image formats including the OCI and Docker image
    formats.
  * Support for multiple means to download images including trust & image
    verification.
  * Container image management (managing image layers, overlay filesystems,
    etc).
  * Full management of container lifecycle.
  * Support for pods to manage groups of containers together.
  * Resource isolation of containers and pods.
  * Support for a Docker-compatible CLI interface through Podman.
 .
 Podman is a daemon-less alternative to Docker.
 .
 This package installs a wrapper script that acts like the original docker
 implementation