Skip to content
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

test(e2e): use postgres community image #134

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fcanovai
Copy link
Contributor

Explicitly define the images used by the tests, instead of relying on the default operator image. Most tests now use postgres:17-bookworm. Tests requiring barman-cloud on the image use
ghcr.io/cloudnative-pg/postgresql:17-bookworm instead.

@fcanovai fcanovai requested a review from a team as a code owner December 27, 2024 14:12
Explicitly define the images used by the tests, instead of relying on
the default operator image. Most tests now use postgres:17-bookworm.
Tests requiring barman-cloud on the image use
ghcr.io/cloudnative-pg/postgresql:17-bookworm instead.

Signed-off-by: Francesco Canovai <[email protected]>
@gbartolini
Copy link
Contributor

The only drawback I see here is in a year's time when 18 is out and we keep using 17. But hopefully, it will be fixed upstream by then and we can use the default image again of CNPG. Thoughts?

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.

3 participants