mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
vendor latest c/common
This adds the !remote tag to c/common/libimage which prenents the remote client from using it. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/common/libimage/platform.go
generated
vendored
3
vendor/github.com/containers/common/libimage/platform.go
generated
vendored
@ -1,3 +1,6 @@
|
||||
//go:build !remote
|
||||
// +build !remote
|
||||
|
||||
package libimage
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user