The Linux runner image now ships with Docker tooling, so CI jobs that build or run containers can execute on the in-house Linux fleet.
New in this release
- Docker CLI, Buildx, and Docker Compose are now installed in the Linux runner image, so Docker workflows work natively on
tuist-linuxrunners alongside the existing Docker-in-runner sidecar.
Fixed
- The release process now triggers whenever the image source changes, not just when a commit uses a specific scope. This caught a previously missed change that added Docker support.
- Resolved a tag matching issue where
linux-runner-imagetags were being mistaken forrunner-imagetags, which had produced invalid image references during release.