Skip to content
Snippets Groups Projects
  1. Mar 19, 2022
  2. Feb 14, 2022
  3. Jan 30, 2022
  4. Dec 25, 2021
    • Jeong Arm's avatar
      Save bundle config as local (#17188) · fad37dd1
      Jeong Arm authored
      Some bundle options are saved as global user config and not project local.
      Specially, `deployment` must be saved as local config to be run on copied environment
      fad37dd1
  5. Nov 24, 2021
  6. Nov 18, 2021
  7. Nov 17, 2021
  8. Oct 14, 2021
  9. Sep 13, 2021
  10. 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
  11. Jul 09, 2021
  12. May 04, 2021
  13. Apr 09, 2021
  14. Mar 30, 2021
  15. Mar 20, 2021
  16. Mar 12, 2021
  17. Jan 28, 2021
  18. Jan 08, 2021
  19. Nov 29, 2020
  20. Nov 19, 2020
  21. Aug 30, 2020
  22. Jun 25, 2020
  23. Apr 05, 2020
  24. Mar 10, 2020
  25. Feb 16, 2020
  26. Jan 28, 2020
  27. Dec 30, 2019
  28. Nov 29, 2019
  29. Nov 04, 2019
  30. Oct 02, 2019
  31. Sep 07, 2019
  32. Aug 31, 2019
  33. Jul 18, 2019
  34. May 26, 2019
  35. May 25, 2019
  36. 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
Loading