-
|
Is there any plan to replace/base My context: I plan to base an "embedded OS" on container technology. I have successfully prototyped a system, using Any feedback welcome :-) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
CoreOS is working to align increasingly with bootc. A related issue here is coreos/fedora-coreos-tracker#1906
Yes this is a complex topic. The big thing here is CoreOS tooling is historically not really designed to be forked - it's intended to be a "golden image" OS (and typically secrets come from remote ignition). There's no one mechanism for secrets; in my experience it bifurcates heavily based on environment (bare metal, cloud and which particular cloud etc). |
Beta Was this translation helpful? Give feedback.
CoreOS is working to align increasingly with bootc. A related issue here is coreos/fedora-coreos-tracker#1906
Yes this is a complex topic. The big thing here is CoreOS tooling is historically not really designed to be forked - it's intended to be a "golden image" OS (and typically secrets come from remote ignition).
There's no one mechanism for secrets; in my experience it bifurcates heavily based on environment (bare metal, cloud and which particular cloud etc).