golang-github-containers-buildah 1.33.5+ds1-4build1 source package in Ubuntu

Changelog

golang-github-containers-buildah (1.33.5+ds1-4build1) noble; urgency=medium

  * No-change rebuild against libgpgme t64.

 -- Matthias Klose <email address hidden>  Fri, 15 Mar 2024 20:49:21 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Go Packaging Team
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.33.5+ds1.orig.tar.xz 932.4 KiB 0513b1bc7d89112cab473cb9c7860bbb792a1080920dcf7a484678517914e3dc
golang-github-containers-buildah_1.33.5+ds1-4build1.debian.tar.xz 13.8 KiB 71d239a1270737795c11374ebdbd54d2b1a0e68f0ca05edc25cce55c5fae513d
golang-github-containers-buildah_1.33.5+ds1-4build1.dsc 3.8 KiB fccd0216480dcd426d7d0af32c9065c117eb4b41be57cdead53e136850518d43

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.