Skip to content

Commit

Permalink
hack for test
Browse files Browse the repository at this point in the history
Signed-off-by: Wenying Dong <wenyingd@vmware.com>
  • Loading branch information
wenyingd committed May 20, 2024
1 parent 3b7a67d commit ebd2724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/images/Dockerfile.build.windows
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebd2724

Please sign in to comment.