Building packages with Micro and k3s
How to build packages with Luet in Mocaccino Micro and k3s
Warning
This is currently experimentalIn Micro
, currently it’s possible to build packages with K3s and Luet
First install k3s:
|
|
And start it:
|
|
To enable it permanently on boot, run runit-enable k3s
Wait for k3s to be ready (Until ContainerCreating
becomes Ready
):
|
|
Now install the luet controller:
|
|
And wait for it to be ready:
|
|
Once all is up, we are ready to build packages, try for example with:
|
|
In this case, we can inspect the build logs with:
|
|
Example
Last modified January 28, 2021: Fix paragraph indentation (e2b5d18)