hipages / php-fpm_exporter

A prometheus exporter for PHP-FPM.
Apache License 2.0
604 stars 123 forks source link

docker hub arm image #203

Closed ThorstenEngel closed 2 years ago

ThorstenEngel commented 2 years ago

Hi there!

Thanks for the greate work and for adding arm64 support. Do you have time to add a docker-hub image for arm as well? This would simplify it a lot for me ;-)

Thank you in advance!

Thorsten

sirantd commented 2 years ago

Hi. I was looking for the same. I've built a multi-arch version for myself and it's working fine. I created this PR which should automate releasing of multi-arch images to docker hub https://github.com/hipages/php-fpm_exporter/pull/226

gocd-matrix commented 2 years ago

This sounds great. Unfortunately docker hub does not seem to have builded the arm image (hipages) yet.

sirantd commented 2 years ago

afaik, it should be available with next tag release, PR has been merged

estahn commented 2 years ago

@ThorstenEngel @sirantd https://github.com/hipages/php-fpm_exporter/pkgs/container/php-fpm_exporter

Is that solving it for you?

sirantd commented 2 years ago

@estahn Yep, I see that docker hub now has both linux/amd64 and linux/arm64

gocd-matrix commented 2 years ago

Yes! This solves it. Thank you, great!