This repository contains Dockerfiles used to build container images for the Octopus CLI called: octopus.
Images are typically available for:
linux/amd64linux/arm64
These are based on the alpine Linux distro.
The following DockerHub images are built from this repository:
- octopus-cli (
octopuslabs/octopus-cli) - octopus-cli-ci (
octopuslabs/octopus-cli-ci) - octo-cli-ci (
octopuslabs/octo-cli-ci)
We also publish the same images to GitHub's Container Registry (GHRC) too:
ghcr.io/octopusdeploylabs/octopus-clighcr.io/octopusdeploylabs/octopus-cli-cighcr.io/octopusdeploylabs/octo-cli-ci
This image contains the octopus command line tool (written in Golang).
A new image is built each time a new version of the octopus CLI is detected. The version tag corresponds to the version of the octopus CLI installed on the image.
octopuslabs/octopus-cli:latestoctopuslabs/octopus-cli:VERSION
You can retrieve a list of all available tags on DockerHub.
Octopus CLI images that are tagged with Ubuntu derivatives are no longer maintained. For example:
octopuslabs/octopus-cli:latest-ubuntu.2004octopuslabs/octopus-cli:latest-ubuntu.2204
This is a CI-server compatible image containing the octopus command line tool.
It's identical to the octopuslabs/octopus-cli image except that its ENTRYPOINT method is overriden to be empty ("").
A new image is built each time a new version of the octopus CLI is detected. The version tag corresponds to the version of the octopus CLI installed on the image.
octopuslabs/octopus-cli-ci:latestoctopuslabs/octopus-cli-ci:VERSION
You can retrieve a list of all available tags on DockerHub.
This is a CI-server compatible image containing the (now deprecated) octo command line tool.
It's identical to the octopusdeploy/octo image except that its ENTRYPOINT method is overriden to be empty ("").
The version tag corresponds to the version of the octo CLI on the image.
octopuslabs/octo-cli-ci:latestoctopuslabs/octo-cli-ci:VERSION
You can retrieve a list of all available tags on DockerHub.
If you find a bug or encounter a problem with these images, please raise an issue.