Use rootful container for testing

这个提交包含在:
2025-04-24 10:26:25 -04:00
父节点 efefd30e8e
当前提交 c8ab117feb

查看文件

@@ -433,6 +433,7 @@ get_latest_mc_version() {
EOF
apt-get update --allow-insecure-repositories' &&
MC_VERSION=$(sudo buildah run "$cnt" -- apt-cache policy "mediacenter$MC_MVERSION" | grep Candidate | awk '{print $2}' | sort -V | tail -n1) &&
echo "MC_VERSION: $MC_VERSION" &&
[[ $MC_VERSION =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
mc_version_source="containerized package manager"
execute sudo buildah rm "$cnt"