joergjo / contosoads-containerapp

Contoso Ads Azure Container Apps demo application
MIT License
7 stars 3 forks source link

Stop pulling PostgreSQL image from Docker Hub #24

Closed joergjo closed 3 months ago

joergjo commented 3 months ago

With Docker Hub's rate limiting in effect for Azure IP ranges as well, pulling anonymously from shared source IP is practically impossible. For now, use the PostgreSQL 14 image in MCR and provide a Bash version of migrate.sh.

joergjo commented 3 months ago

Since MRC only offers PostgreSQL 14, and there's no upward compatibility promise for psql, set the default PostgreSQL version down to 14. Given the simplicity of the migration script, I do expect this to work just fine for PostgreSQL 15 and 16, though.