mirror of
https://github.com/containers/podman.git
synced 2025-12-16 12:29:28 +08:00
Update common, image, and storage deps
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
Paul Holzinger
parent
32d96f40c3
commit
444f19cb2a
2
vendor/github.com/containers/storage/drivers/overlay/mount.go
generated
vendored
2
vendor/github.com/containers/storage/drivers/overlay/mount.go
generated
vendored
@@ -55,7 +55,7 @@ func mountOverlayFrom(dir, device, target, mType string, flags uintptr, label st
|
||||
w.Close()
|
||||
return fmt.Errorf("mountfrom error on re-exec cmd: %w", err)
|
||||
}
|
||||
//write the options to the pipe for the untar exec to read
|
||||
// write the options to the pipe for the untar exec to read
|
||||
if err := json.NewEncoder(w).Encode(options); err != nil {
|
||||
w.Close()
|
||||
return fmt.Errorf("mountfrom json encode to pipe failed: %w", err)
|
||||
|
||||
Reference in New Issue
Block a user