Skip to content
Snippets Groups Projects
  1. Oct 16, 2021
  2. May 10, 2021
  3. May 02, 2021
  4. Nov 26, 2020
  5. Oct 19, 2020
  6. 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
  7. Apr 12, 2020
  8. Oct 04, 2019
  9. Oct 03, 2019
  10. Sep 27, 2019
  11. Sep 06, 2019
  12. Sep 05, 2019
  13. Aug 30, 2019
  14. Jun 25, 2019
  15. Jun 19, 2019
  16. Jun 18, 2019
  17. Jun 04, 2019
  18. Mar 18, 2019
  19. Mar 05, 2019
  20. Mar 04, 2019
  21. Feb 24, 2019
  22. Dec 18, 2018
Loading