DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Travis fail to build with newest version of minio docker container #208

Closed kevinjhappy closed 5 years ago

kevinjhappy commented 5 years ago

Current Behavior

Travis cannot build anymore any of our PR

How to reproduce scenario

When pushing a new PR, Travis build the project by retriving the latest docker images of all containers, but for Minio a change has been made.

To reproduce locally, you need to retrive the latest minio immages with these commands docker pull minio/mc docker pull minio/minio

Then when you try to rebuild the project with docker-compose down and make install the build will stop with an error at the step to set permission to download to the directory minio/events

Expected behavior

The build work flawlessly for Travis and locally when you launch docker-compose down and make install