Skip to content
Snippets Groups Projects
  1. Nov 08, 2024
  2. Sep 18, 2024
  3. Jan 19, 2023
  4. Jan 16, 2023
  5. Nov 21, 2022
  6. Nov 16, 2022
  7. Jun 07, 2022
  8. May 30, 2022
  9. May 20, 2022
  10. May 16, 2022
  11. May 13, 2022
  12. Apr 27, 2022
    • lcappelli's avatar
      Rmove the patch file from the .devcontainer folder · fe86066e
      lcappelli authored
      The patch file used by the .devcontainer is needed only by  the build-install-ngx-voms.sh script. This script could use the patch file in the project home dir instead of the copy in the container.
      
      Add an echo in the container specifing that the patch file must exists in the directory where the user runs the script.
      
      Add  a check in the script: if the patch file isn't found, the script adivses the user and exits with an error.
      fe86066e
    • lcappelli's avatar
      Change the names of the environment variables · 3858ff30
      lcappelli authored
      Replace 'VSCODE' with a more general 'DEV'
      3858ff30
  13. 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
    • lcappelli's avatar
      Move copy directives and formatting · 7d4d0283
      lcappelli authored
      7d4d0283
  14. Apr 22, 2022
  15. Apr 21, 2022
  16. Mar 24, 2022
  17. Nov 11, 2021
Loading