Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebell90 authored Sep 10, 2024
1 parent a0de34b commit 9c009c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for these reasons:

* **Advantages:**
* multi architecture support. This has become a huge issue for us with the introduction of the Mac M1 (and Windows ARM, Linux ARM)/
* The same container works the same way on every OS - Mac, Windows, Linux.
* The same container works the same way on every OS - Mac, Windows, Linux. And we can use the official postgresql docker image by default.
* You need a tarball for every linux distribution as PG 10+ no longer ship a "universal binary" for linux. This means a lot of support and maintenance work, and we frankly didn't have time for it.
* Easy to switch docker image tag to upgrade versions - no need for a whole new pg-embedded version.
* More maintainable and secure (you can pull docker images you trust, instead of trusting our tarballs running in your security context)
Expand Down

0 comments on commit 9c009c9

Please sign in to comment.