Skip to content

Bump docker to 9.5.0#201

Merged
onurctirtir merged 3 commits intomasterfrom
release-9.5.0-1605172832
Nov 12, 2020
Merged

Bump docker to 9.5.0#201
onurctirtir merged 3 commits intomasterfrom
release-9.5.0-1605172832

Conversation

@onurctirtir
Copy link
Copy Markdown
Member

No description provided.

@onurctirtir onurctirtir force-pushed the release-9.5.0-1605172832 branch from 7052526 to c122c3e Compare November 12, 2020 09:22
@onurctirtir onurctirtir force-pushed the release-9.5.0-1605172832 branch from c122c3e to 6d468a5 Compare November 12, 2020 09:23
Comment thread Dockerfile
Comment on lines +20 to 23
&& apt-get install -y postgresql-$PG_MAJOR-citus-9.5.=$CITUS_VERSION \
postgresql-$PG_MAJOR-hll=2.14.citus-1 \
postgresql-$PG_MAJOR-topn=2.3.0 \
&& apt-get purge -y --auto-remove curl \
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

this breaks docker builds as we don't have pg13 packages for hll & topn yet

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

see e975194

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Let's just remove these lines for now, until we have PG13 packages for hll and topn

As we didn't release pg13 for them yet, we cannot include them in
our docker images for now.

This commit will be reverted when we release pg13 packages for them.
@onurctirtir onurctirtir requested a review from hanefi November 12, 2020 11:04
Comment thread CHANGELOG.md
@@ -1,3 +1,9 @@
### citus-docker v9.5.0.docker (November 12, 2020) ###
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe we should add some entries for missing topn and hll packages in this image. Users could run CREATE EXTENSION hll previously, and now they cannot do this. I think this should be documented somewhere

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

addressed c5f01bd

@onurctirtir onurctirtir merged commit e8c6c11 into master Nov 12, 2020
@onurctirtir
Copy link
Copy Markdown
Member Author

Sorry, couldn't wait that slow ci :/ But changelog edit shouldn't break

@ihalatci ihalatci deleted the release-9.5.0-1605172832 branch September 4, 2025 09:03
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