Skip to content
Snippets Groups Projects
  1. Oct 14, 2021
  2. Sep 13, 2021
  3. Aug 10, 2021
    • Shlee's avatar
      NodeJS 14 support - circleci/docker/.nvmrc (#16163) · 229f5d16
      Shlee authored
      * Update config.yml
      
      * Update Dockerfile
      
      * Update .nvmrc
      
      * Update Dockerfile
      
      * NodeJS 10 is EOL.
      
      * Update package.json
      
      * Update README.md
      
      * Update Vagrantfile
      
      * Update Dockerfile
      
      * Update Dockerfile
      229f5d16
  4. Jul 09, 2021
  5. May 04, 2021
  6. Apr 09, 2021
  7. Mar 30, 2021
  8. Mar 20, 2021
  9. Mar 12, 2021
  10. Jan 28, 2021
  11. Jan 08, 2021
  12. Nov 29, 2020
  13. Nov 19, 2020
  14. Aug 30, 2020
  15. Jun 25, 2020
  16. Apr 05, 2020
  17. Mar 10, 2020
  18. Feb 16, 2020
  19. Jan 28, 2020
  20. Dec 30, 2019
  21. Nov 29, 2019
  22. Nov 04, 2019
  23. Oct 02, 2019
  24. Sep 07, 2019
  25. Aug 31, 2019
  26. Jul 18, 2019
  27. May 26, 2019
  28. May 25, 2019
  29. Mar 08, 2019
    • Ben Lubar's avatar
      Re-organize Dockerfile to improve incremental builds. (#10212) · d36fcb54
      Ben Lubar authored
      - Always run apt update before any other apt command. (This fixes
        incremental builds failing if a remote package is updated.)
      - Only copy dependency lists before installing dependencies. (This means
        editing code doesn't force all dependencies to be re-downloaded.)
      - Delete cache in the same layer that it is created. (Otherwise,
        deleting cache *increases* the size of the image on non-squashed
        builds.)
      - Move the installation of some static dependencies to *before* Mastodon
        code is imported to Docker.
      d36fcb54
  30. Feb 25, 2019
  31. Feb 24, 2019
  32. Feb 05, 2019
  33. Jan 17, 2019
  34. Jan 01, 2019
  35. Dec 16, 2018
Loading