mmmh-studio / validator

Network validators
0 stars 0 forks source link

CoreOS image #20

Open xla opened 4 years ago

xla commented 4 years ago

We need a shared image for all our nodes with the following binaries present

liamsi commented 4 years ago

"On May 26, the final updates to CoreOS Container Linux will begin rolling out. Any bugs or security vulnerabilities discovered after that date will not be fixed."

Related:

liamsi commented 4 years ago

We can still go with the latest coreos versions (that are developed and will be maintained by fedora) via:

We need a shared image for all our nodes with the following binaries present

My current understanding is that the complete configuration including installing (downloading really) those binaries can be setup via ignition files: https://github.com/coreos/ignition/blob/master/doc/examples.md#create-files-on-the-root-filesystem

On one hand this is nice as we can have different versions of images tracked on github on the other it adds additional (mostly onetime) overhead. On the other hand coreos is meant to be used as a container host (instead of deploying and running binaries in the host directly, it's in the name really). Do we really need that?