Fix PostgreSQL images failing to start in CI
PostgreSQL 9.6.17 was released recently and now requires a password to
be set. We can also set the POSTGRES_HOST_AUTH_METHOD
to trust
to
bypass a password. Since this is just running in CI, this should be
acceptable.
Closes #205820 (closed)
CORRECTION: This change was made in the Dockerfile
: https://github.com/docker-library/postgres/commit/42ce7437ee68150ee29f5272428aa4fc657dc6dc
Edited by Stan Hu