-
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
community integration build fails with: config file not found #4142
Comments
I have the same issue and had a look at a running datadog container without integrations. It seems, that datadog symlinks the In my case I just symlinked during build and removed the link afterwards, e.g. for the ping integration:
Note: I'm actually using |
Is this issue has been resolved? |
no but the workaround from @gjwnc works. Maybe add it to the docs or sth |
It also works on my side. I adding this line
|
This was fixed in agent v7.23.0/6.23.0. You can now do |
I tried to update the docker container we used and I could not install the integrations in an agent v6.23.1 container. The reason seems to be that datadog-checks-dev is not compatible with python 2.7 because the python code uses f-string formating which is a python 3 feature. The following Dockerfile builds successfully:
|
Describe what happened:
Tried to build an agent with a community integration installed as described here: https://docs.datadoghq.com/agent/guide/community-integrations-installation-with-docker-agent/?tab=docker
Describe what you expected:
successful build
Steps to reproduce the issue:
Dockerfile:
docker build .
Workaround:
Dockerfile:
The text was updated successfully, but these errors were encountered: