Icinga / docker-icinga2

Official Icinga 2 Docker images
GNU General Public License v2.0
67 stars 30 forks source link

Build containers also for Raspberry Pi #27

Closed bboelaert closed 1 year ago

bboelaert commented 4 years ago

Hi,

Whenever I run a command for starting up an Icinga2 Docker container, I receive the following error message :+1: standard_init_linux.go:211: exec user process caused "exec format error" e.g. docker run --rm -h icinga-host -v /data/icinga2:/data -e ICINGA_MASTER=1 icinga/icinga2 icinga2 daemon -C

I'm using the latest image version. Please fix ASAP!

Kind regards,

Bart.

Al2Klimov commented 4 years ago

Hello @bboelaert and thank you for reporting!

Please share the output of uname -a.

Best, AK

bboelaert commented 4 years ago

Hi,

I want to run it on a RPi 3/4. Below is the output of uname -a :

Linux jolimon2 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/Linux

Kind regards,

Bart.

Al2Klimov commented 4 years ago

@N-o-X Shall we do this?

mzac commented 3 years ago

This would be a great addition to have ARM builds as well. I'm running a k3s arm64 cluster at home with multiple PIs and would love to migrate my Icinga install into a container rather than a monolithic install.

https://github.com/docker/setup-buildx-action

fabriciomrtnz commented 3 years ago

Hello,

I too would love to have this working in arm64.

Thank you.