mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 16:35:23 +00:00
Remove fallback to docker pull
This commit is contained in:
parent
9adbd81bc0
commit
c13e16c96a
@ -134,8 +134,6 @@ fetch = (app) ->
|
||||
logSystemEvent(logTypes.downloadApp, app)
|
||||
device.updateState(status: 'Downloading', download_progress: 0)
|
||||
dockerUtils.rsyncImageWithProgress(app.imageId, onProgress)
|
||||
.catch ->
|
||||
dockerUtils.fetchImageWithProgress(app.imageId, onProgress)
|
||||
.then ->
|
||||
logSystemEvent(logTypes.downloadAppSuccess, app)
|
||||
device.updateState(status: 'Idle', download_progress: null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user