libpod 4.3.1+ds1-5ubuntu1 source package in Ubuntu

Changelog

libpod (4.3.1+ds1-5ubuntu1) lunar; urgency=medium

  * ubuntu-specific vendoring madness workaround, cf. LP: #2009851

 -- Reinhard Tartler <email address hidden>  Sat, 25 Mar 2023 18:35:46 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release 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-5ubuntu1.debian.tar.xz 16.1 KiB a96edad6f202e50e8e71c73f8b5ef065deb5372dc7c031c48188c722fd75a6be
libpod_4.3.1+ds1-5ubuntu1.dsc 4.9 KiB 463f93fab3c85b2bba99fb6b033cb2e578ba7799234415971e54b3ec7dce45a6

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