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

Adds postgres 15 support for docker #251

Merged
merged 16 commits into from
Oct 17, 2022
Merged

Conversation

gurkanindibay
Copy link
Contributor

@gurkanindibay gurkanindibay commented Oct 17, 2022

I needed to remove beta tests since my test tag v10.2.4_beta was removed. I tried to update my tests but it took too much time. Therefore I opened a task for it and will handle afterwards

#253

@@ -24,6 +24,8 @@ RUN apk add --no-cache \
llvm \
lz4-dev \
zstd-dev \
libxslt-dev \
libxml2-dev \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was not directly related to pg 15 changes but we recently added these two lines since new alpine images does not have these packages

@@ -1,5 +1,5 @@
# This file is auto generated from it's template,
# see citusdata/tools/packaging_automation/templates/docker/postgres-12/postgres-12.tmpl.dockerfile.
# see citusdata/tools/packaging_automation/templates/docker/postgres-13/postgres-13.tmpl.dockerfile.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but the filename is based on pg13 ?

@@ -1,53 +0,0 @@
name: Citus package all platforms beta tests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you share the failing test run that makes us removing this file ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gurkanindibay gurkanindibay merged commit 725c5b2 into develop Oct 17, 2022
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.

2 participants