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.23.0, which is now available from GitHub for any Linux distro. We are shipping this release on Fedora 34 & 35, and RHEL 8.5. 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 enhancements:
bud
command has been renamed to build
. An alias for bud
was created for backward compatibility and to not break existing scripts.platform
option for build
can now take multiple values.login
and logout
commands now accept repositories as Podman does.This release comprises changes made for v1.23.0 and will be included in Podman v3.3.1
build
command now mirrors the value provided to the --authfile
option to a temporary file on the filesystem if it is pointing to a file descriptor instead of a file.rm <list>
option of the build
command has been corrected to only remove manifests rather than referenced images.--compress=false
of the build command.bud
command to build
, while keeping an alias for to bud
.buildah run
command.--net=private
option with buildah run
.buildah run
command logger option.--platform
option to buildah bud
can now take a comma-separated list or be specified multiple times, for use in combination with the --manifest
option.rmi
command behavior when using a manifest list or an image index.cross
target to build on every architecture.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.