Mateusz Gozdek
Mateusz Gozdek
Yeah, while going trough output of HTTP probes, I found a bit more: - `probe_http_content_length` and `probe_http_uncompressed_body_length` should be unified, I think `body_length` and `content_length` is the same - I'm...
Hm, it seems to be caused because my default buildx builder was using `docker-container` driver, not `docker`.
`docker buildx bake examples` is fine, thanks for sharing, but it does not allow e.g. customizing the target (e.g. switching from `azlinux3/container` to e.g. `trixie/testing/container`). I'll create a docs PR...
/remove-lifecycle stale
Hmm, thanks for your investigation @primeroz. I indeed didn't verify that the disk is mounted there. That is a serious issue I think. I'll try to investigate and come up...
>it would be better to define everything in ignition.AdditionalConfig and just set the mount unit there as well as a file unless we think the fix to actually use only...
>What do you suggest to do exactly? I think as long mounting disks via mounts/filesystem/partitions combination remains functional, we should be able to change the implementation, though I guess people...
In my case, gnome-keyring-daemon has been socket-activated by systemd. Workaround: `systemctl --user mask --now gnome-keyring-daemon.socket`.