test: add baseos image pipeline scenario

This commit is contained in:
2026-05-07 19:49:57 +00:00
parent f2e104b0e3
commit ef1b678790
3 changed files with 257 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -euo pipefail
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y ca-certificates curl git docker.io openssl unzip
apt-get install -y ca-certificates curl git docker.io libguestfs-tools openssl qemu-system-x86 qemu-utils unzip xz-utils
if [ -d /serve.zone ]; then
chown -R vagrant:vagrant /serve.zone