tests: create remote with container helper

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
(cherry picked from commit b1490ed5ce)
This commit is contained in:
CrazyMax
2024-03-09 17:02:52 +01:00
committed by Tonis Tiigi
parent 19dbf2f7c4
commit 3490181812
5 changed files with 70 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ func TestFactory_processDriverOpts(t *testing.T) {
}
cfg := driver.InitConfig{
Name: "buildx_buildkit_test",
Name: driver.BuilderName("test"),
KubeClientConfig: &kcc,
}
f := factory{}