good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 21, 2022
  2. Mar 19, 2022
  3. Mar 10, 2022
  4. Mar 07, 2022
  5. Mar 04, 2022
    • battlmonstr's avatar
      Makefile: allow command-specific go.mod files (#3641) · 90b52929
      battlmonstr authored
      The command builds were always using the root go.mod.
      Adding cmd/mycmd/go.mod produced an "package not found" error.
      
      This changes the build to run in the cmd/mycmd directory:
      * If cmd/mycmd/go.mod is present, it is used.
      * Otherwise it builds the main package using the root go.mod as before.
  6. Feb 24, 2022
  7. Feb 22, 2022
  8. Feb 14, 2022
  9. Jan 31, 2022
  10. Jan 23, 2022
  11. Jan 19, 2022
  12. Jan 18, 2022
  13. Dec 26, 2021
  14. Dec 22, 2021
  15. Dec 15, 2021
  16. Nov 23, 2021
  17. Nov 22, 2021
  18. Nov 15, 2021
  19. Oct 31, 2021
  20. Oct 14, 2021
  21. Oct 12, 2021
  22. Sep 11, 2021
  23. Aug 18, 2021
  24. Jul 27, 2021
  25. Jul 19, 2021
    • Marius's avatar
      docker-compose with minimal PID namespace and non-root permissions (#2397) · d085bf9a
      Marius authored
      * Feat: only share the erigon container PID namespace with rpcdaemon instead of the entire host PID namespace.
      
      * Feat: remove host UID:GUID mapping from erigon and rpcdaemon containers in favour of erigon user in Dockerfile. Adapted Makefile to pre-create mounted volumes to avoid permission issues at runtime.
      
      * Feat: docker volume directories should always be owned by erigon user(1000:1000) regardless of the user that invoked the make command.
      
      * Fix: don't chown here which breaks docker volume mounts.
      
      * Fix: remove ERIGON_HOME Makefile variable and simplify recipe.
  26. Jul 18, 2021
  27. Jul 15, 2021
  28. Jul 03, 2021
  29. Jul 01, 2021
  30. Jun 27, 2021
Loading