diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-26 10:26:42 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-26 12:05:20 -0400 |
| commit | abd1206e6454a8bd41701f305bc19e784c58e350 (patch) | |
| tree | ee1db590bd00befde038945917f97f1ac625d458 | |
| parent | bccbfff56edfe990ec552ac01c8efa2ea5abd9e6 (diff) | |
| download | meta-virtualization-abd1206e6454a8bd41701f305bc19e784c58e350.tar.gz | |
buildah: update to v1.40.1
Bumping buildah to version v1.40.0-14-ged56ef16d, which comprises the following commits:
08026ceb3 Builder.sbomScan(): don't break non-root scanners
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/buildah/buildah_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/buildah/buildah_git.bb b/recipes-containers/buildah/buildah_git.bb index 7d1e88d3..6ff87a39 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." | |||
| 6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | 7 | LIC_FILES_CHKSUM = "file://src/github.com/containers/buildah/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
| 8 | 8 | ||
| 9 | BUILDAH_VERSION = "1.39.1" | 9 | BUILDAH_VERSION = "1.40.0" |
| 10 | 10 | ||
| 11 | PV = "${BUILDAH_VERSION}" | 11 | PV = "${BUILDAH_VERSION}" |
| 12 | 12 | ||
| @@ -25,10 +25,10 @@ GO_INSTALL = "${GO_IMPORT}" | |||
| 25 | GO_WORKDIR = "${GO_INSTALL}" | 25 | GO_WORKDIR = "${GO_INSTALL}" |
| 26 | GOBUILDFLAGS += "-mod vendor" | 26 | GOBUILDFLAGS += "-mod vendor" |
| 27 | 27 | ||
| 28 | SRCREV = "1c4d858794c90fbb882c976efea09035c83cd73c" | 28 | SRCREV = "ed56ef16dd75c3e8d53f93165d5f77e734944fe1" |
| 29 | 29 | ||
| 30 | SRC_URI = " \ | 30 | SRC_URI = " \ |
| 31 | git://github.com/containers/buildah;branch=release-1.39;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ | 31 | git://github.com/containers/buildah;branch=release-1.40;name=buildah;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | DEPENDS = "libdevmapper btrfs-tools gpgme" | 34 | DEPENDS = "libdevmapper btrfs-tools gpgme" |
