Skip to content
Snippets Groups Projects
  1. Jan 30, 2024
  2. Jan 25, 2024
  3. Jan 17, 2024
  4. Sep 20, 2023
  5. May 06, 2023
  6. Nov 05, 2022
  7. Nov 04, 2022
  8. Feb 02, 2022
  9. Oct 21, 2021
  10. Oct 20, 2021
  11. Oct 16, 2021
  12. Aug 05, 2021
  13. Aug 04, 2021
  14. May 10, 2021
  15. May 02, 2021
  16. Nov 26, 2020
  17. Oct 19, 2020
  18. May 19, 2020
    • Chris (Someguy123)'s avatar
      Improved build.sh Docker build script · 3cbc8395
      Chris (Someguy123) authored
       - Changed most variables from hard-coded export's, so that they only use their default value if
         the variable wasn't already set in the environment
      
       - Refactored most lines to follow shellscript standards, e.g. using `${}` where appropriate, quoting
         arguments and variables, etc.
      
       - Added some additional variables to make it easier to adjust individual portions of the docker tag
         through environment variables
      
       - Added basic information comment block to the top of the file explaining how to use the build script,
         and how to adjust the docker tag
      
       - Added a bash shebang and made the file executable
      
       - Added support for overriding the docker tag by passing an argument
      
       - Added `$DIR` variable, allowing `build.sh` to be ran from any working directory, without running
         into path context problems.
      3cbc8395
  19. Apr 12, 2020
  20. Oct 04, 2019
  21. Oct 03, 2019
Loading