mikelangelo-project / capstan

Capstan, a tool for packaging and running your application on OSv.
http://osv.io/capstan/
Other
19 stars 7 forks source link

Support Read-only FS images #98

Closed wkozaczuk closed 6 years ago

wkozaczuk commented 6 years ago

As of the commit https://github.com/cloudius-systems/osv/commit/1f122aee15bd294a34990f81fd1133121dde87f5 OSv supports Read-Only File System (ROFS). It would be nice to have capstan support building ROFS images (vs ZFS ones it does now). In essence we would need to replicate what this Python script does - https://github.com/cloudius-systems/osv/blob/master/scripts/gen-rofs-img.py

miha-plesko commented 6 years ago

Awesome @wkozaczuk , congratulations on bringing ROFS to life! I want to let you know, however, that we currently have no resources to perform such upgrade of Capstan, so it will have to wait for a PR by someone else...