coder/dogfood
Kyle Carberry b0fe9bcdd1
chore: Upgrade to Go 1.19 (#3617)
This is required as part of #3505.
2022-08-21 22:32:53 +00:00
..
files Add dogfood image (#3350) 2022-08-02 20:20:54 +00:00
Dockerfile chore: Upgrade to Go 1.19 (#3617) 2022-08-21 22:32:53 +00:00
Makefile Add dogfood image (#3350) 2022-08-02 20:20:54 +00:00
README.md Make minor improvements to Dogfood README (#3361) 2022-08-02 21:14:12 +00:00
guide.md docs: add dogfooding guide (#3099) 2022-07-22 18:22:11 +00:00
main.tf add metadata to dogfood template (#3444) 2022-08-09 23:40:12 +00:00

README.md

dogfood template

Ammar is this template's admin.

Personalization

The startup script runs your ~/personalize file if it exists.

Hosting

Coder dogfoods on a beefy, single Teraswitch machine.

  • We decided to use a bare metal provider for best-in-class cost-to-performance.
  • We decided to use a single machine (vertical scaling) for fast parallelized builds and tests.

Provisioner Configuration

Our dogfood coderd box runs an SSH tunnel to our dogfood Docker host's docker socket.

The socket is mounted onto /var/run/dogfood-docker.sock in the coderd box.

The SSH tunnel command can be found hanging out in the screen session named forward.

The tunnel and corresponding SSH key is owned by root.