ci: publish beyond-postgres image to ghcr#5
Merged
Merged
Conversation
Docker analogue of the prod rootfs: postgres:18 + the beyond_auth pgrx extension (built from the auth repo, pgrx 0.18.0) + the queue schema/hot-paths in initdb, so a generated app can pull a working DB. initdb lets the extension own the auth schema and applies the queue schema (5 tables, 82 functions). Tag-triggered (image/v*), native amd64+arm64 multi-arch manifest. Verified locally end-to-end. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Adds a Docker target so local-dev/compose can pull a Postgres bundled with the Beyond extensions (the prod rootfs equivalent).
docker/Dockerfile:postgres:18+beyond_authpgrx extension (built from the auth repo, pgrx 0.18.0) + the queueschema.sql/hot_paths.sql. Extension sources cloned atAUTH_REF/QUEUE_REF(default main).docker/initdb.sh:CREATE EXTENSION beyond_auth(it owns theauthschema) + loads thequeueschema.release-image.yml:image/v*trigger, native amd64+arm64, multi-arch manifest →ghcr.io/beyondoss/beyond-postgres.Verified locally: extension loads, auth+queue schemas present, queue has 5 tables + 82 functions, no initdb errors.
🤖 Generated with Claude Code