mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
Update to runc main, removing pin to an older version
We were pinned to a specific commit to ensure that tests kept passing. Hopefully they pass now, as we need to grab latest runc for CVE fixes. Also grab Buildah main to fix a build issue on FreeBSD. After a botched manual vendor, I used Ed's treadmill script and squashed it into this commit to make Git happy. Thanks bunches Ed. Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/buildah/define/build.go
generated
vendored
3
vendor/github.com/containers/buildah/define/build.go
generated
vendored
@@ -333,4 +333,7 @@ type BuildOptions struct {
|
||||
// value set in a base image will be preserved, so this does not
|
||||
// frequently need to be set.
|
||||
OSVersion string
|
||||
// SBOMScanOptions encapsulates options which control whether or not we
|
||||
// run scanners on the rootfs that we're about to commit, and how.
|
||||
SBOMScanOptions []SBOMScanOptions
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user