Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
e2026225
Commit
e2026225
authored
Nov 16, 2016
by
Andrea Manzi
Browse files
remove ca certs
parent
e166b570
Pipeline
#45957
passed with stage
in 7 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
packaging/docker/Dockerfile
View file @
e2026225
...
...
@@ -24,22 +24,11 @@ ADD http://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/repos/fts3-conti
ADD
http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/repos/dmc-ci-el7.repo /etc/yum.repos.d/dmc.repo
# add trustanchors
ADD
http://repository.egi.eu/sw/production/cas/1/current/repo-files/EGI-trustanchors.repo /etc/yum.repos.d/EGI-trustanchors.repo
#add install certificates ( they will go then in a separate volume)
RUN
/usr/bin/yum
install
-y
ca-policy-egi-core fetch-crl
#install fts packages
RUN
/usr/bin/yum
install
-y
fts-rest-selinux fts-rest httpd MySQL-python
RUN
/usr/bin/yum
install
-y
voms-config-wlcg voms-config-vo-dteam
RUN
sed
-i
's_SSLCertificateFile /etc/grid-security/hostcert.pem_SSLCertificateFile /etc/fts3/hostcert.pem_'
/etc/httpd/conf.d/fts3rest.conf
RUN
sed
-i
's_SSLCertificateKeyFile /etc/grid-security/hostkey.pem_SSLCertificateKeyFile /etc/fts3/hostkey.pem_'
/etc/httpd/conf.d/fts3rest.conf
#add user
RUN
useradd fts3
RUN
usermod
-a
-G
fts3 apache
...
...
Write
Preview
Markdown
is supported
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