golang-github-containers-buildah 1.23.1+ds1-2 source package in Ubuntu

Changelog

golang-github-containers-buildah (1.23.1+ds1-2) unstable; urgency=medium

  * upload to unstable

 -- Reinhard Tartler <email address hidden>  Tue, 26 Oct 2021 14:38:00 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-containers-buildah_1.23.1+ds1-2.dsc 3.9 KiB 77f8242434a00faa74209ae0d154ccde3f37daf6b160adf69321c0e8223d3330
golang-github-containers-buildah_1.23.1+ds1.orig.tar.xz 781.7 KiB 6b3b25a85edac14f79cceaf6bf2e23e1f5791cb9a1d548f76438f393b24a1e3d
golang-github-containers-buildah_1.23.1+ds1-2.debian.tar.xz 7.2 KiB 16cd024d7deb97fb6aeeca0bbb28293b3867847b0802a6b822e8bf6482a02412

No changes file available.

Binary packages built by this source

buildah: CLI 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 the buildah command-line utility and provides an
 interface similar to the 'docker' command.

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

No description available for buildah-dbgsym in ubuntu kinetic.

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.