Skip to content
Snippets Groups Projects
  1. Jan 02, 2024
  2. Mar 17, 2023
  3. Oct 05, 2022
  4. Mar 16, 2021
  5. Feb 08, 2021
  6. Feb 01, 2021
  7. Oct 13, 2020
  8. Apr 20, 2020
    • Kamil Trzciński's avatar
      Perform atomic replace of configs using `sponge` · a7f3b1d0
      Kamil Trzciński authored
      Previously we would be using `> file` (shell redirect),
      but this is suspectible to race conditions
      when starting multiple containers writing that file.
      
      Using `sponge` allows us to soak up all input,
      and atomic replace existing file.
      a7f3b1d0
  9. Oct 20, 2018
  10. Oct 19, 2018
  11. Nov 01, 2017
  12. Oct 31, 2017
Loading