Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpmct/coder-offline
https://github.com/bpmct/coder-offline
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpmct/coder-offline
- Owner: bpmct
- Created: 2022-09-27T16:38:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T16:44:20.000Z (about 2 years ago)
- Last Synced: 2024-10-27T03:46:27.138Z (about 2 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coder-offline
Unofficial image for running Coder in offline / private / air-gapped networks.
> **Note**: This will likely be archived in favor of official documentation.
Out of the box, this image includes the following bundled software:
- Latest version of Coder
- Terraform CLI v1.3.0
- Terraform provider: [coder/coder](https://registry.terraform.io/providers/kreuzwerker/docker) provider v0.4.15
- [kreuzwerker/docker](https://registry.terraform.io/providers/kreuzwerker/docker) provider v2.22.0## Usage
```sh
docker pull bencdr/coder-offline:latest
```Run standalone with [environment variables](https://coder.com/docs/coder-oss/latest/admin/configure) or modify the [docker-compose](https://coder.com/docs/coder-oss/latest/install/docker#run-coder-with-docker-compose) to use the image.
## Custom builds
You'll likely want to create your own builds to support these use cases:
- Add Terraform providers/versions
- Download artifacts from internal repo
- Use network mirror for Terraform providers
- Change Terraform versionReference the [Dockerfile](./Dockerfile) for guidelines.