zalando / spilo

Highly available elephant herd: HA PostgreSQL cluster using Docker
Apache License 2.0
1.53k stars 382 forks source link

do you support arm based image in your registry? #899

Closed bshaaban closed 1 year ago

bshaaban commented 1 year ago

I'm trying to get image registry.opensource.zalan.do/acid/spilo-14:2.1-p3 for arm based machines.

But when I pull the image with --platform=linux/arm64 I get: image with reference registry.opensource.zalan.do/acid/spilo-14:2.1-p3 was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64

Any idea how to get an arm64 built image? or documentation on how to build a new image for arm64?

hughcapet commented 1 year ago

This registry is no longer supported. All latest versions are pushed to ghcr. https://github.com/zalando/spilo/pkgs/container/spilo-15

bshaaban commented 1 year ago

Thanks for the quick reply. Much appreciated.

Closing this issue..