These images include common tools used for Octopus steps and are the recommended images to use when setting up execution containers for workers.
For an Octopus deployment step running on a worker or the Octopus Server, you can select a container for the step's execution.
Pick an image that is suitable for your needs based on:
- OS + distribution
The worker tools images have multiple release tracks, these will determine how you receive updates as they're pushed to Docker Hub.
Release Track | Ubuntu | Windows |
---|---|---|
latest | ubuntu.18.04 | windows.ltsc2019 |
Major | 1-ubuntu.18.04 | 1-windows.ltsc2019 |
Major.Minor | 1.0-ubuntu.18.04 | 1.0-windows.ltsc2019 |
Major.Minor.Patch | 1.0.1-ubuntu.18.04 | 1.0.2-windows.ltsc2019 |
Tag | Dockerfile |
---|---|
windows.ltsc2019 | Dockerfile |
Tag | Dockerfile |
---|---|
ubuntu.18.04 | Dockerfile |
You can retrieve a list of all available tags for octopusdeploy/worker-tools at https://hub.docker.com/v2/repositories/octopusdeploy/worker-tools/tags.