From ebd272409d130a6887810f0e6f9a126ecc355743 Mon Sep 17 00:00:00 2001 From: Wenying Dong Date: Mon, 20 May 2024 10:55:27 +0800 Subject: [PATCH] hack for test Signed-off-by: Wenying Dong --- build/images/Dockerfile.build.windows | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/images/Dockerfile.build.windows b/build/images/Dockerfile.build.windows index 6ed86f9f274..cf6609a0beb 100644 --- a/build/images/Dockerfile.build.windows +++ b/build/images/Dockerfile.build.windows @@ -41,7 +41,7 @@ ENV CNI_PLUGINS="./host-local.exe" ADD https://github.com/containernetworking/plugins/releases/download/${CNI_BINARIES_VERSION}/cni-plugins-windows-amd64-${CNI_BINARIES_VERSION}.tgz cni-plugins-windows-amd64.tgz RUN tar -xzf cni-plugins-windows-amd64.tgz -C /go/k/antrea/cni ${CNI_PLUGINS} -FROM antrea/windows-ovs:${OVS_VERSION} as antrea-ovs +FROM cattydong/windows-ovs:${OVS_VERSION} as antrea-ovs FROM mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v1.0.0 COPY --from=antrea-build-windows /go/k /k