Hi there,
We are trying to setup up a docker image for our dbt execution, primarily to improve execution speed, but also to simplify deployment (we are using a private repos for both the dbt project and some of the dbt packages).
It seems to work currently, but fx downloading artifacts is not working and there are some complaints in log4j surrounding missing R.
Is it possible to see the built-in dbt task Dockerfile? or at least get an outline of used directories, env variables and dependencies?
/Esben