[Bug] mautic:6-apache pulls entrypoint of mautic:5
Describe the bug
I found that the docker-entrypoint.sh script that gets pulled when pulling the latest mautic 6 images is the one of mautic 5 which creates then a loop so the web container never stops looking for a mysql connection.
Steps to reproduce
pull mautic 6 and see the logs it won't start. At least in my case it didn't.
Expected behavior
docker-entrypoint.sh should be the content of mautic 6 docker-entrypoint.sh but is docker-entrypoint.sh of docker mautic 5
Actual behavior
it should actually pull the data for mautic 6 docker-entrypoint.sh instead of mautic 5
Docker Image Tag
mautic:6-apache
Server Architecture
AMD64 (Intel or AMD processors)
Docker Image Digest (Optional but helpful)
sha256:6b3a854b60044e5382bca93b5e3bf724b648a4526c7771854a906842c81fdedf
Dockerfile (if applicable)
No response
Docker Compose (if applicable)
No response
Additional context (Optional)
No response
Acknowledgements
- [x] I agree to follow this project's Code of Conduct
- [x] This issue is NOT a security vulnerability. (Security vulnerabilities should be reported via the Security tab.)
Hello @alexhammerschmied!
I found that the docker-entrypoint.sh script that gets pulled when pulling the latest mautic 6 images is the one of mautic 5
That's expected, as the image architecture is the same for both v5 and v6.
Are you upgrading an existing v5 environment? Or creating a new v6 from scratch?