nubificus / bima

bima: OCI image builder for non-container software
Apache License 2.0
10 stars 0 forks source link

Remove docker/ctr dependencies #2

Closed gntouts closed 1 year ago

gntouts commented 1 year ago

At the moment, bima works by executing commands using docker and containerd/ctr binaries. We need to remove these dependencies and provide the same functionality using a single binary without any external CLI dependencies.

gntouts commented 1 year ago

One possible approach can be found here: