Garden Containers on Docker Hub
For your convenience, we build and publish Docker containers that contain the Garden CLI as well as a number of Cloud Provider tools with every Garden release (and prerelease).
Container | Contents |
---|---|
Contains only Garden CLI | |
Contains the Garden CLI, and the AWS CLI v2 | |
Contains the Garden CLI, and the Azure CLI | |
Contains the Garden CLI, and the Google Cloud CLI | |
Contains the Garden CLI, the Google Cloud CLI and the AWS CLI v2 | |
Contains the Garden CLI, the Google Cloud CLI, the AWS CLI v2, and the Azure CLI | |
DEPRECATED: This container image is not being maintained anymore and will be removed in the future. |
Tag name | Meaning |
---|---|
latest | Latest stable release of Garden CLI 0.13 (Codename Bonsai), the container is based on Alpine Linux. |
bonsai-* or 0.13-* | Garden CLI version is 0.13 (Codename Bonsai). If the tag name does not contain edge, this is the latest stable release. |
acorn-* or 0.12-* | Garden CLI version is 0.12 (Codename Acorn). If the tag name does not contain edge , this is the latest stable release. |
x.y.z-n-* , e.g. 0.13.0-0 | Garden CLI prerelease (Full semver version with prerelease modifier) |
x.y.z-* , e.g. 0.13.0 | Garden CLI stable release (Semver version without prerelease) |
*-edge-* | Edge tags contain the latest, potentially still unreleased changes to the Garden CLI in our development branches. |
*-alpine or *-alpine-* | The container is based on Alpine Linux. |
*-buster or *-buster-* | The container is based on Debian Linux (Buster version). |
*-rootless | The default user of the container is gardenuser . The default user for all other containers is root . |
Examples:
0.12-edge-alpine
: Latest development build of Garden Acorn (0.12), based on Alpine Linux.bonsai-alpine
: Latest stable release of Bonsai (0.13), based on Alpine Linux.0.13.0-alpine-rootless
: Stable release0.13.0
, based on Alpine Linux, default user of the container isgardenuser
.0.13.0-0-alpine
: Pre-release0.13.0-0
, based on Alpine Linux.
Last modified 16d ago