summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-02-28 15:09:31 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commite3d1163c54448d7a67b546a297103746ab887593 (patch)
tree689befca5fd5404d7e329a57032d21b4cd5fee29
parenteae2d31c7b100e8e4cb81b8a184bf5627daa379f (diff)
downloadmeta-virtualization-e3d1163c54448d7a67b546a297103746ab887593.tar.gz
buildah: update to 1.34
Bumping buildah to version v1.34.0-30-gdbeb097c6, which comprises the following commits: 30a9cd1c0 [release-1.34] Bump to v1.34.2-dev a2bab63fd [release-1.34] Bump to v1.34.1 b7a4562ad [release-1.34] Vendor bumps 83a136866 manifest: addCompression use default from containers.conf ae557ac9c Build with CNI support on FreeBSD cd59f7c16 tests: retrofit test for heredoc summary 2a399d67b build, heredoc: show heredoc summary in build output be6b9c3f0 docs: correct default authfile path 6a8e296ea Make buildah match podman for handling of ulimits 70fd07877 imagebuildah: fix crash with empty RUN aa729810a docs: move footnotes to where they're applicable 58820ffd1 Run codespell on code 638a825b1 Fix FreeBSD version parsing 78599048e Allow users to specify no-dereference 029063b9f Fix a build break on FreeBSD bb70cfc50 Remove a bad FROM line 6fe37a59b commit: force omitHistory if the parent has layers but no history b0fb0cacb docs: fix a couple of typos 6cacd1478 stage_executor,heredoc: honor interpreter in heredoc b8c0e21cf stage_executor,layers: burst cache if heredoc content is changed 702dfe84f Replace map[K]bool with map[K]struct{} where it makes sense f818763f3 Replace strings.SplitN with strings.Cut 47ecb727f Document use of containers-transports values in buildah d49e48412 commit: add a --add-file flag 27018aef5 mkcw: populate the rootfs using an overlay 413a35959 Ignore errors if label.Relabel returns ENOSUP 1b00f9e63 manifest: addCompression use default from containers.conf 21ec7aceb Bump to v1.34.0 6977c91e2 fix(deps): update module github.com/containerd/containerd to v1.7.11 b9852af08 fix(deps): update github.com/containers/storage digest to 15c3cb7 ad90fba16 fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.2 669f19f6c fix(deps): update github.com/containers/common digest to 630c929 bdbd69e38 fix(deps): update module github.com/moby/buildkit to v0.12.4 ec76cbb60 fix(deps): update github.com/openshift/imagebuilder digest to ef2a5fe 7dfdcf33b [CI:DOCS] man pages: underscores, too-wide lines b7a0f6b13 fix(deps): update module github.com/containerd/containerd to v1.7.10 1f9103562 run.bats: use --quiet --pull=false when using a prefetched image 3b795dd4b internal/mkcw/embed/entrypoint.gz: rename to include the arch 7788160cb internal/mkcw/embed/entrypoint.gz: compress with -n9 76c9307ff fix(deps): update module golang.org/x/crypto to v0.16.0 d10b1e35b Integration tests: make skip_if_no_unshare check --map-users 028a3f9a3 fix(deps): update module golang.org/x/term to v0.15.0 3c23118f6 fix(deps): update module golang.org/x/sys to v0.15.0 d4f577b39 fix(deps): update module github.com/onsi/ginkgo to v2 c174e9162 vendor: update c/{common,image,storage} a23927ab5 run: Allow using just one jail per container on FreeBSD 12b205f69 Remove makefile targets entrypoint{,.gz} for non x86_64 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/buildah/buildah_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index 02a07dcc..64ee4f7d 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11BUILDAH_VERSION = "1.33.3" 11BUILDAH_VERSION = "1.34.1"
12 12
13PV = "${BUILDAH_VERSION}" 13PV = "${BUILDAH_VERSION}"
14 14
@@ -28,11 +28,11 @@ GO_WORKDIR = "${GO_INSTALL}"
28GOBUILDFLAGS += "-mod vendor" 28GOBUILDFLAGS += "-mod vendor"
29 29
30SRCREV_FORMAT = "buildah_storage" 30SRCREV_FORMAT = "buildah_storage"
31SRCREV_buildah = "5ca83472cb6927d8353a5c6e577c56450b175345" 31SRCREV_buildah = "dbeb097c6fbf4bfd643f096992da572a97a8ec12"
32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52" 32SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
33 33
34SRC_URI = " \ 34SRC_URI = " \
35 git://github.com/containers/buildah;branch=release-1.33;name=buildah;protocol=https \ 35 git://github.com/containers/buildah;branch=release-1.34;name=buildah;protocol=https \
36 " 36 "
37 37
38DEPENDS = "libdevmapper btrfs-tools gpgme" 38DEPENDS = "libdevmapper btrfs-tools gpgme"