golang-github-containers-buildah 1.28.2+ds1-3 source package in Ubuntu

Changelog

golang-github-containers-buildah (1.28.2+ds1-3) unstable; urgency=medium

  * reupload

 -- Reinhard Tartler <email address hidden>  Sat, 29 Apr 2023 15:57:39 -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

Downloads

File Size SHA-256 Checksum
golang-github-containers-buildah_1.28.2+ds1-3.dsc 3.9 KiB d18fd352f2b6ac3f3fc15b43e07ba00e418209ebdb03c05c183e2d6544e58b18
golang-github-containers-buildah_1.28.2+ds1.orig.tar.xz 889.9 KiB 94cc5f4979f56dc2f5f425d00fb3094784d5af847036f1a80d7c2e7354597f9e
golang-github-containers-buildah_1.28.2+ds1-3.debian.tar.xz 6.9 KiB e1f22ac7adb61f91a7009ad85b2c1e32c3bfb2f6312b7889234d601f4e5ac4aa

Available diffs

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: debug symbols for buildah
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.