This repository contains Dockerfiles used to build container images for the Octopus CLI called: octopus
.
Images are typically available for:
linux/amd64
linux/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-cli
ghcr.io/octopusdeploylabs/octopus-cli-ci
ghcr.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:latest
octopuslabs/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.2004
octopuslabs/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:latest
octopuslabs/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:latest
octopuslabs/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.