summaryrefslogtreecommitdiffstats
path: root/src/virtBootstrap/virt-bootstrap.py
diff options
context:
space:
mode:
authorRadostin Stoyanov <rstoyanov1@gmail.com>2017-04-13 15:06:34 +0100
committerCédric Bosdonnat <cbosdonnat@suse.com>2017-04-14 10:33:03 +0200
commit612c5bbb7babe41b463297576710d60ee6188dee (patch)
tree4b7ffe7ddcf38915f20e3b615019c6e0770dc65c /src/virtBootstrap/virt-bootstrap.py
parent87fc188d5a210b406355d159ea3e84f90ff8cb38 (diff)
downloadvirt-bootstrap.git-612c5bbb7babe41b463297576710d60ee6188dee.tar.gz
virt-bootstrap.git-612c5bbb7babe41b463297576710d60ee6188dee.tar.xz
virt-bootstrap.git-612c5bbb7babe41b463297576710d60ee6188dee.zip
Fix error: `subprocess.CalledProcessError: Command
Fix the following failing skopeo call: 'skopeo copy docker://ubuntu:latest/ dir://tmp/tmpyFFP9Wvirt-bootstrap' The function `tempfile.mkdtemp()` returns full path and do not need additional slash at the beginning. Thus the destination path is incorrect. `dir://tmp/tmpyFFP9Wvirt-bootstrap` -----^ it should be: `dir:/tmp/tmpyFFP9Wvirt-bootstrap` -----^
Diffstat (limited to 'src/virtBootstrap/virt-bootstrap.py')
0 files changed, 0 insertions, 0 deletions