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

Changelog

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

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:14:59 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-containers-buildah_1.28.2+ds1.orig.tar.xz 889.9 KiB 94cc5f4979f56dc2f5f425d00fb3094784d5af847036f1a80d7c2e7354597f9e
golang-github-containers-buildah_1.28.2+ds1-3build1.debian.tar.xz 7.0 KiB 7e13d0739a70989ef3a8181690d61640b677b5052bf32e535f70a384b3ce6101
golang-github-containers-buildah_1.28.2+ds1-3build1.dsc 3.8 KiB 9e159c8c91f5088063971782afc7f2fb0447759305b149919e23c7ac62deb088

View changes file

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.