Searched refs:APK (Results 1 - 1 of 1) sorted by relevance

/lxc/templates/
H A Dlxc-alpine.in40 # 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 key
[all...]

Completed in 11 milliseconds