- Apr 22, 2022
-
-
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
-
lcappelli authored
As written in the best practise: https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#add-or-copy
-
lcappelli authored
To create the vscode user, the provide_user.sh script is used. With this script the comand line appearance is improved with colors and branch informations
-
lcappelli authored
Update the license format in Dockerfile as an example. These two lines need to be inserted in all the file in the project repo
-
lcappelli authored
Only one user is useful: test user and storm user have been removed. The default user has changed name in vscode because is the not-root user commonly used in devcontainer
-
- Apr 21, 2022
-
-
lcappelli authored
The patch file needs to be in the project root directory in order to be loaded for the rpm generation. The patch file needs also to be into the devontainer build directory; this means that, at this moment, we use a copy of the patch file but an alternative solution can be find.
-
lcappelli authored
-
- Apr 04, 2022
-
-
Francesco Giacomini authored
Rebase to openresty 1.19.9.1 See merge request storm2/ngx_http_voms_module!18
-
- Mar 24, 2022
-
-
Francesco Giacomini authored
-
- Dec 01, 2021
-
-
Francesco Giacomini authored
* Explicitly install build-time deps needed for this package * Take the httpg patch from this repo
-
Francesco Giacomini authored
The script can be used both for the devcontainer and for the continuous integration.
-
Francesco Giacomini authored
-
Elisabetta Ronchieri authored
-
- Nov 16, 2021
-
-
Francesco Giacomini authored
The debug spec file is not used, but let's keep it aligned with the other one.
-
- Nov 15, 2021
-
-
Francesco Giacomini authored
-
- Nov 12, 2021
-
-
Francesco Giacomini authored
* Start from the upstream SPEC file. * Use the %{name} macro instead of explicitly repeating openresty-voms * Use system zlib, openssl and pcre dependencies and do not specify minimum versions * Remove unused macros oroprefix, {zlib,pcre,openssl}_prefix * The voms_module_prefix macro is assumed * Mv-ing openresty binary in openresty-voms seems irrelevant * Don't consider "tapset" files, they don't exist (any more) * For debug builds use -Og * Review the packaging script - Minimize the list of build-time packages to install - Set the voms_module_prefix macro in the .rpmmacros file. The prefix is on the command line, with a default - Build only the optimized RPM * Start docker:dind with --tls=false to avoid timeouts during CI Issue #17
-
- Nov 11, 2021
-
-
Francesco Giacomini authored
-
Francesco Giacomini authored
CentOS provides gcc 4.8.5, which has a decent support for C++14 features, enabled with -std=c++1y. In this way we don't need to bring in the devtoolset software collection.
-
Francesco Giacomini authored
Conflict is set against any version of openresty.
-
Francesco Giacomini authored
-
Francesco Giacomini authored
In particulare the one in certs shows concrete examples on how to generate VOMS proxies
-
Francesco Giacomini authored
The proxies had a wrong VO in the FQANs and couldn't be validated any more by the VOMS lib. See commit https://github.com/italiangrid/voms/commit/feeaed encoding.t was also affected, but didn't require any change, just a correctly generated proxy.
-
Francesco Giacomini authored
Apparently the bug mentioned in the (removed) comment has been fixed. But this showed a bug in our test: http vs HTTP in the pattern to match in the log. Issue #17
-
- Feb 02, 2021
-
-
Andrea Ceccanti authored
Refactored openresty-voms docker image See merge request storm2/ngx_http_voms_module!17
-
Andrea Ceccanti authored
-
- Feb 01, 2021
-
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-
- Mar 04, 2020
-
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
Issue 22 See merge request storm2/ngx_http_voms_module!16
-
-
- Jan 14, 2020
-
-
Francesco Giacomini authored
Check it's an SSL request before dereferencing the ssl field of a connection Closes #26 See merge request storm2/ngx_http_voms_module!15
-
Francesco Giacomini authored
-
Francesco Giacomini authored
fix issue #26
-
Francesco Giacomini authored
Note that This test is always successful because, for some reason (a bug?) the error.log as seen in Test::Nginx doesn't contain the entries for the master process, although they are evailable in the actual file. As a consequence the no_error_log check is always satisfied, even if the segmentation fault were present
-
- Aug 02, 2019
-
-
Andrea Ceccanti authored
Actual fix for issue-23 See merge request storm2/ngx_http_voms_module!14
-
Andrea Ceccanti authored
-
Andrea Ceccanti authored
-