| 25 Apr 2026 |
adamcstephens | we already have the image files, we just need a service to construct a simplestreams service | 21:58:34 |
adamcstephens | https://images.linuxcontainers.org/streams/v1/images.json | 22:03:49 |
hexa | Meh | 22:16:13 |
hexa | Let's not | 22:16:15 |
adamcstephens | doesn't seem that hard. though i wouldn't stop publishing to their server | 22:24:00 |
hexa | but that means either nixos/infra or you in the pipeline | 22:29:43 |
hexa | and who would use our feed? | 22:30:07 |
hexa | the default feed is what matters | 22:30:12 |
adamcstephens | what i was noodling on today was a nixos service which could provide nixos images to nixos users. mostly a thought experiment for now anyway. i'm not diving into another project right now :) | 22:55:34 |
adamcstephens | locally to nixos installs of incus | 23:01:46 |
| 27 Apr 2026 |
| Ninja joined the room. | 14:27:42 |
| 29 Apr 2026 |
adamcstephens | https://github.com/lxc/lxcfs/releases/tag/v7.0.0 | 01:00:56 |
adamcstephens | it's starting | 01:01:06 |
adamcstephens | https://github.com/NixOS/nixpkgs/pull/514811 | 18:20:39 |
adamcstephens | guess i can't delay this decision any longer, since minio being insecure is now hitting the channels | 18:21:16 |
adamcstephens | I'd missed that was done, or would have put this in place earlier because the UX is bad without it | 18:23:05 |
Tom | sorry, should've at least forwarded it to this channel. I was under the false assumption it wouldn't be possible to deal with this by gating that feature and we kinda would just have to deal with it for now. | 18:26:32 |
adamcstephens | yeah, luckily these are all just in the module so it's pretty easy to toggle. the tricky thing was making sure we force existing users to decide on a course of action, which this does by setting it to null for stateVersion<26.11 | 18:31:12 |
| 30 Apr 2026 |
Tom | ui, i kinda didn't expect this to still happen https://github.com/lxc/incus/pull/3258 | 19:42:59 |
adamcstephens | i suspected it may still be coming. as he said, he doesn't want to be tied to it for 5 years | 19:45:14 |
adamcstephens | i wasn't expecting completely DIY, but if it works 🤷♂️ | 19:45:59 |
adamcstephens | the bucket model felt awkward when i tried it out, so i stayed on garage. | 19:46:15 |
Tom | yeah, that there is the necessity of doing something is very clear. Just the timeline is certainly ambitious given that this PR was opened on the day 7.0 is supposed to happen | 19:53:52 |
hexa | bold choice | 19:58:07 |
adamcstephens | agreed | 20:17:15 |
Tom | i mean, we already do have it gated behind a feature flag now. So we could keep that around for a couple of months ... but then, i also don't know yet how i feel about that idea. | 20:27:34 |
Tom | i suppose there should be release Notes entry for those 7.0 bumps? | 20:28:30 |
Tom | * i suppose there should be release Notes for those 7.0 bumps? | 20:30:33 |
adamcstephens | it'll be harder to feature flag when it's built with the package | 20:33:24 |
adamcstephens | in fact we should probably drop the option again, because it won't work without parameterizing the package build (if even possible) | 20:34:02 |