Split MC container creation into function

このコミットが含まれているのは:
2025-04-24 11:05:48 -04:00
コミット 3b73bc1275

ファイルの表示

@@ -1853,7 +1853,6 @@ download() {
"${cmd[@]}" "$url"
}
apt_mc_container() {
debug "Running: ${FUNCNAME[0]}"
install_package --silent buildah &&
cnt=$(sudo buildah from --quiet alpine:edge 2>/dev/null) &&
sudo buildah run "$cnt" -- sh -c '