https://github.com/threefoldtech/vbuilders
builders based on docker
https://github.com/threefoldtech/vbuilders
Last synced: 4 months ago
JSON representation
builders based on docker
- Host: GitHub
- URL: https://github.com/threefoldtech/vbuilders
- Owner: threefoldtech
- License: apache-2.0
- Created: 2020-04-20T07:47:28.000Z (about 6 years ago)
- Default Branch: development
- Last Pushed: 2024-01-16T15:17:36.000Z (over 2 years ago)
- Last Synced: 2025-04-09T17:10:33.880Z (about 1 year ago)
- Language: V
- Size: 6.52 MB
- Stars: 1
- Watchers: 16
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Builders

Our aim is to make a set of reprocable builders using vlang.
Our requirements
- easy to read
- easy to extend
- easier to develop than 100+ bash scripts
Documentation on https://github.com/freeflowuniverse/crystallib
> there are a lot of docker examples in https://github.com/threefoldtech/tf-images, look for inspiration there before creating the vbuilders
## Get started with crystallib & builders
see https://github.com/freeflowuniverse/crystallib
## Example
```bash
#go to branch of kristof for now
cd ~/code/github/freeflowuniverse/crystallib
#example installers for caddy, ...
vrun ~/code/github/threefoldtech/vbuilders/vinstallers/example.v
```