LogoLogo
Bonsai (0.13) DocsGitHubDiscord CommunityGarden Enterprise
Bonsai (0.13)
Bonsai (0.13)
  • Welcome to Garden!
  • 🌸Overview
    • How Garden Works
    • Core Concepts
    • Adopting Garden
    • Garden vs Other Tools
  • 🌳Use Cases
    • Isolated On-Demand Preview Environments
    • Fast, Portable CI Pipelines that Run Anywhere
    • Shift Testing Left
    • Local Development With Remote Clusters
    • Jumpstart your Internal Developer Platform
  • 🌻Getting Started
    • Quickstart Guide
    • Installing Garden
    • Next Steps
  • 💐Tutorials
    • Your First Project
      • 1. Create a Garden Project
      • 2. Pick a Kubernetes Plugin
      • 3. Add Actions
      • 4. Add Tests
      • 5. Code Syncing (Hot Reload)
      • 6. Next Steps
  • 🌿Using Garden
    • About
    • Configuration Overview
    • Projects
    • Dashboard
    • Actions
    • Tests
    • Runs
    • Workflows
    • Variables and templating
    • Config Templates
    • Using the CLI
    • Modules
  • Kubernetes Plugins
    • About
    • Remote K8s Plugin Configuration
      • 1. Create a Cluster
        • AWS
        • GCP
        • Azure
      • 2. Configure Container Registry
        • AWS
        • GCP
        • Azure
        • Docker Hub
      • 3. Set Up Ingress, TLS and DNS
      • 4. Configure the Provider
    • Local K8s Plugin Configuration
      • 1. Install Local Kubernetes
      • 2. Configure the Provider
    • Ephemeral K8s Plugin Configuration
      • 1. Configure the Provider
      • 2. Login to the Garden dashboard
      • 3. Configure Ingress (optional)
      • 4. Retrieve Kubeconfig (optional)
    • Actions
      • Build
        • Container
      • Deploy
        • Kubernetes
        • Helm
        • Container
        • PersistentVolumeClaim
        • ConfigMap
      • Run and Test
        • Kubernetes Pod
        • Helm Pod
        • Kubernetes Exec
        • Container
    • Guides
      • In-Cluster Building
      • Minimal RBAC Configuration for Development Clusters
      • Deploying to Production
      • Using a Registry Mirror
  • ☘️Terraform Plugin
    • About
    • Plugin Configuration
    • Actions
  • 🌹Pulumi Plugin
    • About
    • Plugin Configuration
    • Actions
  • 🌼Other Plugins
    • Container
    • Exec (local scripts)
  • 🌷Guides
    • Migrating to Bonsai
    • Migrating from Docker Compose to Garden
    • Deprecations and updating to Cedar
    • Code Synchronization
    • Connecting a local application to a Kubernetes cluster (Local Mode)
    • Environments and namespaces
    • Using Garden in CircleCI
  • 🪷Advanced
    • Using Remote Sources
    • Custom Commands
  • 🎋Reference
    • Providers
      • conftest-container
      • conftest-kubernetes
      • conftest
      • container
      • ephemeral-kubernetes
      • exec
      • hadolint
      • jib
      • kubernetes
      • local-kubernetes
      • octant
      • otel-collector
      • pulumi
      • terraform
    • Action Types
      • Build
        • container Build
        • exec Build
        • jib-container Build
      • Deploy
        • configmap Deploy
        • container Deploy
        • exec Deploy
        • helm Deploy
        • kubernetes Deploy
        • persistentvolumeclaim Deploy
        • pulumi Deploy
        • terraform Deploy
      • Run
        • container Run
        • exec Run
        • helm-pod Run
        • kubernetes-exec Run
        • kubernetes-pod Run
      • Test
        • conftest-helm Test
        • conftest Test
        • container Test
        • exec Test
        • hadolint Test
        • helm-pod Test
        • kubernetes-exec Test
        • kubernetes-pod Test
    • Template Strings
      • Project template context
      • Environment template context
      • Provider template context
      • Action (all fields) template context
      • Action spec template context
      • Module template context
      • Remote Source template context
      • Project Output template context
      • Custom Command template context
      • Workflow template context
      • Template Helper Functions
    • Commands
    • Project Configuration
    • ConfigTemplate Reference
    • RenderTemplate Reference
    • Workflow Configuration
    • Garden Containers on Docker Hub
    • Module Template Configuration
    • Module Types
      • configmap
      • conftest
      • container
      • exec
      • hadolint
      • helm
      • jib-container
      • kubernetes
      • persistentvolumeclaim
      • pulumi
      • templated
      • terraform
  • 🌸Misc
    • FAQ
    • Troubleshooting
    • Telemetry
    • New Garden Cloud Version
  • Contributing to Garden
    • Contributor Covenant Code of Conduct
    • Contributing to the Docs
    • Setting up your developer environment
    • Developing Garden
    • Config resolution
    • Graph execution
Powered by GitBook
On this page
  • Garden Containers and bundled tools
  • Tags

Was this helpful?

  1. Reference

Garden Containers on Docker Hub

PreviousWorkflow ConfigurationNextModule Template Configuration

Last updated 2 months ago

Was this helpful?

We publish a number of containers to our official Docker Hub account ().

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

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-*

[DEPRECATED] The container is based on Debian Linux (Buster version). Since Garden 0.13.32, Buster is no longer supported and maintained.

*-bookwarm or *-bookwarm-*

The container is based on Debian Linux (Bookwarm version). Debian Bookworm has been supported since Garden 0.13.32.

*-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 release 0.13.0, based on Alpine Linux, default user of the container is gardenuser.

  • 0.13.0-0-alpine: Pre-release 0.13.0-0, based on Alpine Linux.

🎋
hub.docker.com/u/gardendev
gardendev/garden
gardendev/garden-aws
gardendev/garden-azure
gardendev/garden-gcloud
gardendev/garden-aws-gcloud
gardendev/garden-aws-gcloud-azure