darch icon indicating copy to clipboard operation
darch copied to clipboard

A tool for building and booting stateless and immutable images, bare metal.

Results 29 darch issues
Sort by recently updated
recently updated
newest added

```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.

enhancement
good first issue

See [this](https://github.com/godarch/darch/commit/3c11846237326b5a811908884fc1ac2369ff9cab) commit.

enhancement
good first issue

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.

enhancement

A progression bar would be great when pulling images. Currently a user may think darch is stuck.

enhancement

Also, we should always be listening to sig commands and shutdown gracefully.

bug

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...