Skip to content

Commit

Permalink
[fix]: fix image libbpf build version (#1860)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Yuan <[email protected]>
  • Loading branch information
SamYuan1990 authored Nov 24, 2024
1 parent 16fdd9f commit 59b2cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN set -e -x ;\
microdnf clean all

COPY --from=builder /workspace/_output/bin/kepler /usr/bin/kepler
COPY --from=builder /libbpf-source/linux-5.14.0-424.el9/tools/bpf/bpftool/bpftool /usr/bin/bpftool
COPY --from=builder /libbpf-source/linux-5.14.0-473.el9/tools/bpf/bpftool/bpftool /usr/bin/bpftool

RUN mkdir -p /var/lib/kepler/data
COPY --from=builder /workspace/data/cpus.yaml /var/lib/kepler/data/cpus.yaml
Expand Down

0 comments on commit 59b2cfa

Please sign in to comment.