mirror of
https://github.com/containers/podman.git
synced 2025-09-25 15:55:32 +08:00
Vendor common and buildah main
Update the common and buildah vendor to pull in the platform code move. [NO NEW TESTS NEEDED] Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
11
vendor/github.com/containers/common/libimage/define/platform.go
generated
vendored
Normal file
11
vendor/github.com/containers/common/libimage/define/platform.go
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
package define
|
||||
|
||||
// PlatformPolicy controls the behavior of image-platform matching.
|
||||
type PlatformPolicy int
|
||||
|
||||
const (
|
||||
// Only debug log if an image does not match the expected platform.
|
||||
PlatformPolicyDefault PlatformPolicy = iota
|
||||
// Warn if an image does not match the expected platform.
|
||||
PlatformPolicyWarn
|
||||
)
|
Reference in New Issue
Block a user