libpod 3.4.4+ds1-1ubuntu1.22.04.1 source package in Ubuntu

Changelog

libpod (3.4.4+ds1-1ubuntu1.22.04.1) jammy-security; urgency=medium

  * Add d/p/lp-2007972-play-kube-don-t-force-pull-infra-image.patch
    to prevent play kube from unwanted force-pull of infra image
    and with that unwanted (untrusted) k8s pause (LP: #2007972).

 -- Frank Heimes <email address hidden>  Wed, 22 Feb 2023 10:46:22 +0100

Upload details

Uploaded by:
Frank Heimes
Sponsored by:
Leonidas S. Barbosa
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libpod_3.4.4+ds1.orig.tar.xz 1.9 MiB 66c4f9e4ffc8c63319e8b5f69eca33b13eee5af7b89124cf23659eb91e4f388e
libpod_3.4.4+ds1-1ubuntu1.22.04.1.debian.tar.xz 17.2 KiB ef0e3b1eacc3dea702802d8a498821655f34a7392d287767dd7bc1bcb85ab2e7
libpod_3.4.4+ds1-1ubuntu1.22.04.1.dsc 5.0 KiB abf05173b2510aab9283ea0631f894b752ece7d317bb9293d345abf844807ef8

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