- Nov 17, 2022
-
-
lcappelli authored
-
- Nov 16, 2022
- Nov 15, 2022
-
-
lcappelli authored
-
- Jun 24, 2022
-
-
lcappelli authored
-
lcappelli authored
-
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
-
- Jun 23, 2022
-
-
lcappelli authored
Specify the correct location of the nginx-httpg_no_delegation.patch file in the script for installing openresty-voms in the devcontainer
-
- Jun 07, 2022
-
-
Francesco Giacomini authored
Merge branch '28-using-an-embedded-variable-in-a-subrequest-causes-a-segmentation-fault' into 'master' Resolve "Using an embedded variable in a subrequest causes a segmentation fault" Closes #28 See merge request storm2/ngx_http_voms_module!20
-
lcappelli authored
Remove user ownership and add executable permission to build-install-openresty-voms script.
-
Francesco Giacomini authored
In a subrequest, the http_connection field is NULL. Issue #28
-
- May 30, 2022
-
-
Francesco Giacomini authored
Resolve "Remove dependency from storm2/build project" Closes #27 See merge request storm2/ngx_http_voms_module!19
-
lcappelli authored
-
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
-
lcappelli authored
-
lcappelli authored
-
- May 20, 2022
- May 16, 2022
- May 13, 2022
-
-
lcappelli authored
This script is used during the CI. It is moved from .devocontainer to docker folder, probably this is not the correct place.
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
The build-install-openresty-voms.sh script is copied in /usr/local/bin instead ~/bin. Deleted the addition of ~/bin from PATH env variable.
-
lcappelli authored
-
lcappelli authored
DEV_USER -> USERNAME DEV_USER_UID -> USER_UID DEV_GID -> USER_GID See the best practise: https://github.com/microsoft/vscode-dev-containers
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
All the file in assets used tu build the devcontainer are moved in library-script. Modify the Dockerfile COPY directory
-