@@ -8,19 +8,19 @@ ARG BASE_OSG_SERIES=23
8
8
ARG BASE_OS=el9
9
9
10
10
FROM opensciencegrid/software-base:$BASE_OSG_SERIES-$BASE_OS-$BASE_YUM_REPO AS xcache
11
- LABEL maintainer OSG Software <help@opensciencegrid .org>
11
+ LABEL maintainer= " OSG Software <help@osg-htc .org>"
12
12
13
13
# Previous arg has gone out of scope
14
14
ARG BASE_YUM_REPO=testing
15
15
16
16
# Default root dir
17
- ENV XC_ROOTDIR /xcache/namespace
17
+ ENV XC_ROOTDIR= /xcache/namespace
18
18
19
19
# Default logrotate XRootd logs
20
- ENV XC_NUM_LOGROTATE 10
20
+ ENV XC_NUM_LOGROTATE= 10
21
21
22
22
# Set namespace, data, and meta dir ownership to XRootD
23
- ENV XC_FIX_DIR_OWNERS yes
23
+ ENV XC_FIX_DIR_OWNERS= yes
24
24
25
25
# Create the xrootd user with a fixed GID/UID
26
26
RUN groupadd -o -g 10940 xrootd
@@ -70,12 +70,12 @@ WORKDIR /var/spool/xrootd
70
70
# ###############
71
71
72
72
FROM xcache AS atlas-xcache
73
- LABEL maintainer OSG Software <help@opensciencegrid .org>
73
+ LABEL maintainer= " OSG Software <help@osg-htc .org>"
74
74
75
75
# Specify the base Yum repository to get the necessary RPMs
76
76
ARG BASE_YUM_REPO=testing
77
77
78
- ENV XC_IMAGE_NAME atlas-xcache
78
+ ENV XC_IMAGE_NAME= atlas-xcache
79
79
80
80
RUN yum install -y --enablerepo=osg-contrib \
81
81
--exclude=alja-\* \
@@ -98,11 +98,11 @@ RUN mkdir -p /var/log/xrootd/atlas-xcache && \
98
98
# #############
99
99
100
100
FROM xcache AS cms-xcache
101
- LABEL maintainer OSG Software <help@opensciencegrid .org>
101
+ LABEL maintainer= " OSG Software <help@osg-htc .org>"
102
102
103
103
ARG BASE_YUM_REPO=testing
104
104
105
- ENV XC_IMAGE_NAME cms-xcache
105
+ ENV XC_IMAGE_NAME= cms-xcache
106
106
107
107
RUN yum install -y \
108
108
cms-xcache \
@@ -128,11 +128,11 @@ EXPOSE 1094
128
128
# ##############
129
129
130
130
FROM xcache AS stash-cache
131
- LABEL maintainer OSG Software <help@opensciencegrid .org>
131
+ LABEL maintainer= " OSG Software <help@osg-htc .org>"
132
132
133
133
ARG BASE_YUM_REPO=testing
134
134
135
- ENV XC_IMAGE_NAME stash-cache
135
+ ENV XC_IMAGE_NAME= stash-cache
136
136
137
137
RUN yum install -y stash-cache && \
138
138
yum clean all --enablerepo=* && rm -rf /var/cache/
@@ -165,16 +165,16 @@ EXPOSE 8000
165
165
166
166
167
167
FROM xcache AS stash-origin
168
- LABEL maintainer OSG Software <help@opensciencegrid .org>
168
+ LABEL maintainer= " OSG Software <help@osg-htc .org>"
169
169
170
170
# Specify the base Yum repository to get the necessary RPMs
171
171
ARG BASE_YUM_REPO=testing
172
172
173
- ENV XC_IMAGE_NAME stash-origin
173
+ ENV XC_IMAGE_NAME= stash-origin
174
174
175
175
# Do not stomp on host volume mount ownership
176
176
# Files and dirs should be readable to UID/GID 10940:10940 or the world
177
- ENV XC_FIX_DIR_OWNERS no
177
+ ENV XC_FIX_DIR_OWNERS= no
178
178
179
179
# Add support for SSSD (SOFTWARE-5464)
180
180
# sssd UID must match between the origin and SSSD sidecar containers
0 commit comments