Skip to content
Snippets Groups Projects
  1. May 22, 2024
  2. May 07, 2024
  3. Mar 19, 2024
  4. Mar 15, 2024
  5. Feb 07, 2024
    • Sören Tempel's avatar
      Revert "community/go: bootstrap via gccgo" · 3e13e2b4
      Sören Tempel authored
      Go 1.22 requires Go 1.20 or newer for bootstrapping. gccgo only
      supports Go 1.18, therefore we cannot use it for bootstrapping
      Go 1.22 directly and would need to package intermediate versions
      of Go. Since our current packaging setup does not easily allow us
      to maintain multiple versions of a package, and since it does not
      seem likely that gccgo will support newer Go versions in the future,
      this does not seam feasible.
      
      Therefore, this commits abandons the much loved gccgo based bootstrap
      and switches back to bootstrapping Go manually from an existing Alpine
      installation using the bootstrap.sh script.
      
      Fixes #15602
      
      This reverts commit 3516e6e5.
      3e13e2b4
  6. Feb 05, 2024
  7. Jan 16, 2024
  8. Dec 27, 2023
  9. Dec 04, 2023
  10. Dec 01, 2023
  11. Nov 29, 2023
  12. Aug 22, 2023
  13. Jul 28, 2023
  14. Jul 27, 2023
  15. Jul 11, 2023
  16. May 19, 2023
  17. May 12, 2023
  18. May 08, 2023
  19. May 02, 2023
  20. May 01, 2023
  21. Apr 29, 2023
    • Dermot Bradley's avatar
      scripts/mkimg.base.sh: remove haveged package · 38302601
      Dermot Bradley authored and alice's avatar alice committed
      With changes to the "random" code in recent kernels there seems little
      need for haveged in general. This script adds the haveged package to
      Alpine images but its init.d script never appears to be enabled
      anywhere (neither in the image nor by setup-alpine) and so the
      package's presence in the image appears unnecessary.
      38302601
  22. Mar 29, 2023
  23. Feb 13, 2023
  24. Jan 08, 2023
  25. Dec 29, 2022
  26. Nov 22, 2022
  27. Nov 18, 2022
  28. Nov 08, 2022
  29. Nov 07, 2022
  30. Sep 30, 2022
Loading