golang-github-containers-buildah 1.33.7+ds1-1 source package in Ubuntu

Changelog

golang-github-containers-buildah (1.33.7+ds1-1) unstable; urgency=medium

  * New upstream release
    Fixes: CVE-2024-1753 container escape fix, Closes: #1067800

 -- Reinhard Tartler <email address hidden>  Wed, 27 Mar 2024 07:34:07 -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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-containers-buildah_1.33.7+ds1-1.dsc 4.0 KiB 0bfb19a50e3dd39588c7ddfb93763eb3d99256eb0391fe27f69b77531ec9cc75
golang-github-containers-buildah_1.33.7+ds1.orig.tar.xz 933.0 KiB 625cc772f461cb354e343418ecdb8900be5b48e50f2a4fb941af34b5bac01829
golang-github-containers-buildah_1.33.7+ds1-1.debian.tar.xz 13.8 KiB ecfb21b4ffafe6aeadc50b563c00a439d143a9d598d533bbc94492b087cdd692

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.