
The GitHub Actions Base Image is a Whopping 47 GiB
The decision to bundle a plethora of tools into the GitHub Actions base image is baffling. The base image is a whopping 47 GiB.

Proposal for a New Way to Build Container Images
This is our proposal for a new approach for building container images that provides substantially faster builds with simplified configuration.

Sandboxing is the Key to Caching without False Positives
RWX is the only CI/CD platform that automatically caches everything. Cache keys are determined automatically, and tasks are sandboxed to prevent false positives.

Retry Failures While Run in Progress
Unlike GitHub Actions, tasks that fail on RWX can be retried immediately, even while other tasks are still running.

ARM Architecture Now Available
We just shipped support for running Arm64 on RWX. Building Arm containers 10x faster without emulation.

Programmatically Setting Secrets with the Vault API
We just shipped an API endpoint to set vault secrets. Programmatically setting secrets is especially useful for automating secret rotation.