Garden Containers on Docker Hub
We publish a number of containers to our official Docker Hub account (hub.docker.com/u/gardendev).
Garden Containers and bundled tools
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 |
Tags
Tag name | Meaning |
---|---|
| Latest stable release of Garden CLI 0.13 (Codename Bonsai), the container is based on Alpine Linux. |
| Garden CLI version is 0.13 (Codename Bonsai). If the tag name does not contain edge, this is the latest stable release. |
| Garden CLI version is 0.12 (Codename Acorn). If the tag name does not contain |
| Garden CLI prerelease (Full semver version with prerelease modifier) |
| Garden CLI stable release (Semver version without prerelease) |
| Edge tags contain the latest, potentially still unreleased changes to the Garden CLI in our development branches. |
| The container is based on Alpine Linux. |
| [DEPRECATED] The container is based on Debian Linux (Buster version). Since Garden |
| The container is based on Debian Linux (Bookwarm version). Debian Bookworm has been supported since Garden |
| The default user of the container is |
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 updated