Skip to content

Experimental "docker build" alternative using btrfs/zfs snapshots

License

Notifications You must be signed in to change notification settings

ocurrent/obuilder

Repository files navigation

OBuilder

GitHub CI docs OCaml-CI Build Status

OBuilder takes a build script (similar to a Dockerfile) and performs the steps in it in a sandboxed environment.

After each step, OBuilder uses the snapshot feature of the filesystem (ZFS or Btrfs) to store the state of the build. There is also an Rsync backend that copi