Skip to content

chore: update PG_VERSION from 17 to 18 in CI workflow#10

Merged
pyramation merged 1 commit intomainfrom
devin/1773349311-update-pg-version-to-18
Mar 12, 2026
Merged

chore: update PG_VERSION from 17 to 18 in CI workflow#10
pyramation merged 1 commit intomainfrom
devin/1773349311-update-pg-version-to-18

Conversation

@pyramation
Copy link
Contributor

@pyramation pyramation commented Mar 12, 2026

chore: update PG_VERSION from 17 to 18 in CI workflow

Summary

The CI workflow (.github/workflows/docker.yml) was still hardcoded to build and publish PostgreSQL 17 images, even though the Dockerfile already defaults to PG_VERSION=18. This one-line change updates the workflow's PG_VERSION env var from '17' to '18' so that published images use PostgreSQL 18.

This affects:

  • The PG_VERSION build-arg passed to docker build
  • The image tag (images will now be tagged 18 and latest on pushes to main)

Review & Testing Checklist for Human

  • Verify the postgres:18-alpine base image exists on Docker Hub and is stable enough for your use case
  • Confirm the bundled extensions (pgvector 0.8.2, PostGIS 3.6.2, pg_textsearch 0.6.1) build successfully against PG 18 — CI on this PR should validate this via the build step
  • After merge, check that the published image at ghcr.io/constructive-io/docker/postgres-plus:18 works correctly (pull and run CREATE EXTENSION vector; CREATE EXTENSION postgis; CREATE EXTENSION pg_textsearch;)

Notes


Open with Devin

@devin-ai-integration
Copy link

🤖 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 f6c5849 into main Mar 12, 2026
2 checks passed
Copy link

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

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