Pablo Carranza Vélez
|
1eb31ce5f6
|
Apply coffeelint everywhere
|
2015-10-13 13:45:03 -03:00 |
|
Pagan Gazzard
|
3ad47adce4
|
Fix an issue where an image would not be cleaned up if it was tagged in multiple repos.
|
2015-10-13 13:43:35 -03:00 |
|
Pagan Gazzard
|
e38796e92a
|
Fix trying to delete supervisor container when it reports an alternate tag instead of the primary tag.
|
2015-10-13 13:39:38 -03:00 |
|
Pagan Gazzard
|
099c13446a
|
Switch to using the dockerode pull progress mechanism.
|
2015-10-13 13:39:38 -03:00 |
|
Pagan Gazzard
|
4d3a179fcb
|
Nicer error when image tag isn't found
|
2015-10-13 13:39:38 -03:00 |
|
Pagan Gazzard
|
84b5746111
|
Share request settings between request and pinejs-client, and make sure a 30s timeout is used.
|
2015-10-13 13:39:09 -03:00 |
|
Pagan Gazzard
|
3d83c03868
|
The SUPERVISOR_IMAGE is now the fully qualified image (since it can be on another registry) - update to work with this and stop attempting to delete the actual supervisor image.
|
2015-10-13 13:36:13 -03:00 |
|
Pagan Gazzard
|
56f54331a5
|
Fix TypeError: Cannot read property 'Running' of undefined
|
2015-10-13 13:28:00 -03:00 |
|
Pagan Gazzard
|
848aa66494
|
Fix reference error.
|
2015-10-13 13:28:00 -03:00 |
|
Aleksis Brezas
|
b584c6b705
|
improve code flow
|
2015-10-13 13:28:00 -03:00 |
|
Aleksis Brezas
|
528bf39a66
|
use docker inspect output
|
2015-10-13 13:28:00 -03:00 |
|
Aleksis Brezas
|
85626a4157
|
Exited containers do not have empty status
|
2015-10-13 13:28:00 -03:00 |
|
Pagan Gazzard
|
63f1d66402
|
Fix trying to delete supervisor images.
|
2015-10-13 13:27:59 -03:00 |
|
Aleksis Brezas
|
433f0920c8
|
remove exited supervisors
|
2015-10-13 13:27:58 -03:00 |
|
Aleksis Brezas
|
86c2e1280e
|
delete exited containers
|
2015-10-13 13:27:58 -03:00 |
|
Pagan Gazzard
|
f5f6ee3a61
|
Enable compression for all of our custom requests.
|
2015-10-13 13:27:58 -03:00 |
|
Aleksis Brezas
|
e6e42d6631
|
improved getregistryandname
|
2015-10-13 13:27:58 -03:00 |
|
Aleksis Brezas
|
4185fb56c8
|
comment docker utility functions
|
2015-10-13 13:27:58 -03:00 |
|
Aleksis Brezas
|
a5ee91ceaf
|
calculate progress in a transform stream and expose a callback for progress events
|
2015-10-13 13:27:58 -03:00 |
|
Aleksis Brezas
|
6b496693ad
|
download progress bars
|
2015-10-13 13:27:58 -03:00 |
|
Pagan Gazzard
|
ffc05f9d84
|
Use .constructor.prototype for promisifying instead of __proto__ .
|
2015-10-13 13:27:57 -03:00 |
|
Pagan Gazzard
|
00d725cfac
|
Move the cleanupContainersAndImages code into the docker utils, and make use of a count of currently fetching images to only clean up images if we aren't fetching any.
|
2015-10-13 13:27:57 -03:00 |
|
Pagan Gazzard
|
07a4df1d05
|
Share the code for fetching an image.
|
2015-10-13 13:27:57 -03:00 |
|
Pagan Gazzard
|
67c9db9fce
|
Move the docker promisification/creation to a util lib.
|
2015-10-13 13:27:57 -03:00 |
|