From 0b78d8bb31090863787509bf48e6872cb5780107 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Tue, 16 Feb 2021 04:05:14 +0300 Subject: [PATCH] Work around containers/podman#9390 --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 3a68fa6c..720d93f1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,6 +19,9 @@ docker_builder: - sudo apt-get update - sudo apt-get -y upgrade - sudo apt-get -y install podman + work_around_podman_issue_9390_script: + # https://github.com/containers/podman/issues/9390 + - echo 'unqualified-search-registries=["docker.io"]' > /etc/containers/registries.conf.d/docker-io.conf run_podman_background_script: - podman system service -t 0 unix:///tmp/podman.sock test_script: