Skip to content

feat: use matching distribution and pgMajor version for required extensions#231

Open
phippg wants to merge 1 commit into
cloudnative-pg:mainfrom
phippg:use-matching-dependency-image
Open

feat: use matching distribution and pgMajor version for required extensions#231
phippg wants to merge 1 commit into
cloudnative-pg:mainfrom
phippg:use-matching-dependency-image

Conversation

@phippg
Copy link
Copy Markdown

@phippg phippg commented May 31, 2026

Fixes possibly diverging OS and PostgreSQL versions for extensions one depends on.

During tests of a bookworm-pg17 image the workflow would use the trixie-pg18 image of the extensions dependency (see getDefaultExtensionImage). This could present problems, in my case incompatible libc requirements.

Closes #232

@phippg phippg requested review from a team and NiccoloFei as code owners May 31, 2026 12:25
@phippg phippg force-pushed the use-matching-dependency-image branch from f05e247 to cc0c9d1 Compare May 31, 2026 12:28
@NiccoloFei
Copy link
Copy Markdown
Contributor

Hi @phippg, thanks for the patch. Currently we cannot rebase it or push a review because maintainers don't have permission to write in the branch. Could you please rebase the patch and consider granting maintainers write permissions on the branch?

…nsions

Signed-off-by: Philipp G. <iam@phippg.com>
@phippg phippg force-pushed the use-matching-dependency-image branch from cc0c9d1 to 0791d68 Compare June 3, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Dependency extensions may resolve to wrong distribution/pgMajor during testingValues generation

2 participants