obuilder icon indicating copy to clipboard operation
obuilder copied to clipboard

Windows support / Docker backend

Open MisterDA opened this issue 3 years ago • 0 comments

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 avatar Oct 10 '22 07:10 MisterDA