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

Changelog

golang-github-containers-buildah (1.28.2+ds1-3ubuntu0.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Thu, 18 Jan 2024 12:25:21 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security 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-3ubuntu0.1.debian.tar.xz 7.1 KiB d00978c63bf6eab0e4aa31ceef95243e6f5e4ffc3b7e9fb066f42db86d270e3d
golang-github-containers-buildah_1.28.2+ds1-3ubuntu0.1.dsc 3.7 KiB a7b9fe0af7457bc7e8d8e22b5c4cdf166be01ab9d43ea8a3f705c941ac365166

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.