mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
Bump to Buildah v1.27.0
As the title says. Vendor Buildah v1.27.0 into Podman in preparation for Buildah v4.2 [No New Tests Needed] Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
10
vendor/github.com/containers/buildah/pkg/util/version_windows.go
generated
vendored
Normal file
10
vendor/github.com/containers/buildah/pkg/util/version_windows.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package util
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
func ReadKernelVersion() (string, error) {
|
||||
return "", errors.New("readKernelVersion not supported on windows")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user