mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
Update buildah to v1.11.0
Vendor in the latest changes for buildah to apply the implemented features here as well. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
3
vendor/github.com/containers/buildah/run_linux.go
generated
vendored
3
vendor/github.com/containers/buildah/run_linux.go
generated
vendored
@@ -1384,8 +1384,7 @@ func runUsingRuntimeMain() {
|
||||
os.Exit(1)
|
||||
}
|
||||
// Set ourselves up to read the container's exit status. We're doing this in a child process
|
||||
// so that we won't mess with the setting in a caller of the library. This stubs to OS specific
|
||||
// calls
|
||||
// so that we won't mess with the setting in a caller of the library.
|
||||
if err := setChildProcess(); err != nil {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user