You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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
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.
The text was updated successfully, but these errors were encountered: