11 lines
869 B
Markdown
11 lines
869 B
Markdown
This directory contains a list of dockerfiles which can be used with Complement.
|
|
|
|
This used to have stand-alone Dockerfiles which would pull sources directly and build them for testing.
|
|
However, this doesn't work nicely when running Complement with local checkouts, so homeservers would
|
|
end up copying the Dockerfiles in this directory to their own repository. In an effort to reduce
|
|
duplication, we now point to dockerfiles in respective repositories rather than have them directly here.
|
|
|
|
- Dendrite: https://github.com/element-hq/dendrite/blob/11b48749bf96fb1f7761df6d7a21cf1cd8484e20/build/scripts/Complement.Dockerfile
|
|
- Synapse: https://github.com/matrix-org/synapse/blob/develop/docker/complement/Dockerfile
|
|
- Conduit: https://gitlab.com/famedly/conduit/-/blob/next/tests/Complement.Dockerfile
|
|
- conduwuit: https://conduwuit.puppyirl.gay/development/testing.html
|