Create images for provisioning the Database ecosystem using Packer
Our goal is to create a provisioning process using Packer images.
We would like to have a stable image with defined versions of the packages that we need.
Initially, we need a golden image with the standard OS and config and setup.
We need to consider the packages that we want to add in the golden image.
Additionally, we need to define images that are based on the golden image for :
* Patroni / wal-g / extensions.
* pgbouncer
* consul
We could have pipelines to build the images, whenever any change happens in the golden image/images.
Another milestone is to test the images every time after being created.
Also, we need to have a task for the documentation update and runbooks. Besides tests.
List risks.
**Acceptance criteria:**
- [ ] Define the steps and create the tasks above.
epic