Skip to content

Conversation

@olivembo
Copy link

Fixes #60

@olivembo olivembo requested a review from opajonk January 20, 2026 15:13
@olivembo olivembo added the enhancement New feature or request label Jan 20, 2026
Comment on lines +34 to +38
linux_tools_common:
version: "6.8.0"

linux_tools_generic:
version: "6.8.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this has some host dependency. E.g. my notebook runs Ubuntu 24.04 with kernel 6.14.0-37-generic and then perf inside this container will not work.

For this I used to create a script called by postCreateCommand and let that one install the matching linux-tools versions.

What do you think about that? Otherwise we will end up installing tons of linux tools packages or constantly updating the container in case the installed Linux kernel version changes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you explain where here is a dependency on the kernel version? Since the kernel is shared with the host (obviously), this would be a serious problem...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Draft

Development

Successfully merging this pull request may close these issues.

Install development tools

3 participants