libpod 4.3.1+ds1-8ubuntu1 source package in Ubuntu

Changelog

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

  * Rebuild against newer containers/common to fix apparmor parsing,
    Fixes LP: #2040082

 -- Reinhard Tartler <email address hidden>  Tue, 14 Nov 2023 11:42:52 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc

Downloads

File Size SHA-256 Checksum
libpod_4.3.1+ds1.orig.tar.xz 2.5 MiB 2785fcade807395d6d1bf2a31a910cf051f2b3e723e98109dfe1803236a76e50
libpod_4.3.1+ds1-8ubuntu1.debian.tar.xz 19.6 KiB 4e623ec0066bcc54c985c027a4dbaf0a35671c3d53cc97eaa711b4f27f0f3c54
libpod_4.3.1+ds1-8ubuntu1.dsc 4.9 KiB 2d4ab4c1b7d979b80e261525a88c12ebb6e44b566f2a7016e69cd6a480d848f4

View changes file

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