mirror of
https://github.com/containers/podman.git
synced 2025-12-05 12:52:12 +08:00
Vendor in latest containers/buildah
Pulls in fix that sets the correct ownership on the working directory during the build process. Signed-off-by: Urvashi Mohnani <umohnani@redhat.com>
This commit is contained in:
5
vendor/github.com/containers/buildah/run_linux.go
generated
vendored
5
vendor/github.com/containers/buildah/run_linux.go
generated
vendored
@@ -678,6 +678,11 @@ func runUsingRuntime(isolation Isolation, options RunOptions, configureNetwork b
|
||||
runtime := options.Runtime
|
||||
if runtime == "" {
|
||||
runtime = util.Runtime()
|
||||
|
||||
localRuntime := util.FindLocalRuntime(runtime)
|
||||
if localRuntime != "" {
|
||||
runtime = localRuntime
|
||||
}
|
||||
}
|
||||
|
||||
// Default to just passing down our stdio.
|
||||
|
||||
Reference in New Issue
Block a user