1. Oct 03, 2023
  2. Sep 30, 2023
  3. Sep 28, 2023
  4. Sep 13, 2023
  5. Sep 12, 2023
    • Tsukasa OI's avatar
      Detect Docker robustly · 8a088a94
      Tsukasa OI authored
      
      
      "&> /dev/null" works as a redirection from stdout/stderr to /dev/null
      in Bash but not in POSIX shell (considered as an asynchronous execution
      and the result of the "command" command cannot be retrieved).
      
      As a result, it always assumes that Docker always exists.
      
      This commit makes the redirection robust and portable (makes it possible
      to detect "no Docker" condition correctly).
      
      Signed-off-by: default avatarTsukasa OI <research_trasio@irq.a4lg.com>
      8a088a94
  6. Sep 10, 2023
  7. Sep 06, 2023
  8. Aug 30, 2023
  9. Aug 29, 2023
  10. Aug 16, 2023
  11. Aug 13, 2023
  12. Aug 12, 2023
  13. Aug 06, 2023
  14. Jul 26, 2023
  15. Nov 10, 2022
  16. Nov 09, 2022
  17. Nov 06, 2022
  18. Nov 03, 2022
  19. Oct 27, 2022
  20. Sep 29, 2022