Aaron C. de Bruyn
Aaron C. de Bruyn
No migrations to apply:
Downgrading to the 4.7.0 release fixes the issue.
It doesn't work with 7.1.0 either, but nice touch with the deprecation warnings. ``` # salt-call -l info pip.install docker==7.1.0 # salt-call --versions-report Salt Version: Salt: 3007.3 Python Version: Python:...
Totally understood--but this is broken before 3008.x. While I can't magically fix the number of people on your team, maybe updating the release notes to say "This version breaks docker...
Apparently it's a conflicting docker library somewhere under /opt/saltstack. ``` apt-get autoremove --purge salt-minion salt-common rm -rf /opt/saltstack apt-get install salt-minion salt-call -l info pip.install docker ```
Understood. I just figured I would bring it to your attention. Thanks!