Linux runner image 0.6.0 improves build cache performance for jobs running on Tuist runners by routing cache traffic through a co-located cache node inside the same cluster.
- When runner profiles are enabled for your account, the runner now receives an in-cluster cache endpoint as
TUIST_CACHE_ENDPOINT. - The Tuist CLI and Gradle plugin use this endpoint to reach the build cache over the cluster’s internal Service DNS instead of the public ingress.
- Cache traffic stays within the cluster, reducing latency and avoiding public network hops.
- If the private cache endpoint is not active or unreachable, the runner logs the issue and falls back to the default cache resolution.
Docker image: ghcr.io/tuist/tuist-linux-runner:0.6.0