From a205c3e72b0ffab7ab8abb0beb3fe09895c7439a Mon Sep 17 00:00:00 2001 From: Pablo Carranza Velez Date: Thu, 25 Oct 2018 12:36:20 -0700 Subject: [PATCH] Update docker-delta to v2.2.2 This fixes occasional timeouts in rsync after applying v2 deltas, which cause unnecessary fallbacks to a regular pull. This change also removes the need for the mkfifo native dependency (since docker-delta 2.2.2 stops using it). Change-type: patch Signed-off-by: Pablo Carranza Velez --- package.json | 3 +-- webpack.config.js | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 7f570714..a17ada18 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,6 @@ }, "private": "true", "dependencies": { - "mkfifo": "^0.1.5", "sqlite3": "^3.1.0" }, "engines": { @@ -47,7 +46,7 @@ "copy-webpack-plugin": "^4.2.3", "dbus-native": "^0.2.5", "deep-object-diff": "^1.1.0", - "docker-delta": "^2.1.0", + "docker-delta": "^2.2.2", "docker-progress": "^3.0.2", "docker-toolbelt": "^3.3.2", "duration-js": "^4.0.0", diff --git a/webpack.config.js b/webpack.config.js index fc49a3b0..f9014c6c 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -7,7 +7,6 @@ var UglifyPlugin = require("uglifyjs-webpack-plugin"); const CopyWebpackPlugin = require('copy-webpack-plugin'); var externalModules = [ - 'mkfifo', 'sqlite3', 'mysql2', 'pg',