Skip to content
Snippets Groups Projects
  1. Jun 24, 2022
    • Laura Cappelli's avatar
      Merge branch... · d668993b
      Laura Cappelli authored
      Merge branch '30-bug-in-devcontainer-patch-file-not-found-in-openresty-voms-installation' into 'master'
      
      Resolve "Bug in devcontainer: patch file not found in openresty-voms installation"
      
      Closes #30
      
      See merge request storm2/ngx_http_voms_module!22
      d668993b
  2. 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
  3. Jun 07, 2022
  4. May 30, 2022
  5. May 20, 2022
  6. May 16, 2022
  7. May 13, 2022
  8. Apr 28, 2022
  9. Apr 27, 2022
  10. 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
  11. Apr 22, 2022
    • lcappelli's avatar
      Improve RUN layers · 6114d45a
      lcappelli authored
      * To reduce the image dimension, two RUN commands are merged in one single layer.
      * All packages are installed with a single command.
      * remove cern and garr mirrors
      * the clean commands are the last instructions in the layer
      * sudo is installed only in the dockerfile
      6114d45a
Loading