| 19 Oct 2022 |
| Tobias Pankrath joined the room. | 09:10:30 |
| theDev.one 🌷 joined the room. | 09:54:46 |
theDev.one 🌷 |  Download image.png | 09:55:04 |
theDev.one 🌷 | im curious to knwo can i directly point my fastAppImage in kubenetes without docker registry | 09:55:05 |
| aktaboot left the room. | 20:54:35 |
| 29 Oct 2022 |
| Tseb joined the room. | 06:12:19 |
| uep joined the room. | 06:15:19 |
uep | Hi folks.. random q. In the past, I've built lambdas for AWS using Rust, and basically the whole image is a zip file with a single "bootstrap" executable that is the runtime (that would normally be responsible for starting a whole python or node or whatever framework).
But of course that executable has dependencies on libc.so in FHS paths, so building that same executable on nixos is more involved.
| 06:25:04 |
uep | Anyone have any recommendations or references? My current thoughts, before even really exploring further:
- static musl target
- build in a ubuntu (or whatever)
systemd-nspawn container
- some kind of hack in the build environment to emulate FHS
| 06:26:40 |
uep | * Anyone have any recommendations or references? My current thoughts, before even really exploring further:
- static musl target
- build in a ubuntu (or whatever)
systemd-nspawn container
- some kind of hack in the build environment to emulate FHS
- patchelf, in the reverse of how we normally use it, to turn store paths into FHS (ugh)
| 06:28:28 |
| 31 Oct 2022 |
jake_gillberg | Lambdas also support containers, so a dockerTools approach might be another angle of attack? | 14:39:44 |
| underpantsgnome changed their display name from underpantsgnome! to underpantsgnome. | 20:30:28 |
| 1 Nov 2022 |
uep | yeah but it's all so much more.. stuff | 03:17:19 |