From 97ae13d7a231d0106c8f1bf885959197c2b6da15 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 20 Jun 2023 18:49:14 -0700 Subject: [PATCH] Pin podman on jammy The jammy-updates/universe repo recently added podman 3.4.4+ds1-1ubuntu1.22.04.1 which produces the error: Error validating CNI config file /home/zuul/.config/cni/net.d/zuul-tutorial_zuul.conflist: [plugin bridge does not support config version \"1.0.0\" plugin portmap does not support config version \"1.0.0\" plugin firewall does not support config version \"1.0.0\" plugin tuning does not support config version \"1.0.0\"] Pin to 3.4.4+ds1-1ubuntu1 until this is fixed. Change-Id: I944c6cbb8129abfc8e3383e0f08920520345f5be --- roles/ensure-podman/tasks/Ubuntu-22.04.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ensure-podman/tasks/Ubuntu-22.04.yaml b/roles/ensure-podman/tasks/Ubuntu-22.04.yaml index c5c7c4dd2..e1b0cd65f 100644 --- a/roles/ensure-podman/tasks/Ubuntu-22.04.yaml +++ b/roles/ensure-podman/tasks/Ubuntu-22.04.yaml @@ -1,7 +1,7 @@ - name: Install podman package: name: - - podman + - 'podman=3.4.4+ds1-1ubuntu1' - uidmap - slirp4netns - fuse-overlayfs