balena-io-modules / balena-preload

Script for preloading containers onto balena device images
https://www.balena.io/
Apache License 2.0
35 stars 8 forks source link

minor: add .etch preload functions #278

Closed aethernet closed 1 year ago

aethernet commented 1 year ago

Prepare .etch preloading

klutchell commented 1 year ago

Why are we using the same repo? I would be in favour of a new one since the CLI depends on this and we don't want to include any of the new stuff.

aethernet commented 1 year ago

@klutchell at some point the CLI will need to be able to do this

IIRC CLI already depends on this module and on etcher-sdk, so it will have the two parts of the process.

We'll eventually need to replace the cli preloader with a (transparent) .etch mechanism and completely remove the dependency on a running docker engine.

aethernet commented 1 year ago

Scratch that, following excellent advice from Akis, I'm splitting this in balena-sdk and etcher-sdk!