-
-
Notifications
You must be signed in to change notification settings - Fork 645
Remove Docker support? Builds fail with 'Service is in unknown state' #2090
Comments
This seems potentially related: ansible/ansible#71528 |
https://molecule.readthedocs.io/en/latest/examples.html -> have a look at the config here. I was getting the same error, trying to test a role that incorporated your PHP role, but following the example resolved the problem. |
I made a workaround for this |
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution! Please read this blog post to see the reasons why I mark issues as stale. |
This ain't stale, partner. |
This issue is no longer marked for closure. |
Well the build on Docker Hub is currently failing because the Debian 10 image build is currently failing due to a new dep on Rust in the Python cryptography package: pyca/cryptography#5771 Fun. Workaround is to force-upgrade Pip from the system package version, so YOLO I guess. |
Still failing. |
At least the error is reproducible locally:
|
Yeah.... so it seems this is just not gonna be a fun thing to fix and keep fixed. I'm pretty sure the best step forward is to drop the Docker integration at this point, especially in light of #2164 Even if I drop out postfix, apache (or any other service) does the same thing:
And it's not worth debugging the |
You can not remove docker, but replace it with podman |
Issue Type
Your Environment
Docker Hub Build Environment
Your OS
Full console output
Summary
Well, at least for the past day or so.
The text was updated successfully, but these errors were encountered: