pacman-ostree is a Hybrid OSTree Image/Pacman Package installer ⚛️/📦 written in Rust, inspired by rpm-ostree, and arkdep
flowchart TD
pacmanostree["pacman-ostree (daemon + CLI)
status, upgrade, rollback
package layering
initramfs --enable"]
ostree["ostree (image system)
fetch ostree repositories
transactional upgrades and rollbacks"]
alpm["ALPM (Arch Linux Package Manager) package managent
"]
pacmanostree --> ostree
pacmanostree --> alpm
This is a tool made for Arch Linux based systems (still not done yet), what provides:
- Composing own Arch linux based container images
- Installing layered packages using ALPM
- Rollbacking to previous version of your system
