GeorgFleig
GeorgFleig
@andreas-mausch you can check out the necessary changes here: https://github.com/residentsummer/watoi/pull/47/files
I tried with the latest image that is currently available (`pg14.6-ts2.9.3-patroni-dcs-failsafe-p0`) and the problem is resolved!
In my case (Gitlab runner at DigitalOcean, Ubuntu 20.04 LTS) the update to Docker 20.10.0 broke the runners as well. After a bit of debugging it seemed to me as...
It turns out it was a configuration mistake on my side. Somehow I did set ``` STATIC_ROOT = "/var/lib/pulp/assets/" ``` instead of ``` STATIC_ROOT = "/var/lib/operator/static/" ``` Now with the...
@gdams is there any update regarding this? We stumbled upon this as we're mirroring many different Linux repos for our Linux clients and recently wanted to add the the adoptium...