2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2026-06-09 21:45:46 +00:00

tests: fix builder tests: pull image before test

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-09-10 12:38:02 +02:00
parent d7f2c453a9
commit 6c93c8be56
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ var (
)
func FetchDockerImageOSRelease(ctx context.Context, img string, tmpPath string) (OSRelease, error) {
d := filepath.Join(tmpPath, "osrelase.Dockerfile")
d := filepath.Join(tmpPath, "osrelease.Dockerfile")
f, err := os.Create(d)
if err != nil {
return OSRelease{}, err