- Notifications
You must be signed in to change notification settings - Fork928
Closed as not planned
Closed as not planned
Description
Currently, you need tobuild a custom image to run Coder in offline / air-gapped environments.
Some ideas to simplify this:
- Push additional image with
terraform
and configurable network/filesystem mirror via env vars (e.g.ghcr.io/coder/coder:v0.10.0-offline
) - Embed common providers in Coder (e.g. Coder, Docker, AWS, Kubernetes) to prevent the dependency on a provider mirror in many cases