Skip to content

Commit 1f3873a

Browse files
committed
Downgrade xrootd in the images to 5.8.2-1.3 (-1.4 has known issues w.r.t. missing symbols in the scitokens plugin)
1 parent 21f845d commit 1f3873a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ RUN groupadd -g 10940 xrootd \
216216
# NOTE: If you update this version, you must also update the version in
217217
# github_scripts/osx_install.sh
218218
ARG XROOTD_VER="5.8.2"
219-
ARG XROOTD_RELEASE="1.4.osg${OSG_SERIES}.${BASE_OS}"
219+
ARG XROOTD_RELEASE="1.3.osg${OSG_SERIES}.${BASE_OS}"
220220
ARG KOJIHUB_BASE_URL="https://kojihub2000.chtc.wisc.edu/kojifiles/packages/xrootd/${XROOTD_VER}/${XROOTD_RELEASE}"
221221

222222
# The packages from Koji need to be installed in a single dnf command in

0 commit comments

Comments
 (0)