Skip to content

Commit 9fa8eb6

Browse files
authored
[4.21] Change docker image dir from docker to docker-local (#4378)
##### Short description: Change docker image dir from docker to docker-local ##### More details: The new artifactory server now changed it's repository name from docker to docker-local, this means that the windows images are now targeting the wrong location. ##### What this PR does / why we need it: Fix windows images image pulling, in specific tests/infrastructure/instance_types/supported_os/test_windows_os.py ##### Special notes for reviewer: Manual cherry-pick of #4281 Signed-off-by: rkishner <rkishner@redhat.com>
1 parent 13eeb75 commit 9fa8eb6

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)