'docker-python' package does not exist on Rocky9
Closed this issue · 4 comments
This causes an issue on Rocky9:
deployment/ansible/idr-docker.yml
Line 14 in 3876a0f
TASK [install docker-python] *******************************************************************************************************************************************************
fatal: [2f5d1f82-2aad-433b-ab9f-98c5fe25ffa5]: FAILED! => {"changed": false, "failures": ["No package docker-python available."], "msg": "Failed to install some of the specified packages", "rc": 1, "results": []}
The package on Rocky9 is called python3-docker. It'll need some OS check here. But I'm not familiar with ansible, don't know how to do that. I just manually changed it in order to spin up pilot-rocky9.
Looking at c65824e, this package might be have been a required of the former self-hosted analysis environment Should we try and drop it entirely?
Initially I completely commented that out. But then a later step failed with an error that python docker was missing. Unfortunately I didn't keep track of it, but something else is relying on it (which might well be possible to be removed as well).
👍 Thanks. Of course, I can just replaced, because IDR will be Rocky9 only.