Browse Source

Upgrade to docker-py 3.2.1

master
Ricardo Branco 6 years ago
parent
commit
7a7b21c921
2 changed files with 3 additions and 1 deletions
  1. 2
    0
      clean_registry.py
  2. 1
    1
      requirements.txt

+ 2
- 0
clean_registry.py View File

@@ -197,6 +197,8 @@ class RegistryCleaner():
197 197
 
198 198
         if self.container is not None:
199 199
             self.docker.api.start(self.container)
200
+            self.docker.close()
201
+
200 202
         return exit_status
201 203
 
202 204
     def get_file(self, path):

+ 1
- 1
requirements.txt View File

@@ -2,7 +2,7 @@ backports.ssl-match-hostname==3.5.0.1
2 2
 backports.weakref==1.0.post1
3 3
 certifi==2018.1.18
4 4
 chardet==3.0.4
5
-docker==3.1.0
5
+docker==3.2.1
6 6
 docker-pycreds==0.2.2
7 7
 idna==2.6
8 8
 pkg-resources==0.0.0

Loading…
Cancel
Save