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 -3
View File
@@ -16,9 +16,8 @@ import (
"github.com/docker/docker/client"
)
const (
LatestImage = "ghcr.io/psviderski/corrosion:latest"
)
// Image is the Corrosion image pinned to the uncloudd release.
const Image = "ghcr.io/unlabs-dev/corrosion:2026.5.14"
type DockerService struct {
Client *client.Client