Skip to content

Commit d2b4d58

Browse files
authored
chore(dogfood): use better names for image options (#11957)
1 parent 215a9d1 commit d2b4d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dogfood/main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ data "coder_parameter" "image_type" {
5252
description = "The Docker image used to run your workspace. Choose between nix and non-nix images."
5353
option {
5454
icon = "/icon/coder.svg"
55-
name = "Non-Nix"
55+
name = "Dogfood (Default)"
5656
value = "codercom/oss-dogfood:latest"
5757
}
5858
option {
5959
icon = "/icons/nix.svg"
60-
name = "Nix"
60+
name = "Dogfood Nix (Experimental)"
6161
value = "codercom/oss-dogfood-nix:latest"
6262
}
6363
}

0 commit comments

Comments
 (0)