ocurrent / obuilder

Experimental "docker build" alternative using btrfs/zfs snapshots
Apache License 2.0
60 stars 17 forks source link

Windows Support #121

Closed tmcgilchrist closed 2 years ago

tmcgilchrist commented 2 years ago

This is a tracking issue to cover getting OBuilder working with Windows and introducing support for Windows builds into ocaml-ci and opam-repo-ci

The Idea (as it relates to OBuilder)

The two core components of OBuilder are the Sandbox and the Store, the initial Windows support will use Docker for Windows to provide both. The Sandbox is provided by a running Windows container using either HyperV or Process isolation, and the store is using docker images.

Incomplete list of tasks:

Future work

MisterDA commented 2 years ago

Moved to #123.