You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
command: ["sleep", "infinity"] # This is necessary because of the issue described in https://github.com/moby/moby/issues/42275. What is added here is a hack/workaround.
155
172
pull_policy: always
156
173
157
-
158
174
dirac-client:
159
175
platform: linux/amd64
160
176
image: ${CI_REGISTRY_IMAGE}/${HOST_OS}-dirac
@@ -165,6 +181,7 @@ services:
165
181
- dirac-server
166
182
volumes:
167
183
- certs_data:/ca/certs
184
+
- crls_data:/ca/crl/
168
185
ulimits:
169
186
nofile: 8192
170
187
command: ["sleep", "infinity"] # This is necessary because of the issue described in https://github.com/moby/moby/issues/42275. What is added here is a hack/workaround.
@@ -180,6 +197,7 @@ services:
180
197
- dirac-server
181
198
volumes:
182
199
- certs_data:/ca/certs
200
+
- crls_data:/ca/crl/
183
201
- type: bind
184
202
source: ${CVMFS_DIR}
185
203
target: /cvmfs
@@ -195,7 +213,6 @@ services:
195
213
start_period: 60s
196
214
command: ["sleep", "infinity"] # This is necessary because of the issue described in https://github.com/moby/moby/issues/42275. What is added here is a hack/workaround.
0 commit comments