Skip to content

Commit

Permalink
build: XRootD 5.6.8
Browse files Browse the repository at this point in the history
Updates XRootD version, fixing image building troubles.
  • Loading branch information
tiborsimko committed Mar 13, 2024
1 parent 0d5df34 commit 5b284f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
# Use Invenio's alma image with Python-3.9
FROM registry.cern.ch/inveniosoftware/almalinux:1

# Use XRootD 5.6.7
ENV XROOTD_VERSION=5.6.7
# Use XRootD 5.6.8
ENV XROOTD_VERSION=5.6.8

# Install CERN Open Data Portal web node pre-requisites
# hadolint ignore=DL3033
Expand Down
2 changes: 1 addition & 1 deletion requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ wtforms==2.3.3
# via
# flask-wtf
# invenio-files-rest
xrootd==5.6.7
xrootd==5.6.8
# via
# cernopendata (setup.py)
# xrootdpyfs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
# Pin Celery due to worker runtime issues
"celery==5.2.7",
# Pin XRootD consistently with Dockerfile
"xrootd==5.6.7",
"xrootd==5.6.8",
# Pin Flask/gevent/greenlet/raven to make master work again
"Flask==2.2.5",
"Flask-Alembic==2.0.1",
Expand Down

0 comments on commit 5b284f2

Please sign in to comment.