Skip to content
Snippets Groups Projects
  1. Oct 30, 2024
  2. Oct 25, 2024
  3. Oct 07, 2024
  4. Oct 05, 2024
    • Ole Langbehn's avatar
      refactor(docker): use node slim images with major version (20|22) · 5d97aaf2
      Ole Langbehn authored
      After reading https://snyk.io/blog/choosing-the-best-node-js-docker-image/
      , I propose this change, which follows these thoughts:
      
      * Unify codebase across all projects to use slim images instead of alpine or
        normal ones. Reasonings: Security (normal images contain build tools
        unneeded in serving containers which introduce security issues), unification
        (using one type of slim|alpine simplifies code, and since alpine might cause
        performance and compatibility issues, I decided to go for slim)
      * Instead of specifying patch or minor image versions, specify only the major
        version. Reasonings: Security (with only a major version specified we benefit
        from automatic minor and patch updates, which IMO far outweighs the potential
        troubles from not updating a minor or patch version due to forgetting it)
      * Move from node:18 to node:20. Reasoning: node:18 has been in maintenance mode
        for ~1 year. node:20 will soon enter maintenance mode, but I reckoned it's
        too early/dangerous to push node:22 to everywhere.
      
      This is a proposal in form of an MR. Feel free to reject it. If you do, please
      notify me about this, so I get the opportunity to learn from your reasoning.
      5d97aaf2
  5. Aug 03, 2024
    • Patchy's avatar
      chore(deps): update... · adc6d652
      Patchy authored
      chore(deps): update europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node docker tag to v22
      adc6d652
  6. Aug 02, 2024
    • Patchy's avatar
      chore(deps): update... · a4d81def
      Patchy authored
      chore(deps): update europe-north1-docker.pkg.dev/holi-shared/docker-hub-remote/node docker tag to v20.16.0
      a4d81def
  7. Jul 19, 2024
  8. May 28, 2024
  9. Apr 08, 2024
  10. Jan 29, 2024
  11. Dec 07, 2023
  12. Nov 14, 2023
  13. Nov 10, 2023
  14. Jul 11, 2023
  15. Jun 29, 2023
  16. Jun 28, 2023
  17. Jun 26, 2023
  18. Jun 23, 2023
  19. Feb 06, 2023
  20. Jan 11, 2023
  21. Dec 09, 2022
  22. Oct 04, 2022
  23. Sep 09, 2022
  24. Aug 25, 2022
  25. Jun 30, 2022
  26. Jun 16, 2022
  27. Jun 03, 2022
Loading