Add tls folder for certificates

Unfortunately we have to modify base image for such kind of tasks to
retain permissions structure.

Change-Id: Ib4b3ea4da7c1f641b9ab0223226348de5eac94df
This commit is contained in:
Aleksandr Mogylchenko 2017-02-02 12:05:40 +01:00
parent f6cb272b50
commit f80188105b
1 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,6 @@ RUN chmod 440 /etc/sudoers \
# Directories to store additional bin and configs needed for bootstrapping of the containers.
# https://github.com/docker/docker/issues/13011
RUN mkdir -p /opt/ccp/etc \
&& mkdir /opt/ccp/bin \
RUN mkdir -p /opt/ccp/etc /opt/ccp/bin /opt/ccp/etc/tls \
&& chown -R root:microservices /opt/ccp \
&& chmod -R g+wrx /opt/ccp