Skip to content

database: do not chroot(".") unless actually necessary

Ariadne Conill requested to merge ariadne/apk-tools:skip-chroot into master

If we use default root (/), then we do not have to chroot to run scripts. Use APK_NO_CHROOT flag for this scenario to avoid the chroot. This helps with using apk with bwrap and OSTree.

Closes #10736 (closed).

Merge request reports