Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with published ironbank/repo1 image #371 #373

Open
mamtaRaiTech opened this issue Dec 18, 2024 · 0 comments
Open

Issues with published ironbank/repo1 image #371 #373

mamtaRaiTech opened this issue Dec 18, 2024 · 0 comments

Comments

@mamtaRaiTech
Copy link

The error message /scripts/entrypoint.sh: line 38: exec: php-fpm: not found indicates that the php-fpm executable is missing or not properly configured in the container image you're using from Repo1/Iron Bank. This issue doesn't occur when using the Docker Hub image, suggesting a discrepancy between the two images.

Recommendations:

Verify Image Contents:

Check the Dockerfile or documentation for the Repo1/Iron Bank Matomo image to confirm that it includes the necessary PHP-FPM installation. It's possible that the image is missing this component or that it's configured differently from the Docker Hub version.
Compare Configurations:

Review the configuration files and environment variables used in both the Docker Hub and Repo1/Iron Bank images. Differences in configurations might lead to the observed behavior.
Consult Documentation:

Refer to the official Matomo Docker documentation for guidance on using the Docker Hub image. This resource provides detailed instructions and may offer insights into any additional configurations or dependencies.
DOCKER HUB
Consider Alternative Images:

If the issue persists and is specific to the Repo1/Iron Bank image, consider using the Docker Hub image, which is known to work as expected. The Docker Hub image is actively maintained and widely used, ensuring better compatibility and support.
By following these steps, you can identify the root cause of the issue and determine the best course of action to ensure Matomo operates correctly in your environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant