Skip to content

Commit

Permalink
Added xrootd repo to compile with specific xrootd version
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Aug 7, 2023
1 parent 370ca79 commit b497294
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docker/etc/xrootd.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[xrootd]
name=xroot upstream for CentOS/Alma 8
baseurl=https://xrootd.web.cern.ch/sw/repos/stable/slc/8/x86_64
enabled=1
gpgcheck=0
priority=5
2 changes: 1 addition & 1 deletion wopiserver-xrootd.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL maintainer="cernbox-admins@cern.ch" \
org.opencontainers.image.title="The CERNBox/IOP WOPI server" \
org.opencontainers.image.version="$VERSION"

COPY ./docker/etc/epel8.repo /etc/yum.repos.d/
COPY ./docker/etc/*.repo /etc/yum.repos.d/

# prerequisites: until we need to support xrootd (even on C8), we have some EPEL dependencies, easier to install via yum/dnf;
# the rest is actually installed via pip, including the xrootd python bindings
Expand Down

0 comments on commit b497294

Please sign in to comment.