-
Hi, I would like to use the datree/datree image and configure it for offline use with no internet connection. Additionally, I want to extend the image and add kubernetes schema files for validation and a policies.yaml. I tried to look inside the docker container but I can't seem to find the usual config files which are created when running the executable normally. Where are the default configs located in the docker image? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @kedith As a workaround, you can create your own image using our image as a base, and extend it to perform the following:
Let me know if it solved your problem, |
Beta Was this translation helpful? Give feedback.
Hey @kedith
Currently, running datree in offline-mode within our docker image is not supported out-of-the-box. I've opened a task to support this use case- https://github.com/datreeio/datree/issues/700
As a workaround, you can create your own image using our image as a base, and extend it to perform the following:
datree config set offline local
which creates the config.yaml file with the property that enables running offlineLet me know if it solved your problem,
Adi.