Mathieu Tortuyaux
Mathieu Tortuyaux
@krishjainx yes, there are some dependencies like jose and luksmeta that needs to be pulled too. Back in the days @jepio started a PoC for Clevis: https://github.com/flatcar/coreos-overlay/commits/jepio/wip-clevis you can base...
gave a try with systemd-userdb, no more luck. To summarize, `usermod -aG $GROUP $USER` does not work if `$GROUP` is defined in nss-usrfiles (/usr/share/baselayout/group). EDIT: I tried with lts-3033.3.9 which...
PR: https://github.com/flatcar/flatcar-docs/pull/315
As the main issue seems to be fixed since containerd 1.6.0 and current version of containerd on stable is 1.6.16 I'm going ahead and closing this issue. Do not hesitate...
I gave a try with the following Butane config to use [`quadlet`](https://www.redhat.com/sysadmin/quadlet-podman) to generate systemd unit from `*.kube` configuration file: ```yaml variant: flatcar version: 1.0.0 storage: files: - path: /etc/containers/policy.json...
@kastl-ars It's planned to have an official image (similar to the ZFS sysext or the incoming Incus) but to my knowledge no one has started to work on this yet....
Ah yes perfect - providing a volume `name` did the trick. Out of curiosity, why do we need to provide the volume name and its ID? I would expect the...
Hi, For Gentoo, `gotop` has been added to the Guru overlay (https://github.com/gentoo/guru/commit/7556ef0da625367b40d5b0ce7cbd92141a3e5a81). > The goal of the GURU project is to create an official repository of new Gentoo packages that...
I submitted a PR(https://github.com/xxxserxxx/gotop/pull/88), nothing to do on your side !
@krnowak I cherry-picked your commit (the one with the Docker update) and merged it into main to unblock the CI. Thanks for fixing it!