20754: Upgrade docker module for docker-cleaner 20754-docker-py-upgrade
authorBrett Smith <brett.smith@curii.com>
Fri, 4 Aug 2023 18:28:18 +0000 (14:28 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 4 Aug 2023 18:28:18 +0000 (14:28 -0400)
commitc071d7aaed53241f68bad09d8dd8d20b21b8bb40
tree36a527b011044e165ea8c19798438fd6a54d7b3f
parent077af72625dda6760b426f566cc52ff1523fe7b8
20754: Upgrade docker module for docker-cleaner

The immediate motivation is dealing with the bug discussed in the
comments. Upgrading generally seems like a good idea since we've been
pinned at a specific version for so long.

Changing the Docker API version is required by the library: 1.21 is the
oldest version currently supported. Our Go stack is standardized on
1.35, so use that here too.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
services/dockercleaner/arvados_docker/cleaner.py
services/dockercleaner/setup.py
services/dockercleaner/tests/test_cleaner.py