test: use --mount instead of --volume
Looks like we hit a Podman bug. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
03cdb6f9a5
commit
b432209ed4
2 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ load helpers
|
|||
echo "temporary directory: ${d}"
|
||||
|
||||
ref="registry.fedoraproject.org/fedora-minimal"
|
||||
run_ctr -v ${d}:/output/ $CTR_IMAGE -i "${ref}"
|
||||
run_ctr --mount type=bind,source=${d},destination=/output $CTR_IMAGE -i "${ref}"
|
||||
[ "$status" -eq 0 ]
|
||||
#echo ${lines[@]}
|
||||
[[ ${lines[0]} =~ "Getting image source signatures" ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue