golang-github-containers-buildah 1.21.3+ds1-1ubuntu1 source package in Ubuntu

Changelog

golang-github-containers-buildah (1.21.3+ds1-1ubuntu1) impish; urgency=medium

  * d/p/support-runc-1.0.1.patch: Add patch to comply with API changes in
    libcontainer inside runc (LP: #1939423).
  * d/control: Adjust some dependencies version constraints.
    - Relax golang-github-containers-common-dev version constraint,
      use '>=' instead of '>>'. This still satisfies what upstream defines in
      go.mod.
    - Add '>= 20.10.7-0ubuntu2' to golang-github-docker-docker-dev. In this
      version, the required libnetwork component is also shipped.

 -- Lucas Kanashiro <email address hidden>  Fri, 13 Aug 2021 10:55:02 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-containers-buildah_1.21.3+ds1.orig.tar.xz 758.2 KiB b9ff93005f825cb38867f4c54839e7e5fd26151bf8ac68b516fbf50a4d847b84
golang-github-containers-buildah_1.21.3+ds1-1ubuntu1.debian.tar.xz 7.1 KiB 64dbaaaa425a3ae55d7cd897094e5be8d3d6e6f43108bf5586ab9628c768e8b5
golang-github-containers-buildah_1.21.3+ds1-1ubuntu1.dsc 3.9 KiB 79c63d3c5c0fdcc3c9224c332d01f8bcaf1ee65d21f6d067cd5d8bb15d9b3c29

View changes file

Binary packages built by this source

buildah: No summary available for buildah in ubuntu impish.

No description available for buildah in ubuntu impish.

buildah-dbgsym: No summary available for buildah-dbgsym in ubuntu impish.

No description available for buildah-dbgsym in ubuntu impish.

golang-github-containers-buildah-dev: tool to facilitate building OCI images

 The Buildah package provides a command line tool that can be used to
   - create a working container, either from scratch or using an image as a
     starting point
   - create an image, either from a working container or via the
     instructions in a Dockerfile
   - images can be built in either the OCI image format or the traditional
     upstream docker image format
   - mount a working container's root filesystem for manipulation
   - unmount a working container's root filesystem
   - use the updated contents of a container's root filesystem as a
     filesystem layer to create a new image
   - delete a working container or an image
   - rename a local container
 .
 This package contains golang sources that other package may require for
 building.