Bump docker to version 14.1.0 (PostgreSQL 18.4)#379
Open
ihalatci wants to merge 1 commit into
Open
Conversation
Bump Citus to 14.1.0 across all image variants (latest/PG18, pg17, pg16, alpine), bump the PostgreSQL 18 base image to 18.4 to match the apt/yum 14.1 packages, and bump the alpine source-build toolchain to clang21/llvm21 to match the 18.4-alpine (Alpine 3.24) base. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Cuts the Citus 14.1.0 Docker release. The apt/yum community packages for Citus 14.1 on PostgreSQL 18 already exist and work, but no corresponding Docker image was ever published (the latest published tags are
14/14.0/14.0.0). The citusdata.com download page referencescitusdata/citus:14.1, which is currently a brokendocker run. This bump + thev14.1.0tag triggerspublish_docker_images_on_tag.ymlto build and publish14.1/14.1.0and the-pg17/-pg16/-alpinevariants.Changes
ARG VERSION, apt pincitus-14.0→citus-14.1):Dockerfile,postgres-17/,postgres-16/,alpine/Dockerfile.pkgvarspostgres_18_version,FROM postgres:18.4,FROM postgres:18.4-alpine) so the published image matches the 18.4 reported by the apt/yum installs. pg17 (17.6) and pg16 (16.10) bases unchanged.clang21/llvm21— the18.4-alpinebase is Alpine 3.24 (built against LLVM 21); the oldclang19/llvm19packages no longer exist there, and the bitcode step requiresclang-21.docker-compose.ymlimages →14.1.0;CHANGELOG.mdentry.Verification (local Docker builds)
:14.1tag)hll
2.19.citus-1/ topn2.7.0.citus-1pins unchanged and install fine.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com