File: v0.12.md

package info (click to toggle)
golang-github-containers-buildah 1.28.2%2Bds1-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,336 kB
  • sloc: sh: 2,291; makefile: 218; perl: 187; awk: 12; ansic: 1
file content (32 lines) | stat: -rw-r--r-- 2,431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Buildah Alpha version 0.12 Release Announcement

![buildah logo](https://cdn.rawgit.com/containers/buildah/main/logos/buildah-logo_large.png)

We're pleased to announce the release of Buildah Alpha version 0.12 on both Fedora 26 and Fedora 27. As always, the latest Buildah can also be acquired from [GitHub](https://github.com/containers/buildah) for any other Linux distribution.

The Buildah project has been building some steam over the past several weeks, welcoming several new contributors to the mix, launching new functionality and creating a number of improvements and bug fixes. The major highlights for this release are:

* Added better handling of error messages for Unknown Dockerfile instructions.
* Set the default certificate directory to /etc/containers/certs.d.
* Vendored in the latest containers/image and containers/Storage packages.
* The build-using-dockerfile (bud) command now sets the images 'author' field to the value provided by MAINTAINER in the Dockerfile.
* Return exit code 1 when 'buildah rmi' fails.
* Improve lookups of a variety of image name formats.
* Adds the --format and --filter parameters to the 'buildah containers' command.
* Adds the --prune,-p option to the 'buildah rmi' command allowing dangling images to be pruned.
* Adds the --authfile parameter to the 'buildah commit' command.
* Fix the --runtime-flag for the 'buildah run' and 'buildah bud' commands when global flags are used.
* The format parameter now overrides the quiet parameter for 'buildah images'.
* Provide authentication parameters to the build-using-docker-file (bud) command.
* Directory permissions are no longer overwritten when using the --chown parameter.
* HTML character output to the terminal is no longer escaped.
* The container name is now always set to the image's name.
* The username or password are prompted for if they are not supplied with the --creds parameter.
* Return a better error message when bad credentials are used to pull a private image.
* Plus several small bug fixes.

If you haven’t yet,  install Buildah from the Fedora repository 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!

If you haven't joined our community yet, don't wait any longer!  Come join us in [GitHub](https://github.com/containers/buildah), where Open Source communities live.

**Buildah == Simplicity**