Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b81cdfc

Browse files
committed
[template] Add Bun option
1 parent 8295d45 commit b81cdfc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

template/variables.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ data "coder_parameter" "base_docker_image" {
7474
value = "node"
7575
}
7676

77+
option {
78+
icon = "https://user-images.githubusercontent.com/709451/182802334-d9c42afe-f35d-4a7b-86ea-9985f73f20c3.png"
79+
name = "Bun (ghcr.io/auguwu/coder-images/bun)"
80+
value = "bun"
81+
}
82+
7783
option {
7884
icon = "https://raw.githubusercontent.com/dotnet/brand/main/logo/dotnet-logo.svg"
7985
name = ".NET Core (ghcr.io/auguwu/coder-images/dotnet)"

0 commit comments

Comments
 (0)