Added image autopull.

This commit is contained in:
rony5394
2026-03-12 22:48:02 +01:00
parent 2dda7dbb38
commit 064a944655
8 changed files with 69 additions and 22 deletions

View File

@@ -7,4 +7,11 @@ type Config struct {
}
DockerManagerBaseUrl string
LocalBasePath string
BlazenaImageUrl string
RegistryAuth RegistryAuth
};
type RegistryAuth struct {
Username string
Password string
}