Skip to content
Snippets Groups Projects
  1. Apr 12, 2022
  2. Apr 07, 2022
  3. Mar 04, 2022
  4. Mar 02, 2022
  5. Mar 01, 2022
  6. Feb 15, 2022
    • Richard van der Hoff's avatar
      Docker: remove `VOLUME` directive (#11997) · 5598556b
      Richard van der Hoff authored
      The driver for this is to stop Complement complaining about it, but as far as I can tell it was pointless and needed to go away anyway.
      
      I'm a bit unclear about what exactly VOLUME does, but I think what it means is that, if you don't override it with an explicit -v argument, then docker run will create a temporary volume, and copy things into it. The temporary volume is then deleted when the container finishes.
      
      That only sounds useful if your image has something to copy into it (otherwise you may as well just use the default root filesystem), and our image notably doesn't copy anything into /data.
      
      So... this wasn't doing anything, except annoying Complement?
      5598556b
  7. Jan 12, 2022
  8. May 05, 2021
  9. Apr 08, 2021
  10. Mar 26, 2021
  11. Mar 22, 2021
  12. Mar 16, 2021
  13. Feb 15, 2021
  14. Dec 04, 2020
    • Jordan Bancino's avatar
      Remove version pin prometheus_client dependency (#8875) · 295c209c
      Jordan Bancino authored
      This removes the version pin of the `prometheus_client` dependency, in direct response to #8831. If merged, this will close #8831 
      
      As far as I can tell, no other changes are needed, but as I'm no synapse expert, I'm relying heavily on CI and maintainer reviews for this. My very primitive test of synapse with prometheus_client v0.9.0 on my home server didn't bring up any issues, so we'll see what happens.
      
      Signed-off-by: Jordan Bancino
      295c209c
  15. Nov 17, 2020
  16. Nov 02, 2020
  17. Aug 26, 2020
  18. Aug 24, 2020
  19. Jul 17, 2020
    • Christopher May-Townsend's avatar
      Switch to Debian:Slim from Alpine for the docker image (#7839) · a5545cf8
      Christopher May-Townsend authored
      As mentioned in #7397, switching to a debian base should help with multi-arch work to save time on compiling. This is unashamedly based on #6373, but without the extra functionality. Switch python version back to generic 3.7 to always pull the latest. Essentially, keeping this as small as possible. The image is bigger though unfortunately.
      a5545cf8
  20. Jul 06, 2020
  21. May 03, 2020
  22. Feb 12, 2020
  23. Jul 12, 2019
  24. Jul 02, 2019
  25. Jun 25, 2019
  26. Jun 18, 2019
  27. Feb 05, 2019
  28. Jan 09, 2019
  29. Oct 01, 2018
  30. Sep 25, 2018
  31. Sep 20, 2018
  32. Sep 10, 2018
  33. Aug 09, 2018
  34. Aug 02, 2018
  35. Jul 19, 2018
  36. May 18, 2018
Loading