mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
buildah: update to v1.37.5
Bumping buildah to version v1.37.5-4-gc0602013a, which comprises the following commits: e4deb56f6 [release-1.37][CI:DOCS] touchup changelog f31d99d24 Update CHANGELOG.md 5fd40b989 [release-1.37] Bump Buildah to v1.37.5 b949f6572 Bump the containers/storage library to v1.55.1 cffa820dc Properly validate cache IDs and sources 93986b888 Packit: constrain koji job to fedora package to avoid dupes 9dfacbb47 Tag v1.37.4 b55cbb8eb vendor: update c/common to v0.60.4 e289e285d CVE-2024-9407: validate "bind-propagation" flag settings 956095ee1 [release-1.37] Bump to Buildah v1.37.3 8165aae9e Do not error on trying to write IMA xattr as rootless a47261ec1 imagebuildah.StageExecutor: clean up volumes/volumeCache 7b28b9e4e `manifest add --artifact`: handle multiple values 8fb01fbc9 Packit: split out ELN jobs and reuse fedora downstream targets a8f37392f Packit: Enable sidetags for bodhi updates 1c0e94ec6 Use Epoch: 2 and respect the epoch in dependencies. eadda3bc0 [release-1.37] Bump Buildah to v1.37.2 a18969dea [release-1.37] Bump c/common to v0.60.2, c/image to v5.32.2 67cc51e90 [release-1.37] Bump to Buildah v1.37.1 02313cf69 [release-1.37] Bump c/common v0.60.1, c/image v5.32.1 Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
fb973818ad
commit
343da075d5
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
BUILDAH_VERSION = "1.37.1"
|
||||
BUILDAH_VERSION = "1.37.5"
|
||||
|
||||
PV = "${BUILDAH_VERSION}"
|
||||
|
||||
|
@ -28,7 +28,7 @@ GO_WORKDIR = "${GO_INSTALL}"
|
|||
GOBUILDFLAGS += "-mod vendor"
|
||||
|
||||
SRCREV_FORMAT = "buildah_storage"
|
||||
SRCREV_buildah = "0117c423e94b1051d5e34a16f3f1db8fb63509c7"
|
||||
SRCREV_buildah = "c0602013adc2142f017a6b973a70b33e57bd5539"
|
||||
SRCREV_storage = "246ba3062e8b551026aef2708eee747014ce5c52"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
Loading…
Reference in New Issue
Block a user