Ludea
Ludea
We can get remote rootfs with container config https://containers.gitbook.io/build-containers-the-hard-way/#container-configuration Or create the busybox rootfs ``` [root@node01 test]# docker run -it busybox /bin/sh / # ls / bin dev etc home...
> @ledoyen I think you're right, if you setup your docker daemon to use youki as a runtime. Perhaps though it might be more useful to be able to trigger...
doesn't work because binaries are into `/workspaceroot/target/release/XXX` and not `/workspaceroot/workspacemember/target/release/XXX`
> Hello @Ludea, thank you for the PR > > question: what is the goal of the GHA? (I don't use GHA and prefer doing the releases of simplism manually)...
the main benefit to use tailscale is to avoid opening a port from router and access vpn through a tailscale subdomain (i think the name is reverse tunnel, i'm not...
I no longer need a community bundlefor tailscale I deploy it with argocd bundle. I keep this ticket open for community.
rebase + use of node 20 instead of 18
Not really. Other user reported this issue too https://github.com/JonasKruckenberg/tauri-build/issues/336 For a workaround, I would delete all cli-arch dependencies
I deploy chart through argocd
I would like to use https://extism.org/. So it's not a js env. I prefer to use wasm instead of native dynamic lib linking because of the size of the final...