From ff97ecb756b5711f235425e7e5464724542da6a6 Mon Sep 17 00:00:00 2001 From: Petros Angelatos Date: Thu, 16 Jun 2016 08:42:36 +0000 Subject: [PATCH] bump node-docker-delta version to 0.0.10 this version fixes the issue where failed attempts to apply the delta result in a lot of docker images on the disk, which could also potentially lead to out of space issues Signed-off-by: Petros Angelatos --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd15b75e..10c38404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +* Cleanup docker images if delta failed [petrosagg] * Make the data path configurable [Pablo] # v1.11.3 diff --git a/package.json b/package.json index 5df2b188..9dde44ac 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "body-parser": "^1.12.0", "buffer-equal-constant-time": "^1.0.1", "coffee-script": "~1.9.1", - "docker-delta": "0.0.9", + "docker-delta": "0.0.10", "docker-progress": "^2.1.0", "dockerode": "~2.2.9", "event-stream": "^3.0.20",