diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-07-15 11:13:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 11:13:40 +0100 |
commit | 512486bbeb606ae989fe26d7b39074096a70b32c (patch) | |
tree | d3e20f4dadfc3273ebf40032407033f8f81bf276 /changelog.d | |
parent | Async get event cache prep (#13242) (diff) | |
download | synapse-512486bbeb606ae989fe26d7b39074096a70b32c.tar.xz |
Docker: copy postgres from base image (#13279)
When building the docker images for complement testing, copy a preinstalled complement over from a base image, rather than apt installing it. This avoids network traffic and is much faster.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13279.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13279.misc b/changelog.d/13279.misc new file mode 100644 index 0000000000..a083d2af2a --- /dev/null +++ b/changelog.d/13279.misc @@ -0,0 +1 @@ +Reduce the rebuild time for the complement-synapse docker image. |