Lines Matching refs:release
80 -r VER, --release=VER The Alpine release branch to install; default is the
409 path:,release:,rootfs:,help,mapped-uid:,mapped-gid: -- "$@")
419 release=
443 -r | --release)
444 release=$2; shift 2
489 if [ -z "$release" ]; then
490 release=$(latest_release_branch "$arch") \
491 || die 2 'Failed to resolve Alpine last release branch'
496 run_exclusively "$arch" 30 install "$rootfs" "$arch" "$release" "$extra_packages"