Age | Commit message (Collapse) | Author |
|
This ensures that the build environment is exactly the same. Furthermore
security risks for the host are minimized.
|
|
This is useful to log into the VM manually e.g. for package updates.
|
|
This is better for automation and security (which of course is only a
thing if the default key is not used).
|
|
|
|
This includes:
- read-only / snapshot mode
- port forwarding guest 22 to host 9999
- internet access
- no visual display, serial only
|
|
|
|
The guest VM should be accessible via SSH.
|
|
This is important to document how the guest VM is built since the image
will not be committed.
|
|
This might be re-used later but the new goal is to make craft an
independent build automation tool or service which might be called by a
later provided git hook.
Nevertheless the primary target for now is to build something which
executes a build based on a repository reference but not triggered by a
Git hook.
|
|
|
|
|