Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/supported-environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The following are tested and supported deployment options for Kubernetes, Docker
- [Microsoft AKS](/self-managed/deployment/helm/cloud-providers/azure/microsoft-aks/microsoft-aks.md)
- [Google GKE](/self-managed/deployment/helm/cloud-providers/gcp/google-gke.md)
- [Red Hat OpenShift](/self-managed/deployment/helm/cloud-providers/openshift/redhat-openshift.md)
- [Docker](/self-managed/deployment/docker/docker.md) (`linux/amd64`)
- [Docker](/self-managed/deployment/docker/docker.md) (`linux/amd64`, `linux/arm64`)
- [Manual](/self-managed/deployment/manual/install.md)

:::note Helm chart compatibility
Expand Down
3 changes: 1 addition & 2 deletions docs/self-managed/deployment/docker/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ For production, we recommend using [Kubernetes with Helm](../helm/install/quick-

## Platform support

- Use the `linux/amd64` image for production environments.
- The `linux/arm64` image is available for development purposes.
- Use the `linux/amd64` or `linux/arm64` image for production environments.
- All images are publicly accessible.

Docker images are supported for production only on Linux systems.
Expand Down
Loading