Skip to content

Commit

Permalink
Merge pull request #67 from kubescape/bump-up-ebpf-engine-builder-image
Browse files Browse the repository at this point in the history
bump-up-ebpf-engine-builder-image
  • Loading branch information
dwertent committed May 10, 2023
2 parents ceb6677 + 549f89a commit f6aad3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/kubescape/sniffer:base as builder
FROM quay.io/kubescape/ebpf-engine:v0.0.0 as builder


FROM ubuntu:latest
Expand All @@ -17,6 +17,8 @@ RUN apt-get install ca-certificates -y

ENV GO111MODULE=on CGO_ENABLED=0
WORKDIR /etc/node-agent
ADD go.mod go.sum /etc/node-agent/
RUN go mod download
ADD . .
RUN go build -o node-agent .

Expand Down

0 comments on commit f6aad3b

Please sign in to comment.