diff options
author | Andrew Ferrazzutti <andrewf@element.io> | 2025-04-01 08:32:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-01 12:32:34 +0000 |
commit | f638a76ba4ef242794493146b944529d3a2bd5ad (patch) | |
tree | 2ee4add70f8b755a7ae4b8492154b60d409c158b /docs/usage/configuration | |
parent | Bump actions/setup-python from 5.4.0 to 5.5.0 (#18298) (diff) | |
download | synapse-f638a76ba4ef242794493146b944529d3a2bd5ad.tar.xz |
Avoid relying on rsync during Docker build (#18287)
Use targeted COPY commands instead of rsync to avoid having a symlinked /lib as the destination of a COPY (which buildkit does not support). ### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [x] Pull request is based on the develop branch * [x] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [x] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
Diffstat (limited to 'docs/usage/configuration')
0 files changed, 0 insertions, 0 deletions