Open sfozz opened 1 month ago
For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.
This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.
Add a EnvVar flag to disable pg_cron.
The back story here is that we completely tear-down the DB set by the EnvVar POSTGRES_DB but this is not possible when pg_cron is enabled.
POSTGRES_DB
Fixes: #116
Please check through the following before opening your PR. Thank you!
Dockerfile.template
For our official CircleCI Docker Convenience Image support policy, please see CircleCI docs.
This policy outlines the release, update, and deprecation policy for CircleCI Docker Convenience Images.
Description
Add a EnvVar flag to disable pg_cron.
Reasons
The back story here is that we completely tear-down the DB set by the EnvVar
POSTGRES_DB
but this is not possible when pg_cron is enabled.Fixes: #116
Checklist
Please check through the following before opening your PR. Thank you!
Dockerfile.template
file only