summaryrefslogtreecommitdiff
path: root/test/e2e/run_userns_test.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-07-28 13:28:39 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-07-28 14:51:21 -0400
commita35045cbc4a6c22ab95bd203b134ce0e30f344e2 (patch)
treebe9468c6514a9c6379c35462cdc4c7812459f8a2 /test/e2e/run_userns_test.go
parent288ebec6e737c105fa0ef43412de4e0a8997feb9 (diff)
downloadpodman-a35045cbc4a6c22ab95bd203b134ce0e30f344e2.tar.gz
podman-a35045cbc4a6c22ab95bd203b134ce0e30f344e2.tar.bz2
podman-a35045cbc4a6c22ab95bd203b134ce0e30f344e2.zip
Fix building from http or '-' options
When copying from a URL, podman will download and create a context directory in a temporary file. The problem was that this directory was being removed as soon as the function that created it was returned. Later the build code would look for content in the temporary directory and fail to find it, blowing up the build. By pulling the extraction code back into the build function, we keep the temporary directory around until the build completes. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'test/e2e/run_userns_test.go')
0 files changed, 0 insertions, 0 deletions