Skip to content

dock0/dock0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dock0

Gem Version GitHub Workflow Status MIT Licensed

Component generator for building Arch systems

For information on how this is used, check out my blog posts:

Usage

Build a rootfs

dock0 image config.yaml

This will build a compressed rootfs from your configuration. Here is an example configuration

Build a config bundle

dock0 config config.yaml

This builds a config tarball designed to be used to customize a rootfs. Here is an example configuration

Build a system deployment

dock0 install config.yaml

This downloads created artifacts and runs build scripts to combine precreated and dynamic components into a full system. Here is an example configuration

Installation

gem install dock0

License

dock0 is released under the MIT License. See the bundled LICENSE file for details.