darch
darch copied to clipboard
A tool for building and booting stateless and immutable images, bare metal.
```darch run image bash```
When building multiple images, let's see if we can build independent images in parallel.
For example, instead of: ``` darch stage upload image-name ``` It would be: ``` darch s u image-name ``` Same thing for flags.
See [this](https://github.com/godarch/darch/commit/3c11846237326b5a811908884fc1ac2369ff9cab) commit.
For example, on arch, we can mount a ```.pkg``` directory to ```/var/cache/pacman/pkg``` so that downloaded packages are persisted across builds, and also the packages won't be baked into the image.
A progression bar would be great when pulling images. Currently a user may think darch is stuck.
Also, we should always be listening to sig commands and shutdown gracefully.
The author has unfortunately moved on https://github.com/godarch/darch/issues/62#issuecomment-1624205986 > Sorry guys. Yeah, I've moved on. **This project is still solid and the question becomes, are there any other alternatives or forks...