mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-24 04:01:41 +01:00
This removes container images for the aforementioned services, they are now built into `machined` executable which launches one or another service based on `argv[0]`. Containers are started with rootfs directory which contains only a single executable file for the service. This creates rootfs on squashfs for each container in `/opt/<container>`. Service `networkd` is not touched as it's handled in #3350. This removes all the image imports, snapshots and other things which were associated with the existing way to run containers. Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>