sustainable-computing-io / kepler

Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe performance counters and other system stats, use ML models to estimate workload energy consumption based on these stats, and exports them as Prometheus metrics
https://sustainable-computing.io
Apache License 2.0
1.19k stars 184 forks source link

[fix]: fix image libbpf build version #1860

Closed SamYuan1990 closed 2 days ago

SamYuan1990 commented 3 days ago

ref https://github.com/sustainable-computing-io/kepler/actions/runs/11985980953/job/33419265828 fix libbpf build version in container image

github-actions[bot] commented 3 days ago

🤖 SeineSailor

Here is a concise summary of the pull request changes:

Summary: This pull request updates the libbpf build version in the container image by modifying the bpftool path in the Dockerfile from linux-5.14.0-424.el9 to linux-5.14.0-473.el9. This change ensures the correct version of libbpf is used, potentially affecting bpftool-related operations. However, it does not alter function signatures, global data structures, or variables, nor does it impact the external interface of the code.

Observations:

Suggestions for improvement: