summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-10-14 12:35:28 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-10-14 12:35:28 -0400
commit5302350d7a3c99e7a6366ffa5551df81a918b925 (patch)
tree2592159b7e9d917bad1b1f4dd5187cd4fc834e7f
parent4778d77f24262abc912c21df55fee57a40a5116a (diff)
downloadmeta-virtualization-5302350d7a3c99e7a6366ffa5551df81a918b925.tar.gz
buildah: update to v1.41.5
Bumping buildah to version v1.41.5-1-g0e4301a18, which comprises the following commits: 7d95c695c Tag v1.41.5 b7b5a915c tests/run.bats: "run masks" test: accept "unreadable" masked directories 913046ac2 Run: create parent directories of mount targets with mode 0755 4094f92e3 [release-1.41] Bump to Buildah v1.41.4 4acf2a549 [release-1.41] c/common to v0.64.2, ulikunitz/xv v0.5.12, docker/docker v28.3.3 b60c59c79 [release-1.41] Bump Buildah to v1.41.3 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/buildah/buildah_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb
index ff46f6cd..2d4c808f 100644
--- a/recipes-containers/buildah/buildah_git.bb
+++ b/recipes-containers/buildah/buildah_git.bb
@@ -6,7 +6,7 @@ DESCRIPTION = "A tool that facilitates building OCI container images."
6LICENSE = "Apache-2.0" 6LICENSE = "Apache-2.0"
7LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 7LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
8 8
9BUILDAH_VERSION = "1.41.3" 9BUILDAH_VERSION = "1.41.5"
10 10
11PV = "${BUILDAH_VERSION}" 11PV = "${BUILDAH_VERSION}"
12 12
@@ -25,7 +25,7 @@ GO_INSTALL = "${GO_IMPORT}"
25GO_WORKDIR = "${GO_INSTALL}" 25GO_WORKDIR = "${GO_INSTALL}"
26GOBUILDFLAGS += "-mod vendor" 26GOBUILDFLAGS += "-mod vendor"
27 27
28SRCREV = "a56e4970194e2f3b2c351620f1ae4a7fc50756bd" 28SRCREV = "0e4301a18e6a386a073f6f683f52f5def81231ab"
29 29
30SRC_URI = " \ 30SRC_URI = " \
31 git://github.com/containers/buildah;branch=release-1.41;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 31 git://github.com/containers/buildah;branch=release-1.41;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \