mirror of
https://github.com/containers/podman.git
synced 2025-12-05 04:40:47 +08:00
vendor in latests containers/common
To include export HostContainersInternal Signed-off-by: Black-Hole1 <bh@bugs.cc>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/supplemented/supplemented.go
generated
vendored
2
vendor/github.com/containers/common/pkg/supplemented/supplemented.go
generated
vendored
@@ -280,7 +280,7 @@ func (s *supplementedImageReference) NewImageSource(ctx context.Context, sys *ty
|
||||
return iss, nil
|
||||
}
|
||||
|
||||
func (s *supplementedImageReference) DeleteImage(ctx context.Context, sys *types.SystemContext) error {
|
||||
func (s *supplementedImageReference) DeleteImage(_ context.Context, _ *types.SystemContext) error {
|
||||
return fmt.Errorf("deletion of images not implemented")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user