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 2a04d15 commit 4a9c773Copy full SHA for 4a9c773
dogfood/main.tf
@@ -260,7 +260,9 @@ locals {
260
registry_name = "codercom/oss-dogfood"
261
}
262
data "docker_registry_image" "dogfood" {
263
- name = "${local.registry_name}:main"
+ // This is temporarily pinned to a pre-nix version of the image at commit
264
+ // 6cdf1c73c until the Nix kinks are worked out.
265
+ name = "${local.registry_name}:pre-nix"
266
267
268
resource "docker_image" "dogfood" {
0 commit comments