mirror of
https://github.com/containers/podman.git
synced 2025-09-10 08:22:23 +08:00
vendor latest buildah
Allow parallel copying from the blobcache. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/buildah/imagebuildah/build.go
generated
vendored
1
vendor/github.com/containers/buildah/imagebuildah/build.go
generated
vendored
@ -517,6 +517,7 @@ func (b *Executor) Run(run imagebuilder.Run, config docker.Config) error {
|
||||
Hostname: config.Hostname,
|
||||
Runtime: b.runtime,
|
||||
Args: b.runtimeArgs,
|
||||
NoPivot: os.Getenv("BUILDAH_NOPIVOT") != "",
|
||||
Mounts: convertMounts(b.transientMounts),
|
||||
Env: config.Env,
|
||||
User: config.User,
|
||||
|
Reference in New Issue
Block a user