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:
parent
f6cb272b50
commit
f80188105b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user