mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
Update vendor or containers/buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/buildah/delete.go
generated
vendored
2
vendor/github.com/containers/buildah/delete.go
generated
vendored
@@ -6,7 +6,7 @@ import "fmt"
|
||||
// be used after this method is called.
|
||||
func (b *Builder) Delete() error {
|
||||
if err := b.store.DeleteContainer(b.ContainerID); err != nil {
|
||||
return fmt.Errorf("error deleting build container %q: %w", b.ContainerID, err)
|
||||
return fmt.Errorf("deleting build container %q: %w", b.ContainerID, err)
|
||||
}
|
||||
b.MountPoint = ""
|
||||
b.Container = ""
|
||||
|
||||
Reference in New Issue
Block a user