-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Builds on Amazon EKS fail with error: failed to solve: read /proc/pressure/cpu: operation not supported
#3997
Comments
Seems linked to #3860
Didn't try BuildKit master on Amazon Linux 2 myself so might be this kernel does not have |
@tonistiigi Could we have an opt-out param in buildkit config for proc pressure? I recall Netdata has some opt-outs for os metrics: https://learn.netdata.cloud/docs/data-collection/linux-systems/os-provided-metrics |
PSI is already optional. We let the "file not exist" error fail cleanly. But I'm not sure why for this system, the error would be "not supported". Does the file exist, but you are just not allowed to read it? Do you know what component is adding that restriction? |
@tonistiigi I was looking at another machine and it seems
I will make further tests and let you know |
The files in |
When using
docker buildx build
with abuildkit
builder on an AWS EKS (v1.23.17-eks) node, the build runs successfully, but the process fails with an error:error: failed to solve: read /proc/pressure/cpu: operation not supported
When using
buildkit:latest
this error does not occur.Example
The text was updated successfully, but these errors were encountered: