We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07cb0d commit 8f2fc48Copy full SHA for 8f2fc48
splunk/common-files/Dockerfile
@@ -105,6 +105,7 @@ RUN sed -i -e 's/%sudo\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%sudo ALL=NOPASSWD:ALL/g' /
105
&& mkdir ${CONTAINER_ARTIFACT_DIR} \
106
&& chown -R ${ANSIBLE_USER}:${ANSIBLE_GROUP} $CONTAINER_ARTIFACT_DIR \
107
&& chmod -R 555 ${SPLUNK_ANSIBLE_HOME} \
108
+ && chmod -R 777 ${CONTAINER_ARTIFACT_DIR} \
109
&& chmod 755 /sbin/entrypoint.sh /sbin/createdefaults.py /sbin/checkstate.sh
110
111
USER ${ANSIBLE_USER}
0 commit comments