Originally created by @dabde on GitHub (Dec 11, 2019).
Missing postgres dockerhub image
We currently evaluate bitwarden_rs and are really happy. Currently with sqlite, but our wish is mostly using the postgres solution to use already existing written infrastructure code and maintain only one database type in our environment. But sadly, only sqlite and mysql has an image in dockerhub.
Is there any reason for not having a postgres image? Can we expect ones in near future?
thanks and kind regards
dabde
Originally created by @dabde on GitHub (Dec 11, 2019).
### Missing postgres dockerhub image
We currently evaluate bitwarden_rs and are really happy. Currently with sqlite, but our wish is mostly using the postgres solution to use already existing written infrastructure code and maintain only one database type in our environment. But sadly, only sqlite and mysql has an image in dockerhub.
Is there any reason for not having a postgres image? Can we expect ones in near future?
thanks and kind regards
dabde
@dani-garcia commented on GitHub (Dec 11, 2019):
Well mostly to try to keep compile times down, but adding at least the x86 images seems fair enough.
I created a new image and the latest build is already available, the 1.13.0 tagged version will still take some hours.
https://hub.docker.com/r/bitwardenrs/server-postgresql
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @dabde on GitHub (Dec 11, 2019).
Missing postgres dockerhub image
We currently evaluate bitwarden_rs and are really happy. Currently with sqlite, but our wish is mostly using the postgres solution to use already existing written infrastructure code and maintain only one database type in our environment. But sadly, only sqlite and mysql has an image in dockerhub.
Is there any reason for not having a postgres image? Can we expect ones in near future?
thanks and kind regards
dabde
@dani-garcia commented on GitHub (Dec 11, 2019):
Well mostly to try to keep compile times down, but adding at least the x86 images seems fair enough.
I created a new image and the latest build is already available, the 1.13.0 tagged version will still take some hours.
https://hub.docker.com/r/bitwardenrs/server-postgresql
@dabde commented on GitHub (Dec 12, 2019):
Ohhh thanks, that was fast 😄