Skip to content

Commit

Permalink
hack for test
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyingd committed May 16, 2024
1 parent ebf0c20 commit 6a539a9
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 @@ -40,7 +40,7 @@ RUN mkdir -p /go/k/antrea/bin && mkdir -p /go/k/antrea/cni && \
ENV CNI_PLUGINS="./host-local.exe"
RUN wget -q -O - https://github.com/containernetworking/plugins/releases/download/${CNI_BINARIES_VERSION}/cni-plugins-windows-amd64-${CNI_BINARIES_VERSION}.tgz | tar xz -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 6a539a9

Please sign in to comment.