-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add kernel 6.8 and 6.10 in matrix images #4434
Conversation
https://github.com/aquasecurity/tracee/actions/runs/12352508128/job/34469702343?pr=4434#step:4:33 To avoid installing all by hand again I suggest you pick the latest image, set package providers, upgrade packages (and system), and finally set the desired kernel. |
7e061df
to
3c93c58
Compare
Hey @geyslan, thanks for the tip! It was a permission issue – now resolved. I decided to do a fresh install using the Ubuntu 24.04 image, and everything started working after that (kernel 6.8 and kernel 6.10 in this first phase). |
3c93c58
to
4fc4797
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
e01c6fb
to
bca0a38
Compare
- Add kernel 6.8 and 6.10, both for x86_64 and aarch64; - Both kernels are based on Ubuntu 24.04 LTS (codename Noble).
bca0a38
to
d452404
Compare
@geyslan just added kernel 6.8 and 6.10 for arm64 :) |
Awesome, bring them in. |
/fast-forward |
Triggered from #4434 (comment) by @rscampos. Trying to fast forward Target branch ( commit 84aca9d8b4ee652bf871ed264f61f4925b17ce1b (HEAD -> main, origin/main, origin/HEAD)
Author: Gregório G. <[email protected]>
Date: Tue Dec 17 08:38:49 2024 -0300
fix(ci): add runner type to release workflows (#4436)
Set INSTANCE_TYPE=LARGE for release workflows as
release demands a runner with higher specs. Pull request ( commit d4524045ed9cdc11ede9f148a1e1b064312b686d (pull_request/add_new_kernel_instance)
Author: Raphael Campos <[email protected]>
Date: Tue Dec 17 04:37:55 2024 -0600
chore: add kernel 6.8 and 6.10 in matrix images
- Add kernel 6.8 and 6.10, both for x86_64 and aarch64;
- Both kernels are based on Ubuntu 24.04 LTS (codename Noble). Fast forwarding $ git push origin d4524045ed9cdc11ede9f148a1e1b064312b686d:main
To https://github.com/aquasecurity/tracee.git
! [remote rejected] d4524045ed9cdc11ede9f148a1e1b064312b686d -> main (refusing to allow a GitHub App to create or update workflow `.github/workflows/pr.yaml` without `workflows` permission)
error: failed to push some refs to 'https://github.com/aquasecurity/tracee.git' |
1. Explain what the PR does
d452404 chore: add kernel 6.8 and 6.10 in matrix images
2. Explain how to test it
3. Other comments