mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 13:47:54 +00:00
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:
parent
e097a31348
commit
a205c3e72b
@ -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",
|
||||
|
@ -7,7 +7,6 @@ var UglifyPlugin = require("uglifyjs-webpack-plugin");
|
||||
const CopyWebpackPlugin = require('copy-webpack-plugin');
|
||||
|
||||
var externalModules = [
|
||||
'mkfifo',
|
||||
'sqlite3',
|
||||
'mysql2',
|
||||
'pg',
|
||||
|
Loading…
Reference in New Issue
Block a user