gliderlabs/registrator

Require image for ARM64 architecture

odidev opened this issue · 3 comments

Hi Team,

I am trying to use “gliderlabs/registrator” over ARM64v8 but it seems it does not have an arm64 supported tag in the docker hub.
I have successfully built the image using the command docker build -t <image_name> . on arm64 platform.
I have used Travis-ci to build and push the image on docker hub.

Commit Link: odidev@f9f599c
Dockerhub Link: https://hub.docker.com/repository/docker/odidev/registrator

Do you have any plans for releasing an ARM64 image?

May I know how the amd64 image is getting published on Dockerhub?

If interested, I will raise a PR.

@xelatirdan it seems it behaves a lot differently to amd64 one from gliderlabs, i even tried to build from source and also the same issue, it picks a lot of garbage services like ecs agent and consul-8500,8100, etc which somehow interferes with the x64 one when run in conjunction ,
is this the same for you

If someone makes a PR switching CI to github actions, I'd take a follow-up PR adding docker hub support.