Skip to content

Commit

Permalink
Merge pull request #72 from kubescape/update-base-image
Browse files Browse the repository at this point in the history
update base image
  • Loading branch information
dwertent committed May 24, 2023
2 parents 5f0953b + 6ed9567 commit a32f842
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/kubescape/ebpf-engine:v0.0.0 as builder
FROM quay.io/kubescape/ebpf-engine:v1.0.0 as builder


FROM ubuntu:latest
Expand All @@ -11,7 +11,6 @@ RUN mkdir /etc/node-agent/resources/ebpf
RUN mkdir /etc/node-agent/resources/ebpf/falco
RUN mkdir /etc/node-agent/configuration

COPY --from=builder /etc/kubescape_ebpf_engine_sc/build/main /etc/node-agent/resources/ebpf/falco/userspace_app

RUN apt-get install ca-certificates -y

Expand All @@ -22,4 +21,6 @@ RUN go mod download
ADD . .
RUN go build -o node-agent .

COPY --from=builder /etc/kubescape_ebpf_engine_sc/build/main /etc/node-agent/resources/ebpf/falco/userspace_app

CMD ["./node-agent"]

0 comments on commit a32f842

Please sign in to comment.