SumoLogic / sumologic-collector-docker

A Sumo Logic collector for Docker.
Apache License 2.0
69 stars 55 forks source link

Publish ARM64 docker image #94

Open duncaan opened 3 years ago

duncaan commented 3 years ago

My organization would like to leverage an ARM64 based docker image. This is possible to do on dockerhub, just requires an update to the build (which does not seem to be public).

odidev commented 3 years ago

I have tried building sumologic-collector image for arm64 using docker build -t . command but it is giving below error:

dpkg: error processing archive /tmp/collector.deb (--install):
 package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
 /tmp/collector.deb

It looks like Sumo Logic Collector is not available for arm64. On exploring, found sumo Logic does not provide the Collector Source code as open-source and they do not have plans to supply a Collector specifically built, tested, and supported under the ARM architecture. Link - https://support.sumologic.com/hc/en-us/articles/360034233293-Is-ARM64-architecture-supported-by-Sumo-Logic-collector-installer- Do you have any plans to release the image for arm64? To start with, can I get suggestions on the above issue?