summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-05-27 03:33:51 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-05-27 03:33:51 +0000
commit39fae3fea85aa4dad71e4c7dbc12673fca839e97 (patch)
tree079dfdde326b212c9dd52dc20c2eb2f1809464fc /recipes-containers
parent7664fc908a6555c099f05457c6fa673ea44f18df (diff)
downloadmeta-virtualization-39fae3fea85aa4dad71e4c7dbc12673fca839e97.tar.gz
buildah: update to v1.43.1
Bumping buildah to version v1.43.1-4-g1d61d5217, which comprises the following commits: 0203efa67 tests: remove dependencies on online apt repositories c2e1324b1 Cite go module change 310b1c8f5 [release-1.43] Bump Buildah to v1.43.1 fb349f2d6 [release-1.43] Bump c/common v0.67.1, c/image v5.39.2 ccba7c460 update module github.com/go-jose/go-jose/v4 to v4.1.4 [security] 0d8e18550 ignore ErrLayerUnknown in cache lookup 8499b1a41 fix setting of gid 3780f1490 fix call to chown 0158b5b31 [release-1.43] Bump Buildah to v1.43.0 f40d38a2f [release-1.43] fix source test 07b8495c8 [release-1.43] Bump common 0.67.0, image 5.39.1, storage 1.62.0 7178b10ac [release-1.43] Bump dest branch in cirrus to 1.43 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers')
-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 12b39ec7..5e004544 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.43.0" 9BUILDAH_VERSION = "1.43.1"
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 = "bbc4bd12f4fc659b7d8f3abb790a2c25b00f33a3" 28SRCREV = "1d61d52173ff67b920d2e9d5e308c3761017c85e"
29 29
30SRC_URI = " \ 30SRC_URI = " \
31 git://github.com/containers/buildah;branch=release-1.43;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 31 git://github.com/containers/buildah;branch=release-1.43;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \