Skip to content

fix: update Docker image refs from pyramation/postgres:17 to constructiveio/postgres-plus:18#68

Merged
pyramation merged 1 commit intomainfrom
devin/1774056460-update-docker-image
Mar 21, 2026
Merged

fix: update Docker image refs from pyramation/postgres:17 to constructiveio/postgres-plus:18#68
pyramation merged 1 commit intomainfrom
devin/1774056460-update-docker-image

Conversation

@pyramation
Copy link
Copy Markdown
Contributor

Summary

Replaces all pyramation/postgres:17 Docker image references with docker.io/constructiveio/postgres-plus:18 across 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.sh

Review & Testing Checklist for Human

  • Verify docker.io/constructiveio/postgres-plus:18 is publicly pullable — run docker pull docker.io/constructiveio/postgres-plus:18 to confirm. If private, all CI examples and the RAG setup script will fail.
  • Check PostgreSQL version claimdocker.md line 107 still says "includes PostgreSQL 17" but the tag is :18. Confirm whether :18 means PG18 (in which case the description is wrong) or is just a versioned image tag for PG17.
  • Mixed version references in deployment.md and extensions.md — these files now mention both postgres-plus:17 (GHCR) and postgres-plus:18 (Docker Hub) side by side. Verify this is intentional and not confusing for readers.

Notes

  • Pure documentation/reference changes — no runtime code affected.
  • The setup-rag-database.sh script default PGPM_IMAGE env var changed, so anyone relying on the old default will now pull the new image.
  • Companion PRs exist for the same Docker image update in constructive-db and constructive-private-skills.

Link to Devin session: https://app.devin.ai/sessions/d0a20ee2e5194f4e8c342c6bc12fea07
Requested by: @pyramation

…tiveio/postgres-plus:18

Updated across 8 files in pgpm, constructive-ai, and constructive skill references.
@devin-ai-integration
Copy link
Copy Markdown

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@pyramation pyramation merged commit ac1b7fc into main Mar 21, 2026
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.

1 participant