Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Feb 16, 2021
1 parent ad2878c commit 0b78d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b78d8b

Please sign in to comment.