bita icon indicating copy to clipboard operation
bita copied to clipboard

Bita as a container update

Open jvdrag opened this issue 11 months ago • 5 comments

Is there any chance to implent this within the container enviroment?

jvdrag avatar Jan 14 '25 06:01 jvdrag

No container expert here. What's missing to achieve what you want?

oll3 avatar Jan 15 '25 09:01 oll3

The same functionality but with container images

jvdrag avatar Jan 17 '25 20:01 jvdrag

Not sure what you're after but running bita inside a container should be no different than running it on a host. And using bita to transfer container images (if the image is a file) should be no different than any using it to transfer any other file.

oll3 avatar Jan 18 '25 12:01 oll3

What im saying is doing the whole process of update based on one base container image and his next version, and apply the changes on tje container image files. Something like balenaEngine does and CargoSync.

jvdrag avatar Jan 18 '25 19:01 jvdrag

Yeah, that's what bita does - Delta update of a file from one version to another. It doesn't care what kind of file it is, container image or what else, though it may work more or less efficient depending on the file content.

oll3 avatar Jan 20 '25 12:01 oll3