This repository was archived by the owner on Jun 6, 2024. It is now read-only.
Replies: 1 comment
-
Hey there! @ee07dazn |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Recently, we started getting a bunch of new errors on policy etc. for example -
Ensure seccomp profile is set to docker/default or runtime/default
. Our default approach to downloading and running datree was followingcurl https://get.datree.io | /bin/bash
- I believe since this downloads the latest version, the above policies got added there and hence now I am seeing this issue.Temporarily we wanted to downgrade so ran the following command,
curl -L https://github.com/datreeio/datree/releases/download/1.8.46/datree-cli_1.8.46_Linux_x86_64.zip
...but it seems I still get the errors that i get from the latest version. Am I missing something here.Can someone please help on how to downgrade properly? 🙏
Beta Was this translation helpful? Give feedback.
All reactions