You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetSeccompProfilePath() is deprecated but still being used by cri-dockerd. A recent change to cri-tools migrates the tests from using the old method and instead switches to the new method. This causes our integration and e2e tests to fail due to still using the old method.
This issue is to make the changes to support the new method of retrieving the seccomp profile.
Note
As a temporary work around (this is causing all builds to fail), we can pin the cri-tools to the commit before the change using
GetSeccompProfilePath()
is deprecated but still being used bycri-dockerd
. A recent change tocri-tools
migrates the tests from using the old method and instead switches to the new method. This causes our integration and e2e tests to fail due to still using the old method.This issue is to make the changes to support the new method of retrieving the seccomp profile.
Note
As a temporary work around (this is causing all builds to fail), we can pin the
cri-tools
to the commit before the change usingas I've done in #197. This will let us move on with other changes until we have the fix in for this.
The text was updated successfully, but these errors were encountered: