threefoldtech / 0-initramfs

Zero-OS Initramfs Builder
Apache License 2.0
3 stars 1 forks source link

Autobuild kernel via GitHub action and freeze some versions #48

Closed maxux closed 4 years ago

maxux commented 4 years ago

This make GitHub Action the default kernel build method. When the kernel is ready, it's uploaded to the bootstrap like before.

There are no more trigger of 0-fs nor zos since we do mostly everything on runtime now. We used to commit docker image after a build to get a faster build of specific tools but we don't do that anymore neither. The feature we used with our custom build doesn't provide any benefit anymore.

In addition, some packages were updated:

There is a small change on ssh bootstrap, fixing mode of files already existing (if any), which is useful when you use overlay for /etc/ssh hosts keys.