<thm>
hi. after upgrading to 3.6.0 and with latent docker workers, I get an exception: if docker.version[0] == '1': builtins.TypeError: 'module' object is not subscriptable
<thm>
is this already known?
<thm>
or maybe this is an issue with the docker dependency in version 6.0.0?
<thm>
going back to ~=5.0 (i.e., to 5.0.3) helps
mjw has quit [Killed (NickServ (GHOST command used by wielaard!~mjw_@2001:1c06:2488:1400:9e5c:8eff:fe8f:a440))]
wielaard is now known as mjw
mark__ has joined #buildbot
<felixfontein>
that's an issue w.r.t. Docker SDK for Python 6
<felixfontein>
so basically `docker.version` should be replaced with `docker.__version__` in the Buildbot code
<felixfontein>
(that also works with older versions)
yongxiang has quit [Ping timeout: 268 seconds]
yongxiang has joined #buildbot
<Foxboron>
Just to check, nobody has written anything homebrewed that would allow REST API access through the OAuth provider?
<dottedmag>
Foxboron: I had an idea to write a provider that first checks one provider (token-based) and then falls back to another (OAuth), but never got around to actually implement it.
<Foxboron>
dottedmag: hmm, that would be usefull
<cmouse>
we use oauth2-proxy for nginx
<Foxboron>
Yeah I'd prefer not to proxy this
<Foxboron>
Mmm
mjw has quit [Killed (NickServ (GHOST command used by mark__!~mark@gnu.wildebeest.org))]