Skip to content

Commit 425bca7

Browse files
authored
chore: bump container tag (#116)
* chore: bump container tag * chore: bump ado too * chore bump image tag and correct Dockerfile casing * chore: minor typos * chore: more typo * fix: merge conflict error
1 parent a432a1c commit 425bca7

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

alz/azuredevops/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ variable "agent_container_image_tag" {
368368
**(Optional, default: `"39b9059"`)** The container image tag/commit hash for Azure DevOps agents.
369369
EOT
370370
type = string
371-
default = "39b9059"
371+
default = "57a937f"
372372
}
373373

374374
variable "agent_container_image_folder" {
@@ -381,10 +381,10 @@ variable "agent_container_image_folder" {
381381

382382
variable "agent_container_image_dockerfile" {
383383
description = <<-EOT
384-
**(Optional, default: `"dockerfile"`)** The Dockerfile name to use for the container image.
384+
**(Optional, default: `"Dockerfile"`)** The Dockerfile name to use for the container image.
385385
EOT
386386
type = string
387-
default = "dockerfile"
387+
default = "Dockerfile"
388388
}
389389

390390
variable "agent_container_cpu" {

alz/github/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ variable "runner_container_image_tag" {
473473
**(Optional, default: `"39b9059"`)** The container image tag/commit hash for GitHub runners.
474474
EOT
475475
type = string
476-
default = "39b9059"
476+
default = "57a937f"
477477
}
478478

479479
variable "runner_container_image_folder" {
@@ -486,10 +486,10 @@ variable "runner_container_image_folder" {
486486

487487
variable "runner_container_image_dockerfile" {
488488
description = <<-EOT
489-
**(Optional, default: `"dockerfile"`)** The Dockerfile name to use for the container image.
489+
**(Optional, default: `"Dockerfile"`)** The Dockerfile name to use for the container image.
490490
EOT
491491
type = string
492-
default = "dockerfile"
492+
default = "Dockerfile"
493493
}
494494

495495
variable "runner_container_cpu" {

modules/azure/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,12 +468,12 @@ variable "container_registry_dockerfile_repository_folder_url" {
468468

469469
variable "container_registry_dockerfile_name" {
470470
description = <<-EOT
471-
**(Optional, default: `"dockerfile"`)** Name of the Dockerfile to build in the repository folder.
471+
**(Optional, default: `"Dockerfile"`)** Name of the Dockerfile to build in the repository folder.
472472
473473
Typically 'Dockerfile' or a specific variant like 'dockerfile', 'Dockerfile.ubuntu', etc.
474474
EOT
475475
type = string
476-
default = "dockerfile"
476+
default = "Dockerfile"
477477
}
478478

479479
variable "container_registry_image_name" {

0 commit comments

Comments
 (0)