We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215a9d1 commit d2b4d58Copy full SHA for d2b4d58
dogfood/main.tf
@@ -52,12 +52,12 @@ data "coder_parameter" "image_type" {
52
description = "The Docker image used to run your workspace. Choose between nix and non-nix images."
53
option {
54
icon = "/icon/coder.svg"
55
- name = "Non-Nix"
+ name = "Dogfood (Default)"
56
value = "codercom/oss-dogfood:latest"
57
}
58
59
icon = "/icons/nix.svg"
60
- name = "Nix"
+ name = "Dogfood Nix (Experimental)"
61
value = "codercom/oss-dogfood-nix:latest"
62
63
0 commit comments