Skip to main content

Changelog

See what's new with Windmill.

Watch latest Windmill weekly keynotes

Weekly keynotes are hosted on Discord and Youtube on Friday at 5:45 pm CET+1.

See the Windmill roadmap and what's coming next

Roadmap

Bash scripts can now run any container image with the # sandbox <image> annotation. The image rootfs is pulled with crane and run chrooted inside the job's own nsjail, so it is daemonless, needs no Docker socket or dind sidecar, and is safe to run for untrusted multi-tenant code. Docker scripts are now allowed on Windmill Cloud.

New features

  • Run any container image from a bash script with `# sandbox <image>` — the body runs inside the image, sandboxed.
  • Daemonless: image rootfs is pulled with crane and run chrooted in the job nsjail, no Docker socket or dind sidecar.
  • Inherits the job confinement: no host filesystem, the jail own /proc, unprivileged worker uid, the job network.
  • Instance settings for pull policy, per-image and cache size caps, default registry, and private-registry auth.
  • Now available on Windmill Cloud since containers run sandboxed.