← Back to home
Comparison · Infra & APIs

dockerfiler vs rush

A side-by-side editorial comparison of dockerfiler and rush — release velocity, themes, recent moves, and the top alternatives to consider.

dockerfiler vs rush: at a glance

Featuredockerfilerrush
SectorInfra & APIsInfra & APIs
Velocity score0.02.5
Sparks · 30d00
Top themesdocker, r-packages, supply-chain-security, multi-archmlr3, distributed-computing, redis, fault-tolerance
Last editorial update2h ago3h ago
WebsiteVisit →Visit →

What is dockerfiler?

dockerfiler's 1.0.0 changes what its generated Dockerfiles actually contain.

After two years of small parameter additions, ThinkR shipped a 1.0.0 that changes the tool's output for every existing user. The vendored copy of renv is gone, generated images default to multi-arch rocker/r-ver running as a non-root rstudio user, and packages come from Posit Public Package Manager binaries instead of a source CRAN mirror.

Read the full dockerfiler trajectory →

What is rush?

Rush spent 2026 making distributed task ownership correct, starting with a breaking 1.0.

rush is the Redis-backed distributed computing backend behind mlr3's parallel tuning: workers pull tasks, push results and are tracked through heartbeats. Since 1.0.0 in March 2026 it has shipped five releases in four months, almost all correcting how tasks and workers are owned and identified under failure. The most recent lets each worker start in its own mirai call so it can spawn local daemons.

Read the full rush trajectory →

dockerfiler vs rush: editorial side-by-side

D
dockerfiler
INFRA · APIS
0.0

dockerfiler's 1.0.0 changes what its generated Dockerfiles actually contain.

◆ Current state

After two years of small parameter additions, ThinkR shipped a 1.0.0 that changes the tool's output for every existing user. The vendored copy of renv is gone, generated images default to multi-arch rocker/r-ver running as a non-root rstudio user, and packages come from Posit Public Package Manager binaries instead of a source CRAN mirror.

◆ Where it's heading

The package is being hardened rather than extended. Every user-supplied value that reaches a Dockerfile shell context is validated at function entry, and two long-standing code-injection paths — a crafted renv.lock version string and DCF continuation lines in DESCRIPTION fields — were closed after an internal audit. The new parameters point at production image builds: github_pat via BuildKit secret mounts, strict_install turning install warnings into build failures, and a configurable renv cache path.

◆ Prediction

With the injection surface closed and the defaults flipped, the next releases are more likely to be compatibility work against renv and pak than new generators.

R
rush
INFRA · APIS
2.5

Rush spent 2026 making distributed task ownership correct, starting with a breaking 1.0.

◆ Current state

rush is the Redis-backed distributed computing backend behind mlr3's parallel tuning: workers pull tasks, push results and are tracked through heartbeats. Since 1.0.0 in March 2026 it has shipped five releases in four months, almost all correcting how tasks and workers are owned and identified under failure. The most recent lets each worker start in its own mirai call so it can spawn local daemons.

◆ Where it's heading

The through-line is moving responsibility from the controller to the worker. 1.0.0 rewrote the task lifecycle and dropped the seed mechanism; 1.2.0 moved fail_tasks(), finish_tasks(), pop_task() and push_running_tasks() from Rush onto RushWorker so only the worker that ran a task can mark it done, and gave worker ids random suffixes so they cannot collide. 1.1.0 had already removed phantom failed tasks when a worker crashes between evaluations.

◆ Prediction

With ownership and identity settled, the remaining pressure points are heartbeat and lost-worker detection; expect the next releases to tighten failure recovery rather than add API surface.

Alternatives to dockerfiler and rush

Other Infra & APIs products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either dockerfiler or rush.

See all dockerfiler alternatives → · See all rush alternatives →

Recent activity from dockerfiler and rush

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 21d agorushWorkers start in their own mirai call so they can create local daemons
  2. 1mo agorushTask lifecycle moves onto the worker; worker ids can no longer collide
  3. 3mo agodockerfilerMulti-arch, non-root defaults and a closed injection surface
  4. 3mo agorushPhantom failed tasks and missed results fixed
  5. 4mo agorushSmaller Redis payloads and vector-valued task parameters
  6. 4mo agorushRush 1.0 rewrites the task lifecycle and drops the seed mechanism
  7. 9mo agorushwait_for_workers() can target a count or specific ids
  8. 2y agodockerfilerSystem-requirement detection moves to pak::pkg_sysreqs()
  9. 2y agodockerfilerDockerfile generation from renv.lock, and parsing back
  10. 3y agodockerfilerGraceful failure without network access

Frequently asked questions

What is the difference between dockerfiler and rush?

They serve adjacent needs but don't currently overlap on shipped themes. rush is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is dockerfiler better than rush?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. rush is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Infra & APIs products to evaluate alongside.

What are the best alternatives to dockerfiler?

Top dockerfiler alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "dockerfiler alternatives" section above for the current picks, or visit /alternatives/dockerfiler for the full list with editorial commentary on each.

What are the best alternatives to rush?

Top rush alternatives in Infra & APIs are ranked by recent ship velocity. Browse the "rush alternatives" section above for the current picks, or visit /alternatives/rush for the full list with editorial commentary on each.