CrazyMax

Results 1198 comments of CrazyMax

Yes we should at least warn about that [here](https://github.com/docker/cli/blob/a32cd16160f1b41c1c4ae7bee4dac929d1484e59/cli/command/image/build_buildkit.go#L47). If we want to handle trust reference on BuildKit we need to parse repo info with img ref and auth and...

@sfgeorge I have made some tests: https://github.com/crazy-max/buildx-buildkit-tests/tree/main/buildx-1028 ```console $ docker buildx bake -f tests/docker-compose.yml --print { "group": { "default": { "targets": [ "debian9", "debian8" ] } }, "target": { "debian8":...

Yeah not sure it gives that much as improvement imo. I also think it can be confusing with other dockerfiles that have this info at the end but not really...

> Does [docker/buildx#1184](https://github.com/docker/buildx/pull/1184) allow manually triggering? (Thinking of docs updates in between releases) Not atm but I guess we could, good point.

@jkoehne I think it's a persistence issue. Like #89 (see [my comment](https://github.com/matomo-org/docker/issues/89#issuecomment-374373343)). Can you post your docker run command or docker-compose.yml please ?

@clement-michelet Plugins path is not persisted in your compose file but again same issue as #89. I will create an issue on the main repository about plugins path issue.

@Joeskyyy I've proposed to separate core and "user" plugins to handle this (matomo-org/matomo#12988) like Nextcloud does but developers don't want to make this change. So for the moment i handle...

I have added SSMTP to my [Matomo Docker image](https://github.com/crazy-max/docker-matomo) to solved this issue if you are interesting. Check this important part of my [entrypoint.sh](https://github.com/crazy-max/docker-matomo/blob/master/entrypoint.sh#L17).

@LarryZhang I have added a cron job in my Docker image of Matomo if you are interested : https://github.com/crazy-max/docker-matomo

@sagebind Here is a swarm compose if you want to take a look : https://github.com/crazy-max/docker-matomo/blob/master/examples/swarm/docker-compose.yml The cron solution uses [swarm-cronjob](https://github.com/crazy-max/swarm-cronjob)