Skip to content

build: halt build if PG can have a minor upgrade #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 12, 2025

Conversation

fcanovai
Copy link
Contributor

When building the image, we start from a PostGIS community image. There is a chance that newer PostgreSQL packages are released after image release, and they could be upgraded installing extensions. We want to prevent this scenario, as it could lead to unexpected versions in the container image.

Closes #75

When building the image, we start from a PostGIS community image. There
is a chance that newer PostgreSQL packages are released after image
release, and they could be upgraded installing extensions. We want to
prevent this scenario, as it could lead to unexpected versions in the
container image.

Closes cloudnative-pg#75

Signed-off-by: Francesco Canovai <[email protected]>
@mnencia mnencia merged commit 1368c5b into cloudnative-pg:main May 12, 2025
1 check passed
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.

Possible misalignment between postgres packages
3 participants