pozgo/grafana-xxl

Grafana build for arm (since v5.4.3)

balda opened this issue · 3 comments

balda commented

Grafana changelog for v5.4.3

Build and publish docker images for armv7 and arm64 #14617, thx @johanneswuerbach

Could you also provide arm build?

Unfortunately, it is not possible to create multiarch image with Docker hub automated build. I don't think that standalone Docker image per architecture is a good approach.

Anyway, I'm open for any PR, which will use some online CI (Circle CI, Travis, ...) to build multiarch image. It won't be a trivial task.

Docker registry and hub does support multi architecture images now. AWS has some arm support, too!

Yes, Docker Hub supports multi arch images for a while. Unfortunately, Docker Hub builds don't. There is required a full pipeline, which will build particular image for each architecture and then combine them into multi arch image + push to Docker Hub.