Skip to content

Commit

Permalink
add xrootd repo and update to 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko committed Sep 21, 2023
1 parent 8443d86 commit 2502f4d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ RUN yum update -y -q && \
# OSG default ID 10940 but we want 1094 (or 1000 for testing)
ARG XROOTD_GID=1094
ARG XROOTD_UID=1094
ARG XROOTD_VERSION="5.5.0-1.el7"
ARG XROOTD_VERSION="5.6.2-2.el7"

RUN groupadd -o -g ${XROOTD_GID} xrootd
RUN useradd -o -u ${XROOTD_UID} -g ${XROOTD_GID} -s /bin/sh xrootd

COPY ./etc/yum.repos.d/xrootd-stable.repo /etc/yum.repos.d/xrootd-stable.repo

RUN yum update -y -q \
&& yum install -q -y epel-release \
&& yum install -q -y epel-release https://repo.opensciencegrid.org/osg/3.6/osg-3.6-el7-release-latest.rpm \
&& yum clean all \
&& rm -fr /var/cache/yum
RUN cat /etc/yum.repos.d/epel.repo
Expand Down
7 changes: 7 additions & 0 deletions etc/yum.repos.d/xrootd-stable.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[xrootd-stable]
name=XRootD Stable repository
baseurl=https://xrootd.slac.stanford.edu/binaries/stable/slc/7/$basearch http://xrootd.cern.ch/sw/repos/stable/slc/7/$basearch
gpgcheck=1
enabled=1
protect=0
gpgkey=http://xrootd.cern.ch/sw/releases/RPM-GPG-KEY.txt

0 comments on commit 2502f4d

Please sign in to comment.