saltstack-formulas / docker-formula

Install and set up Docker
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
136 stars 330 forks source link

[BUG] CI failing due to tumbleweed repo issue #313

Open noelmcloughlin opened 2 years ago

noelmcloughlin commented 2 years ago

Describe the bug

CI for OpenSUSE tumbleweed is failing because of upstream issue: https://progress.opensuse.org/issues/104193#change-475218

Steps to reproduce the bug

Attempts to fix the bug

Possible Workaround described here: https://forums.opensuse.org/showthread.php/564178-update-curl-error-16

cd /etc/zypp/repos.d
sed -i 's|download.opensuse|mirrorcache.opensuse|g' *.repo

Additional context