-
Notifications
You must be signed in to change notification settings - Fork 49
Deprecate Torcx in favour of e.g. systemd-sysext #443
Copy link
Copy link
Closed
Labels
area/sysextsysext roadmapsysext roadmapkind/debtTechnological debt.Technological debt.kind/roadmapA Roadmap item.A Roadmap item.
Description
NOTE: This item is about deprecating torcx the item, not torcx the feature. We will continue to support the feature of installing custom core binaries at provisioning time. We will also provide a seamless migration path to the new implementation of this feature.
Issue
- The torcx project was discontinued upstream and is unmaintained
- Customisation features provided by torcx are desired in Flatcar user community
Impact
- Torcx bugs do not get fixed, security issues remain open
- Torcx regularly interferes with other Flatcar key components
Ideal future state
- A new implementation of the feature provided by torcx (e.g. systemd-sysext) is integrated with Flatcar
- build process
- Testing
- Run-time, i.e. ignition & friends
- Missing items (e.g. download of extensions from custom URLs) are added to the new implementation
- Seamless migration path for existing automation based on torcx is defined and implemented
Tasks
- Define a
SYSEXT_LEVEL=for Flatcar, e.g.1.0(and work with upstream on making the matching more flexible, plus match for architecture), so that users can provide their own sysext images (with static binaries, not coupled to/usr), and provide user docs (rework https://www.flatcar.org/docs/latest/container-runtimes/use-a-custom-docker-or-containerd-version/ and advise to create the/dev/nullsymlink to disable the upcoming shipped Docker and conatinerd sysext in advance): [RFE] Define sysext level for Flatcar #643 - Investigate automatic conversion of custom Torcx images to sysext for backwards compat - maybe limited to simple cases, maybe even out of scope
- Announce deprecation of Torcx, with instructions on how to convert Torcx images to sysext. Users should also ensure that they don't use the Torcx paths if they customized their containerd systemd unit. [RFE] Prepare for Torcx deprecation #644
- Remove Torcx but convert the Torcx image building to a sysext image building step (splitting it into Docker and containerd, making services and default configs show up under
/usrand making it easy for users to drop-in additional configs under/etc/containerd/runtime_*.toml) and ship them on the image as before (placed under/usr/lib/extensions/to automatically enable them, users can disable them through a /dev/null symlink on /etc/extensions/ with the same name maybe we can still use a symlink on /usr to have a stable name under /usr/lib/extensions but encode the Docker version in the image file name). Make sure the sysext images are enabled by default and the user can disable them when bringing an own sysext image or binaries on/opt
Additional info:
The file names for the split Docker and containerd sysext have already been agreed on here (docker-flatcar.raw and containerd-flatcar.raw):
https://www.flatcar.org/docs/latest/provisioning/sysext/#supplying-your-sysext-image-from-ignition
Related
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/sysextsysext roadmapsysext roadmapkind/debtTechnological debt.Technological debt.kind/roadmapA Roadmap item.A Roadmap item.