Skip to main content
Tool versionsenv zero updates tool versions periodically for security or end-of-life (EOL) reasons. Customers will be notified before any update with breaking changes.To check the current version of any tool, run an ad hoc task with the relevant command, for example:

The base image

The deployment agent is based on node:22.16.0-alpine3.20.
If you are using a self-hosted agent, you can bring your own Docker image by extending env zero’s default image. See Extending the deployment image.

Pre-installed tools

OS utils

Package managers

Software

Cloud

Adding additional binaries on the fly

You can download any binary using curl in any deployment step and place it under the opt folder if it needs to be in your PATH. apk add, pip install, and npm install are also accessible via sudo.

Next steps