Dockerfile: no default output directory
Just let the user provide this if wanted Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
9726e11de5
commit
a358531460
3 changed files with 2 additions and 6 deletions
|
@ -8,7 +8,7 @@ load helpers
|
|||
echo "temporary directory: ${d}"
|
||||
|
||||
ref="registry.fedoraproject.org/fedora-minimal"
|
||||
run_ctr --mount type=bind,source=${d},destination=/output $CTR_IMAGE -i "${ref}"
|
||||
run_ctr --mount type=bind,source=${d},destination=/output $CTR_IMAGE -i "${ref}" -o /output
|
||||
[ "$status" -eq 0 ]
|
||||
#echo ${lines[@]}
|
||||
[[ ${lines[0]} =~ "Getting image source signatures" ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue