Jonathan Lebon
Jonathan Lebon
FCOS now still has (and will continue to have) `localhost` as the fallback hostname (see https://github.com/coreos/fedora-coreos-config/pull/868), so IIUC, we don't strictly need this anymore because the dispatcher script shipped in...
This came up in the FCOS Hands-On Lab today. The [`podman generate systemd`](http://docs.podman.io/en/latest/markdown/podman-generate-systemd.1.html) command already contains code for how to provision containers via systemd units. Would be great to leverage...
Related: https://github.com/containers/quadlet/ Maybe instead of also implementing our own generators, we just support quadlet configs, e.g.: ```yaml containers: - name: minimal quadlet: | [Unit] Description=A minimal container [Container] Image=centos Exec=sleep...
We've decided to defer this until we have https://github.com/coreos/fedora-coreos-tracker/issues/759 because otherwise it's impossible in many cases for Butane to know that it's looking at the root disk. There are some...
Not sure if this came up before, though some YAML parsers allow support for custom tags like `!include: myfile` which would solve this at a more generic level. (Edit: looking...
@ogr3 Awesome, that works great, thanks!
Here is a tweaked `prompt_callback` which will work also in the case where the repo name appears twice in the path (e.g. for a path like `/code/myrepo/myrepo/subdir` would highlight the...
Should we wait until the anaconda patch gets in and percolates down? Otherwise the continuous streams will have those paths mislabeled right?
I think we can get this in now, right?
One risk with this approach worth highlighting is that a regression in the upgrade path where something fails after the rollback cleanup could result in the host with no means...