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.6 which is now available from GitHub for any Linux distro. We are shipping this release on Fedora, RHEL 7, CentOS, openSUSE and Ubuntu in the near future.
The Buildah project has continued to grow over the past several weeks, welcoming several new contributors to the mix. Updates were made to the performance of many commands, a buildah info command has been added, Dockerfile processing updates and bug fixes.
Many performance changes have been made throughout the image handling code including but not limited to faster compression and parallel pulls of images. Note: the output of the buildah pull command has changed slightly to reflect these changes.
The buildah info command was added to display relevant system information.
A number of changes were made in the way that Dockerfiles are processed including processing one-line Dockerfiles, processing the COPY --from command, processing the ADD --chown command and several performance related changes.
--chown parameter when used with the ADD command in a Dockerfile is now supported.buildah images command using the format option.buildah images command was not properly formatted and this has been corrected.buildah run -t -v {container} {command} can now be specified as buildah run -tv {container}{command}.buildah images JSON output.buildah containers so buildah list, buildah ls and buildah ps work.buildah images -q command has been fixed.--platform noop option has been added to the buildah bud command for interoperability with other container technologies. Buildah currently supports only Linux.buildah run would fail to run. Now Buildah assumes it should run as root instead.buildah info command.buildah images command.--filter dangling=true option now works for buildah images as documented.--disable-compression option to the ` buildah build-using-dockerfile` command.buildah push command when pushing to docker-daemon.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.