We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 983d461 + a3f5404 commit c2f1cf4Copy full SHA for c2f1cf4
Dockerfile
@@ -180,9 +180,14 @@ RUN groupadd -r -g 10996 sssd \
180
&& useradd -r -g sssd -u 10996 -d / -s /usr/sbin/nologin -c "System user for sssd" sssd
181
182
RUN yum install -y stash-origin \
183
+ xrootd-multiuser \
184
sssd && \
185
yum clean all --enablerepo=* && rm -rf /var/cache/yum/
186
187
+# HACK: we want folks to be able to opt into multiuser and this config
188
+# will blow up non-multiuser setups (SOFTWARE-5478)
189
+RUN rm /etc/xrootd/config.d/60-osg-multiuser.cfg
190
+
191
COPY stash-origin/cron.d/* /etc/cron.d/
192
RUN chmod 0644 /etc/cron.d/*
193
COPY stash-origin/image-config.d/* /etc/osg/image-init.d/
0 commit comments