Bump core to use PostgreSQL v17#22712
Conversation
|
👋 chudilka1, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM (changes the final runtime image dependencies; incorrect Postgres package selection can bloat the image and/or alter runtime expectations)
This PR updates the Chainlink core Docker image to use PostgreSQL v17 packages from PGDG. The goal appears to be keeping DB tooling current for operational tasks like backups.
Changes:
- Update the Postgres APT-installed package in
core/chainlink.Dockerfileto v17.
Scrupulous human review recommended for:
- The Postgres package choice in the final image layer (client vs server package), since it affects image size and installed services/artifacts.
|
✅ No conflicts with other open PRs targeting |
|


No description provided.