I was using bitnami wordpress and mariadb images.
I moved to the official mariadb and wordpress image since I can't able to progress.
I would love to use your image. I hope you can provide a solution.
I use aws cloudformation to build my stack.
Here is my Task definition template. https://gist.github.com/Viruthagiri/778b88ba685f905ddf064fce17f4a10b
I actually tried with
User: root
Also tried with
Privileged: true
But had the same permission issues.
An AWS support guy spent more than 4 hours in trying to fix the problem. But he couldn't.
This is the error we had.
https://www.dropbox.com/s/5ei12xginai4em2/Screenshot%202019-06-06%2017.06.35.png?dl=0
We even tried by running as root.
https://www.dropbox.com/s/so2njek1u737rmx/Screenshot%202019-06-06%2017.05.47.png?dl=0
We also got error like this.
Can't change dir to '/bitnami/mariadb/data/' (Errcode: 13 "Permission denied")
Do let me know if you need more info.
Thanks