Skip to content

Commit

Permalink
DockerFile#7
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 21, 2025
1 parent e52372c commit d2b33b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ COPY --from=controller-bin /go/src/github.com/microsoft/retina/windows/setkubeco
COPY --from=controller-bin /go/bin/retina/controller controller.exe
COPY --from=capture-bin /go/bin/retina/captureworkload captureworkload.exe
ADD https://github.com/microsoft/etl2pcapng/releases/download/v1.10.0/etl2pcapng.exe /etl2pcapng.exe
ADD https://raw.githubusercontent.com/vpidatala94/retina/user/vpidatala/POC/8/pkg/plugin/ebpfwindows/retinaebpfapi.dll C:/hpc/retinaebpfapi.dll
RUN powershell -Command "Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/vpidatala94/retina/user/vpidatala/POC/8/pkg/plugin/ebpfwindows/retinaebpfapi.dll' -OutFile 'C:\\hpc\\retinaebpfapi.dll'"
RUN dir
CMD ["controller.exe", "start", "--kubeconfig=.\\kubeconfig"]
CMD ["controller.exe", "start", "--kubeconfig=.\\kubeconfig"]

0 comments on commit d2b33b9

Please sign in to comment.