From 0a5c4b23d014c3565748ee513f221338d628504b Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 17 Mar 2021 10:15:35 -0400 Subject: [PATCH] Download & cache podman-docker package This package adds a podman wrapper called 'docker'. It's needed specifically for podman-compose testing. Download and cache the package for that use. Note: Package is not installed, out of an abundance of caution that having a `docker` available may introduce side-effects somewhere. Signed-off-by: Chris Evich --- cache_images/fedora_packaging.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cache_images/fedora_packaging.sh b/cache_images/fedora_packaging.sh index bb546acf..792c8fc4 100644 --- a/cache_images/fedora_packaging.sh +++ b/cache_images/fedora_packaging.sh @@ -175,6 +175,7 @@ DOWNLOAD_PACKAGES=(\ "kubernetes-$(get_kubernetes_version)*" oci-umount parallel + podman-docker ) echo "Installing general build/test dependencies"