Skip to content

Commit 9e6d28b

Browse files
committed
Update garm and caddy images
The garm image is pinned to the last version so that next terraform updates won't attempt to revert it to "main". We got a caddy image published on ghcr.io to avoid the docker.io rate limit error, so updated the url too. Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
1 parent 684f4a9 commit 9e6d28b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github/azure-self-hosted-runners/tf/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ variable "vm_location" {
1818

1919
variable "garm_image" {
2020
type = string
21-
default = "ghcr.io/confidential-containers/garm:main"
21+
default = "ghcr.io/confidential-containers/garm@sha256:c79f9231ef52e8be9141623e3ef67bae0ab373e4ad5b0b6cee78e20fb54f994c"
2222
description = "Container image for garm"
2323
}
2424

2525
variable "caddy_image" {
2626
type = string
27-
default = "caddy:2.6.4"
27+
default = "ghcr.io/confidential-containers/caddy:2.6.4"
2828
description = "Container image for caddy"
2929
}
3030

0 commit comments

Comments
 (0)