[feature request] dpage/pgadmin4 - publish linux/arm/v7 arch docker images

Patrick Mahoney <[email protected]> Thu, 14 Nov 2019 22:41:09 +0000
Newsgroups gmane.comp.db.postgresql.admin
Message-ID <YQBPR0101MB18414231E9F141C9C628AE8294710@YQBPR0101MB1841.CANPRD01.PROD.OUTLOOK.COM>
Hello dpage, all,

Recently, I attempted to deploy pgadmin4 to a raspberry pi 4, using the https://hub.docker.com/r/dpage/pgadmin4/ image. This is a request to publish linux/arm/v7 arch images for dpage/pgadmin4 .

For our projects, we've  had some success building and publishing multi-arch images using
https://docs.docker.com/buildx/working-with-buildx/

I took a look, and the images used in the Dockerfile at https://github.com/postgres/pgadmin4 (node:8-alpine at least), seem to have linux/arm/v7 variants. If it would help, I could try to integrate the repo and see how much work is involved in building the Dockerfile for linux/arm/v7 .

Anyways, just a low priority feature request. I really appreciate pgadmin4 and the associated docker image.

Thanks all,
-Patrick