ibcli: use /var/cache/image-builder/store as default for --store

This commit follows a suggestion from Ondrej to add a better
default for `--store`: /var/cache/image-builder/store.

This is nice as it will give users automatic caching and makes
the container also nicer.
This commit is contained in:
Michael Vogt 2024-12-19 10:17:59 +01:00 committed by Ondřej Budai
parent 083c220f0a
commit f89342a1bd
3 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ ENTRYPOINT ["/entrypoint.sh"]
VOLUME /output
WORKDIR /output
# XXX: add "store" flag like bib
VOLUME /store
VOLUME /var/cache/image-builder/store
VOLUME /var/lib/containers/storage
LABEL description="This tools allows to build and deploy disk-images."