Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngx_http_voms_module
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cnafsd
ngx_http_voms_module
Commits
5edd34fe
Commit
5edd34fe
authored
3 days ago
by
Francesco Giacomini
Browse files
Options
Downloads
Plain Diff
Merge branch '36-new-stable-nginx-release-1-26-3' into 'master'
Resolve "New stable NGINX release 1.26.3" Closes
#36
See merge request
!28
parents
3c4a7183
c9ea10b6
No related branches found
No related tags found
1 merge request
!28
Resolve "New stable NGINX release 1.26.3"
Pipeline
#268557
passed
3 days ago
Stage: build
Stage: docker-build
Stage: docker-push
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.devcontainer/assets/build-library.sh
+1
-1
1 addition, 1 deletion
.devcontainer/assets/build-library.sh
docker/Dockerfile
+1
-1
1 addition, 1 deletion
docker/Dockerfile
rpm/nginx-module-http-voms.spec
+4
-1
4 additions, 1 deletion
rpm/nginx-module-http-voms.spec
with
6 additions
and
3 deletions
.devcontainer/assets/build-library.sh
+
1
−
1
View file @
5edd34fe
...
...
@@ -13,7 +13,7 @@ downloadNginx() {
# set nginx version
if
[
-z
${
ngxVersion
}
]
;
then
ngxVersion
=
1.26.
2
-1
ngxVersion
=
1.26.
3
-1
fi
elVersion
=
$(
rpmbuild
--eval
%
{
rhel
}
)
echo
"Downloading nginx version
${
ngxVersion
}
(EL
${
elVersion
}
)"
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile
+
1
−
1
View file @
5edd34fe
...
...
@@ -27,7 +27,7 @@ COPY artifacts/*.rpm /pkgs/
COPY
nginx.repo /etc/yum.repos.d/nginx.repo
RUN
rpm
-ivh
/pkgs/nginx-
*
.el
${
EL_VERSION
}
.httpg.x86_64.rpm
&&
\
rpm
-ivh
/pkgs/nginx-module-http-voms-
*
.el
${
EL_VERSION
}
.x86_64.rpm
&&
\
dnf
install
-y
nginx-module-njs
\
dnf
install
-y
nginx-module-njs
-
$(
rpm
-q
--qf
%
{
VERSION
}
nginx
)
*
\
# forward request and error logs to docker log collector
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log
...
...
This diff is collapsed.
Click to expand it.
rpm/nginx-module-http-voms.spec
+
4
−
1
View file @
5edd34fe
%define nginx_user nginx
%define nginx_group nginx
%define base_version 1.26.
2
%define base_version 1.26.
3
%define bdir %{_builddir}/%{name}-%{base_version}
Name: nginx-module-http-voms
...
...
@@ -84,6 +84,9 @@ fi
%changelog
* Thu Mar 6 2025 Francesco Giacomini
- nginx http voms module updated to 1.26.3-1.0.0
* Fri Oct 18 2024 Francesco Giacomini
- nginx http voms module updated to 1.26.2-1.0.0
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment