Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
k8s-sandbox
Commits
a5d38a0d
Commit
a5d38a0d
authored
Jun 23, 2022
by
Tigran Mkrtchyan
☕
Browse files
dcache: fix cert files owner
parent
0d9293b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
containers/Dockerfile
View file @
a5d38a0d
FROM
centos:7
ENV
DCACHE_VERSION=8.1.
0
-1
ENV
DCACHE_VERSION=8.1.
1
-1
ENV
DNL_URL=https://www.dcache.org/old/downloads/1.9/repo/8.1/
RUN
yum
install
-y
curl
...
...
containers/run.sh
View file @
a5d38a0d
...
...
@@ -4,6 +4,7 @@
if
[
x
$1
!=
x
]
then
python3 /autoca-client
-n
-k
/etc/grid-security/hostkey.pem
-c
/etc/grid-security/hostcer.pem
${
AUTOCA_URL
}
$1
chown
dcache:dcache /etc/grid-security/hostkey.pem /etc/grid-security/hostcer.pem
fi
if
[
!
-f
/.init_complete
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment