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 <pablo@balena.io>
This commit is contained in:
Pablo Carranza Velez 2018-10-25 12:36:20 -07:00
parent e097a31348
commit a205c3e72b
2 changed files with 1 additions and 3 deletions

View File

@ -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",

View File

@ -7,7 +7,6 @@ var UglifyPlugin = require("uglifyjs-webpack-plugin");
const CopyWebpackPlugin = require('copy-webpack-plugin');
var externalModules = [
'mkfifo',
'sqlite3',
'mysql2',
'pg',