Skip to content

Commit

Permalink
DNM: pkg/machine/e2e: test new disk images
Browse files Browse the repository at this point in the history
Test the newly produced an pushed images in the podman CI to really make
sure everything works before we start pushing them automatically.

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Dec 4, 2024
1 parent 7b35f4f commit 20e9380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machine/e2e/machine_pull_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func pullOCITestDisk(finalDir string, vmType define.VMType) error {
return err
}
dirs := define.MachineDirs{ImageCacheDir: imageCacheDir}
ociArtPull, err := ocipull.NewOCIArtifactPull(context.Background(), &dirs, "", "e2emachine", vmType, unusedFinalPath)
ociArtPull, err := ocipull.NewOCIArtifactPull(context.Background(), &dirs, "docker://quay.io/podman/stage-podman-machine:5.4", "e2emachine", vmType, unusedFinalPath)
if err != nil {
return err
}
Expand Down

0 comments on commit 20e9380

Please sign in to comment.