Hive Hive
Sign in

Linux Runner Image 0.2.0

Metadata
Source
GitHub
Version
linux-runner-image@0.2.0
Published
Jun 03, 2026 · 12:54 UTC
Repository
tuist/tuist
Update

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-linux runners 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-image tags were being mistaken for runner-image tags, which had produced invalid image references during release.