mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
chore(dogfood): revert to pre-nix image (#9231)
This commit is contained in:
@ -260,7 +260,9 @@ locals {
|
|||||||
registry_name = "codercom/oss-dogfood"
|
registry_name = "codercom/oss-dogfood"
|
||||||
}
|
}
|
||||||
data "docker_registry_image" "dogfood" {
|
data "docker_registry_image" "dogfood" {
|
||||||
name = "${local.registry_name}:main"
|
// This is temporarily pinned to a pre-nix version of the image at commit
|
||||||
|
// 6cdf1c73c until the Nix kinks are worked out.
|
||||||
|
name = "${local.registry_name}:pre-nix"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "docker_image" "dogfood" {
|
resource "docker_image" "dogfood" {
|
||||||
|
Reference in New Issue
Block a user