Update docker-progress and drop default port from repo tag

This commit is contained in:
Pablo Carranza Velez 2016-01-27 19:21:39 +00:00
parent 78f0df281b
commit 27e8e3c027
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"bluebird": "^2.9.24",
"body-parser": "^1.12.0",
"coffee-script": "~1.9.1",
"docker-progress": "^2.0.0",
"docker-progress": "^2.0.1",
"dockerode": "~2.2.9",
"event-stream": "^3.0.20",
"express": "^4.0.0",

View File

@ -96,6 +96,7 @@ exports.rsyncImageWithProgress = (imgDest, onProgress, startFromEmpty = false) -
getRepoAndTag = (image) ->
getRegistryAndName(image)
.then ({ registry, imageName, tagName }) ->
registry = registry.toString().replace(':443','')
return { repo: "#{registry}/#{imageName}", tag: tagName }
dockerSync = (imgSrc, imgDest, rsyncDiff, conf) ->