Lines Matching refs:APK
40 # SHA256 checksums of GPG keys for APK.
57 : ${APK:=$(command -v apk || true)}
58 if [ ! -x "$APK" ]; then
59 APK="$LXC_CACHE_DIR/bootstrap/sbin/apk.static"
61 readonly APK
72 PKG Additional APK package(s) to install into the container.
84 APK The apk-tools binary to use when building rootfs. If not set
87 APK_KEYS_DIR Path to directory with GPG keys for APK. If not set and
91 and APK packages.
164 einfo 'Fetching and/or verifying APK keys'
167 if [ ! -x "$APK" ]; then
237 einfo "Cleaning cached APK packages for $arch"
267 $APK --arch="$arch" --root=. --keys-dir="$APK_KEYS_DIR" \