Skip to content

Commit

Permalink
set bigfilestemporarydir for pull
Browse files Browse the repository at this point in the history
Signed-off-by: Les Aker <[email protected]>
  • Loading branch information
akerl committed Apr 23, 2020
1 parent 802763c commit 2c328f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libpod/image/docker_registry_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"github.com/containers/image/v5/docker/reference"
"github.com/containers/image/v5/types"

"github.com/containers/buildah/pkg/parse"
podmanVersion "github.com/containers/libpod/version"
)

Expand Down Expand Up @@ -41,6 +42,7 @@ func (o DockerRegistryOptions) GetSystemContext(parent *types.SystemContext, add
DockerArchiveAdditionalTags: additionalDockerArchiveTags,
OSChoice: o.OSChoice,
ArchitectureChoice: o.ArchitectureChoice,
BigFilesTemporaryDir: parse.GetTempDir(),
}
if parent != nil {
sc.SignaturePolicyPath = parent.SignaturePolicyPath
Expand Down

0 comments on commit 2c328f9

Please sign in to comment.