summary refs log tree commit diff
path: root/docker/Dockerfile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct licensing metadata on the Docker image (#17141)Ben Banfield-Zanin2024-05-011-1/+1
* More renamingErik Johnston2023-12-131-2/+2
* Use bookwork as docker base image (#16324)Erik Johnston2023-09-151-7/+7
* Docker fully qualified image names (#15689)Jason Little2023-05-311-3/+3
* Add pkg-config package to Stage 0 (#15567)helix-loop2023-05-121-1/+1
* Install rust during Stage 0 of docker build (#15239)David Robertson2023-03-131-1/+16
* Dockerfile: Bump Python version from 3.9 to 3.11 (#14875)katlol2023-01-201-42/+42
* Require poetry>=1.3.2 (#14860)David Robertson2023-01-171-9/+3
* Add release note and update doc regarding ICU (#14712)Mathieu Velten2022-12-201-0/+1
* Add optional ICU support for user search (#14464)Brendan Abolivier2022-12-121-0/+2
* docker: remove useless cargo install with apt (#14636)Mathieu Velten2022-12-071-1/+1
* Cache Rust build cache when building docker images (#14130)Erik Johnston2022-10-171-1/+3
* Merge remote-tracking branch 'origin/release-v1.69' into developPatrick Cloke2022-10-141-1/+7
|\
| * Fix docker build OOMing in CI for arm64 builds (#14173)Erik Johnston2022-10-131-0/+6
| * Fix pinning Rust deps in docker images (#14129)Erik Johnston2022-10-111-1/+1
* | Use minimal Rust installation in docker images and CI (#14141)David Robertson2022-10-121-1/+1
|/
* Fix Docker build when Rust .so has been build locally first (#13811)Mathieu Velten2022-09-161-3/+5
* Add a stub Rust crate (#12595)Erik Johnston2022-09-061-2/+12
* Bump docker image to use stable poetry version (#13688)Erik Johnston2022-09-011-10/+1
* Install cryptography build dependencies in requirements image. (#13372)Jasper Spaans2022-08-031-1/+2
* Enable Complement CI tests in the 'latest deps' test run. (#13213)reivilibre2022-08-011-2/+22
* Use and recommend poetry 1.1.14, up from 1.1.12 (#13285)David Robertson2022-07-151-1/+1
* Enable Complement testing in the 'Twisted Trunk' CI runs. (#13079)reivilibre2022-07-011-1/+8
* Collapse Docker build commands in Complement CI runs to make the logs easier ...reivilibre2022-06-151-3/+3
* Pin poetry.core in Docker images (#12853)Erik Johnston2022-05-241-1/+1
* Mark Dockerfile as requiring BuildKit (#12541)Jason Robinson2022-04-261-0/+1
* Dump setuptools; correct pyproject version number (#12478)David Robertson2022-04-201-4/+2
* Workaround pip bug installing latest treq and not-latest twisted from hashes ...David Robertson2022-04-121-1/+1
* Poetry: use locked environment in Docker images (#12385)David Robertson2022-04-071-20/+58
* Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)David Robertson2022-03-041-1/+1
* Move scripts directory inside synapse, exposing as setuptools entry_points (#...David Robertson2022-03-021-1/+0
* Use Python 3.9 in Synapse dockerfiles by default (#12112)Andrew Morgan2022-03-011-2/+2
* Docker: remove `VOLUME` directive (#11997)Richard van der Hoff2022-02-151-2/+0
* Use buildkit's cache feature to speed up docker builds (#11691)Richard van der Hoff2022-01-121-5/+21
* Docker healthcheck timings - add startup delay and changed interval (#9913)Christopher May-Townsend2021-05-051-1/+1
* Put opencontainers labels to the final image (#9765)Johannes Wienke2021-04-081-5/+5
* Make pip install faster in Docker build for Complement testing (#9610)Eric Eastwood2021-03-261-43/+41
* Merge branch 'master' into developErik Johnston2021-03-261-20/+23
|\
| * Explicitly upgrade openssl in docker file and enforce new version of cryptogr...Erik Johnston2021-03-261-20/+23
* | Include opencontainers labels in Docker image (#9612)Johannes Wienke2021-03-221-0/+5
|/
* Install jemalloc in docker image (#8553)Mathieu Velten2021-03-161-0/+1
* Add rustc to Docker image build environment (#9405)Dan Callahan2021-02-151-0/+2
* Remove version pin prometheus_client dependency (#8875)Jordan Bancino2020-12-041-1/+1
* Cap the version of prometheus_client to <v0.9.0 in the dockerfile (#8767)Andrew Morgan2020-11-171-1/+2
* Use Python 3.8 in Docker images by default (#8698)Dan Callahan2020-11-021-1/+1
* Add required Debian dependencies to allow docker builds on the arm platform (...Christopher May-Townsend2020-08-261-3/+10
* Add healthcheck for default localhost 8008 port on /health endpoint. (#8147)Christopher May-Townsend2020-08-241-0/+4
* Switch to Debian:Slim from Alpine for the docker image (#7839)Christopher May-Townsend2020-07-171-34/+23
* Add libwebp dependency to Dockerfile (#7791)Juho Vanhanen2020-07-061-0/+2
* Update runtime docker image to Alpine v3.11Cédric Laubacher2020-05-031-1/+1
* bump the version of Alpine Linux used in the docker images (#6897)Richard van der Hoff2020-02-121-1/+1
* Upgrade Alpine Linux used in the Docker image (3.8 -> 3.10) (#5619)Slavi Pantaleev2019-07-121-2/+2
* Add ability to set timezone for Docker container (#5383)Amir Zarrinkafsh2019-07-021-0/+1
* Update docker image to use Python 3.7. (#5546)Richard van der Hoff2019-06-251-1/+1
* Include xmlsec in the docker imageRichard van der Hoff2019-06-181-1/+3
* Enable ACME support in the docker image (#4566)Richard van der Hoff2019-02-051-1/+14
* Docker: only copy what we need to the build image (#4562)Richard van der Hoff2019-02-051-1/+4
* fix docker build to install optional deps release-v0.34.1Richard van der Hoff2019-01-091-3/+1
* Further reduce the size of the docker image (#3972)Richard van der Hoff2018-10-011-25/+46
* Update DockerfileJan Christian Grünhage2018-09-251-1/+0
* make python 3 work in the docker containerJan Christian Grünhage2018-09-201-1/+3
* add runtime dependenciesJan Christian Grünhage2018-09-101-5/+10
* Move COPY before RUN and merge RUNsMathijs van Gorcum2018-09-101-5/+5
* Remove build requirements after buildingMathijs van Gorcum2018-09-101-2/+3
* update docker base-image to alpine 3.8Jan Christian Grünhage2018-08-091-1/+1
* Refactor docker locations and README.Michael Kaye2018-08-021-0/+35