UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit ed4da1ef authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch 'scottstroud-development-patch-16669' into 'development'

/var/log/kafka perms

See merge request !14
parents 866bb2be 1d0946ba
Pipeline #335337 failed with stages
in 1 minute and 36 seconds
......@@ -94,7 +94,7 @@ RUN echo "===> Installing ${COMPONENT}..." \
&& rm -rf /tmp/* \
&& echo "===> Setting up ${COMPONENT} dirs" \
&& mkdir -p /var/lib/${COMPONENT}/data /etc/${COMPONENT}/secrets \
&& chown appuser:appuser -R /var/lib/${COMPONENT} /etc/${COMPONENT} \
&& chown appuser:appuser -R /var/lib/${COMPONENT} /etc/${COMPONENT} /var/log/${COMPONENT} \
&& chmod -R ag+w /etc/kafka /var/lib/${COMPONENT}/data /etc/${COMPONENT}/secrets
VOLUME ["/var/lib/${COMPONENT}/data", "/etc/${COMPONENT}/secrets"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment