Open Dexus opened 2 years ago
Upstream only has a handful of officially built architectures https://github.com/docker-library/postgres/blob/e483778176ca34bcbe83ee17000820d4f6e64c28/13/bullseye/Dockerfile#L98-L101
Architectures not on the list are built from source https://github.com/docker-library/postgres/blob/e483778176ca34bcbe83ee17000820d4f6e64c28/13/bullseye/Dockerfile#L106-L108
I'm more concerned by the s390x
image getting an older version of libpq
than I am by the amd64
image getting a newer one -- we're installing these directly from the PostgreSQL repositories in the way that they recommend, and I haven't ever seen a compatibility issue with having "too new" of a libpq
instance.
Ah, we're building libpq5
as part of postgresql-XX
, so we'd have to do a lot of extra work to build a newer version on these architectures -- https://github.com/docker-library/postgres/pull/800#issuecomment-748195107 is also very relevant.
Who guarantees me that the compatibility between both versions is really permanently given? Although it says on the postgesql website that it should be so, but we all know that such a thing is not 100% guaranteed. Know I build all source new, to have the packages and created my own apt repo. But this is not the ideal way I think.
When I running:
on amd64, arm64, ppc64le
on s390x and mips64le it looks like
Does this make problems?
libpq5:amd64 14.2-1.pgdg110+1
!=libpq5:s390x 13.6-1.pgdg110+1
I don't want to try it!
I would expect not to have any postgres14 dependencies for the postgres 13 images