diff --git a/images/debian_packaging.sh b/images/debian_packaging.sh index 2b70e2c..334384a 100644 --- a/images/debian_packaging.sh +++ b/images/debian_packaging.sh @@ -106,6 +106,7 @@ INSTALL_PACKAGES=(\ rsync runc scons + sq skopeo slirp4netns socat @@ -115,6 +116,7 @@ INSTALL_PACKAGES=(\ sudo time unzip + util-linux-extra vim wget xfsprogs diff --git a/images/fedora_packaging.sh b/images/fedora_packaging.sh index 05f15fe..f3141c9 100644 --- a/images/fedora_packaging.sh +++ b/images/fedora_packaging.sh @@ -129,6 +129,7 @@ INSTALL_PACKAGES=(\ rsync runc sed + sequoia-sq ShellCheck skopeo slirp4netns diff --git a/images/local-cache-registry b/images/local-cache-registry index 99fb371..c021480 100755 --- a/images/local-cache-registry +++ b/images/local-cache-registry @@ -96,6 +96,7 @@ declare -a IMAGELIST=( podman/stable:v5.6.2 skopeo/stable:latest ubuntu:latest + registry.access.redhat.com/ubi10 ) # END defaults