netdata / kernel-collector

Linux Kernel eBPF Collectors
61 stars 15 forks source link

Update images #304

Closed thiagoftsm closed 2 years ago

thiagoftsm commented 2 years ago
Summary

Update Docker images to use almalinux and Ubuntu.

Test Plan
  1. Get files from link and store in a specific directory, for example, ~/PATH_TO_ARTIFACTS
  2. Extract the files running
for i in `ls *.zip`; do unzip $i; rm .gitkeep ; rm $i; done
for i in `ls *.xz`; do tar -xf $i; rm $i* ; done
  1. Compile current branch:
# make clean ; make tester
  1. Run tests:
    ./kernel/legacy_test --netdata-path ~/PATH_TO_ARTIFACTS --content --iteration 2 --log-path FILE.txt
Additional information

This PR was tested on:

Linux Distribution kernel version
Slackware Current 5.17.6
Rocky 8.5 4.18.0-372.9.1.el8.x86_64

I only tested on two kernels, because we are not changing nothing that is loaded inside kernel.