- May 30, 2022
-
-
lcappelli authored
Use both provide-deps.sh files in devcontainer: * provide-CI-deps.sh install the deps for CI * provide-dev-deps.sh install the remaining deps for the devcontainer Before this update, provide-CI-deps.sh was a subset of provide-dev-deps.sh
-
lcappelli authored
To distinguish the differet provide-deps.sh in the same folder, one for the CI container, one for the devel container
-
lcappelli authored
-
- May 20, 2022
- May 13, 2022
- Apr 27, 2022
- Apr 26, 2022
-
-
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.
-
- Apr 21, 2022
-
-
lcappelli authored
-
- Dec 01, 2021
-
-
Francesco Giacomini authored
The script can be used both for the devcontainer and for the continuous integration.
-