mirror of
https://github.com/containers/podman.git
synced 2025-09-27 00:34:32 +08:00
short-name aliasing
Add support for short-name aliasing. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
12
vendor/github.com/containers/buildah/util/util_unsupported.go
generated
vendored
12
vendor/github.com/containers/buildah/util/util_unsupported.go
generated
vendored
@ -2,19 +2,7 @@
|
||||
|
||||
package util
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
// IsCgroup2UnifiedMode returns whether we are running in cgroup 2 cgroup2 mode.
|
||||
func IsCgroup2UnifiedMode() (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
func UID(st os.FileInfo) int {
|
||||
return 0
|
||||
}
|
||||
|
||||
func GID(st os.FileInfo) int {
|
||||
return 0
|
||||
}
|
||||
|
Reference in New Issue
Block a user