diff --git a/.circleci/config.yml b/.circleci/config.yml index b13972b..945186f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -275,10 +275,22 @@ jobs: ci-fedora-40: machine: - image: ubuntu-2004:202111-01 + image: ubuntu-2204:current 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 \<