From 66849d563cca4215c21876205373727c5659c2a0 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 9 Sep 2024 18:21:35 +0300 Subject: [PATCH] One more try in newer machines --- .circleci/config.yml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6618e74..1fcec48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -279,6 +279,18 @@ jobs: steps: - checkout - run: *install-podman + - run: + name: Configure Podman for Ubuntu 22.04 + command: | + # This config circumvents the following issues: + # * https://github.com/containers/podman/issues/6368 + # * https://github.com/containers/podman/issues/10987 + mkdir -p ~/.config/containers + cat > ~/.config/containers/containers.conf \< ~/.config/containers/containers.conf \<