chore: build a use new corrosion image 2026.5.14 (pointing to v1.0.0 upstream) for ucind

This commit is contained in:
Pasha Sviderski
2026-05-22 19:36:07 +10:00
parent 07acb31bf3
commit 0dd4bc9d36
5 changed files with 19 additions and 13 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ protoc-gen-go = "1.34.2"
protoc-gen-go-grpc = "1.5.1"
[vars]
corrosion_version = "2026.5.14"
ucind_image = "ghcr.io/psviderski/ucind:latest"
[env]
@@ -56,7 +57,7 @@ run = "go run ./cmd/ucind"
[tasks."ucind:image"]
description = "Build the ucind Docker image"
run = "docker build -t {{vars.ucind_image}} --target ucind ."
run = "docker build --build-arg CORROSION_VERSION={{vars.corrosion_version}} -t {{vars.ucind_image}} --target ucind ."
[tasks."ucind:cleanup"]
description = "Remove ucind managed containers and networks"