fix: update Docker image refs from pyramation/postgres:17 to constructiveio/postgres-plus:18#68
Merged
pyramation merged 1 commit intomainfrom Mar 21, 2026
Conversation
…tiveio/postgres-plus:18 Updated across 8 files in pgpm, constructive-ai, and constructive skill references.
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Summary
Replaces all
pyramation/postgres:17Docker image references withdocker.io/constructiveio/postgres-plus:18across 8 skill/reference files. This standardizes on the official Constructive Docker Hub image which includes PostGIS, pgvector, and other required extensions.Files changed:
pgpm/references/docker.md,pgpm/references/ci-cd.md,pgpm/references/extensions.md,constructive/references/deployment.md,constructive-ai/references/ollama-ci.md,constructive-ai/references/pgvector-sql.md,constructive-ai/references/rag-pipeline.md,constructive-ai/scripts/setup-rag-database.shReview & Testing Checklist for Human
docker.io/constructiveio/postgres-plus:18is publicly pullable — rundocker pull docker.io/constructiveio/postgres-plus:18to confirm. If private, all CI examples and the RAG setup script will fail.docker.mdline 107 still says "includes PostgreSQL 17" but the tag is:18. Confirm whether:18means PG18 (in which case the description is wrong) or is just a versioned image tag for PG17.deployment.mdandextensions.md— these files now mention bothpostgres-plus:17(GHCR) andpostgres-plus:18(Docker Hub) side by side. Verify this is intentional and not confusing for readers.Notes
setup-rag-database.shscript defaultPGPM_IMAGEenv var changed, so anyone relying on the old default will now pull the new image.constructive-dbandconstructive-private-skills.Link to Devin session: https://app.devin.ai/sessions/d0a20ee2e5194f4e8c342c6bc12fea07
Requested by: @pyramation