Skip to content
Snippets Groups Projects
  1. Jan 19, 2023
  2. Jan 16, 2023
  3. Dec 12, 2022
  4. Nov 21, 2022
  5. Nov 16, 2022
  6. Jun 24, 2022
  7. Jun 23, 2022
    • lcappelli's avatar
      Bug Fix in devcontainer script · 6e80675f
      lcappelli authored
      Specify the correct location of the nginx-httpg_no_delegation.patch file in the script for installing openresty-voms in the devcontainer
      6e80675f
  8. Jun 07, 2022
  9. May 30, 2022
  10. May 20, 2022
  11. May 16, 2022
  12. May 13, 2022
  13. Apr 28, 2022
  14. Apr 27, 2022
  15. Apr 26, 2022
    • lcappelli's avatar
      Merge all 'yum install' commands in a single layer · af079103
      lcappelli authored
      To create the image defined in this dockerfile, we've merged three differend images:
       * storm2/build/base
       * storm2/build/ngx-voms-build [issue-17]
       * storm2/ngx_http_voms_module/.devcontainer
      Each image has this own 'yum install' command with the packages needed for that layer.
      
      With this commit, all the packages are installed in a single layer to reduce the image dimension.
      All the 'yum install' commands are grouped in the setup.sh script.
      af079103
Loading