mirror of
https://github.com/containers/podman.git
synced 2025-12-03 03:39:44 +08:00
Bump to Buildah v1.11.5
Bump to Buildah v1.11.5. Most notably changes to the podman build `--pull` functionality. `--pull=true` and `--pull=false` now work as Docker does, `--pull-never` added to supply the functionality of the old `--pull=false`. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
2
vendor/github.com/godbus/dbus/transport_unix.go
generated
vendored
2
vendor/github.com/godbus/dbus/transport_unix.go
generated
vendored
@@ -203,7 +203,7 @@ func (t *unixTransport) SendMessage(msg *Message) error {
|
||||
}
|
||||
} else {
|
||||
if err := msg.EncodeTo(t, nativeEndian); err != nil {
|
||||
return nil
|
||||
return err
|
||||
}
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user