mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
Vendor in latest containers/(storage, common, image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
5
vendor/github.com/Microsoft/hcsshim/layer.go
generated
vendored
5
vendor/github.com/Microsoft/hcsshim/layer.go
generated
vendored
@@ -1,3 +1,5 @@
|
||||
//go:build windows
|
||||
|
||||
package hcsshim
|
||||
|
||||
import (
|
||||
@@ -68,6 +70,9 @@ func ProcessUtilityVMImage(path string) error {
|
||||
func UnprepareLayer(info DriverInfo, layerId string) error {
|
||||
return wclayer.UnprepareLayer(context.Background(), layerPath(&info, layerId))
|
||||
}
|
||||
func ConvertToBaseLayer(path string) error {
|
||||
return wclayer.ConvertToBaseLayer(context.Background(), path)
|
||||
}
|
||||
|
||||
type DriverInfo struct {
|
||||
Flavour int
|
||||
|
||||
Reference in New Issue
Block a user