A tool that facilitates building OCI container images.
This project is maintained by the containers organization.
Subscribe to the blog feed.
We’re pleased to announce the release of Buildah version 1.39.0, which is now available from GitHub for any Linux distro. We are shipping this release on Fedora 40 and Fedora 41. Buildah will also be shipped on CentOS, OpenSUSE, and Ubuntu soon. In addition, container images will be available at https://quay.io/repository/buildah/stable and https://quay.io/repository/containers/buildah.
The Buildah project has continued to grow over the past several weeks, welcoming several new contributors to the mix. This release features notable changes:
--artifact-annotation
option has been added to the manifest add
command to allow for annotation of the artifact manifest.build
command has two new options, –security-opt mask and unmask.buildah build
RUN instructions and buildah run
command can now refer to images with the from
argument when using the --mount=type=cache
option.This release comprises changes made for v1.39.0 and will be included in Podman v5.4.
buildah manifest add
command now includes a --artifact-annotation
flag which can be used to add an annotation to the artifact manifest which is generated and then added to the image index. by @nalind #5854
buildah build
or buildah run
with --isolation chroot
will now default to using pivot_root() internally, unless the --no-pivot
CLI flag is used. by @nalind #5874
build
command has two new options, –security-opt mask and unmask. Refer to the `build(1) man page for more information by @rhatdan #5883
buildah build
RUN instructions and buildah run
command can now refer to images with the from
argument when using the --mount=type=cache
option. by @nalind #5934
build
and run
commands now record hash or digest in the image history for sources used in --mount
. by @flouthoc #5691
If you haven’t yet, install Buildah from one of the Linux repos or GitHub and give it a spin. We’re betting you’ll find it’s an easy and quick way to build containers in your environment without a daemon being involved!
For those of you who contributed to this release, thank you very much for your contributions! If you haven’t joined our community yet, don’t wait any longer! Come join us on GitHub, where Open Source communities live.