diff --git a/roles/docker_image_build/templates/build/Dockerfile b/roles/docker_image_build/templates/build/Dockerfile index 3d8a3c3..ad63b47 100644 --- a/roles/docker_image_build/templates/build/Dockerfile +++ b/roles/docker_image_build/templates/build/Dockerfile @@ -71,7 +71,7 @@ RUN {{ splunk_home }}/bin/splunk btool check {% endif %} # entrypoint.sh may do run-time configurations prior to starting splunk -ENTRYPOINT [ "/tini", "--", {{ entrypoint | tojson | join(', ') }} ] +ENTRYPOINT [ "/tini", "-g", "--", {{ entrypoint | tojson | join(', ') }} ] {% if healthcheck_command %} HEALTHCHECK \