Skip to content

Commit 9a7b5d3

Browse files
committed
Fix: Change docker image dir from docker to docker-local
Signed-off-by: rkishner <rkishner@redhat.com>
1 parent 2de9d2c commit 9a7b5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/infra/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Windows:
6363
WIN2022_ISO_IMG: str | None = None
6464
WIN2025_ISO_IMG: str | None = None
6565
DIR: str = f"{BASE_IMAGES_DIR}/windows-images"
66-
DOCKER_IMAGE_DIR = "docker/kubevirt-common-instancetypes"
66+
DOCKER_IMAGE_DIR: str = "docker-local/kubevirt-common-instancetypes"
6767
UEFI_WIN_DIR: str = f"{DIR}/uefi"
6868
HA_DIR: str = f"{DIR}/HA-images"
6969
ISO_BASE_DIR = f"{DIR}/install_iso"

0 commit comments

Comments
 (0)