Martin S.
Martin S.
Hi, it seems like this issue is still open with 2.6.4: Zipkin-Dependencies Container startet with entrypoint "crontab -f -d 8" gives me: ``` docker logs zipkin-dependencies-itu1 crond: crond (busybox 1.31.1)...
I think there are several issues. What i had to do, to make cron tasks work: Run docker container with user = root Make Scripts in /etc/periodic/ executable. - Execute...
Hi, thanks for the fix. I think running as root is not ideal solution from a security perspective, but would be okay in my scenario.