From 771128a8764a71b7e8bc2c1c09f0f5e50034b312 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 9 Jan 2025 11:19:33 -0800 Subject: [PATCH] Pin podman-compose to 1.2.0 After the 1.3.0 release DNS lookups of logical container names have stopped working. Pin to 1.2.0 to see if the older version gets the quickstart playbooks working again. Change-Id: I5de2681973a18ebc5a983a4cebd099cc3aed638a --- playbooks/tutorial/run-tutorial.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/tutorial/run-tutorial.yaml b/playbooks/tutorial/run-tutorial.yaml index 6ea0494e18..dbf6557bae 100644 --- a/playbooks/tutorial/run-tutorial.yaml +++ b/playbooks/tutorial/run-tutorial.yaml @@ -1,6 +1,6 @@ - block: - name: Install git-review - command: python3 -m pip install git-review podman-compose + command: python3 -m pip install git-review podman-compose==1.2.0 become: true when: not local