Bump Buildah to v1.22.0 [NO TESTS NEEDED]

Bump Buildah to v1.22.0 in preparation for RHEL 8.5 and
RHEL 9.0beta.  Also bump c/common to v0.42.1
[NO TESTS NEEDED]

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
TomSweeneyRedHat
2021-08-02 21:16:01 -04:00
committed by Daniel J Walsh
parent 77f8c6549a
commit ddc360fe17
16 changed files with 611 additions and 195 deletions

View File

@@ -28,7 +28,7 @@ const (
Package = "buildah"
// Version for the Package. Bump version in contrib/rpm/buildah.spec
// too.
Version = "1.22.0-dev"
Version = "1.22.0"
// DefaultRuntime if containers.conf fails.
DefaultRuntime = "runc"