From 8760ed3daa94676f61cc50d27c8b275810f36355 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Wed, 17 Feb 2021 16:07:02 +0300 Subject: [PATCH] Podman: remove missing search registries workaround (#296) --- .cirrus.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 843bcc20..d2c6b9ac 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,9 +19,6 @@ 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: