Skip to content

fix(ci): build only the light Docker image — demo needs PG apt repo#36

Merged
codexofc merged 1 commit into
mainfrom
fix/docker-only-light
May 25, 2026
Merged

fix(ci): build only the light Docker image — demo needs PG apt repo#36
codexofc merged 1 commit into
mainfrom
fix/docker-only-light

Conversation

@codexofc
Copy link
Copy Markdown
Owner

Docker workflow was failing because the demo build tries to install postgresql-15-pgvector from Debian's default repos. That package only ships from apt.postgresql.org. Shipping just the light image (the production target) until the demo Dockerfile stage adds the upstream repo.

…apt repo

The demo target installs `postgresql-15-pgvector` from Debian's
default repos but that package only ships from apt.postgresql.org.
The light image is the production target and builds cleanly; demo
will be re-enabled once the all-in-one.Dockerfile demo stage is
patched to add the upstream repo.
@codexofc codexofc merged commit 121f5b7 into main May 25, 2026
@codexofc codexofc deleted the fix/docker-only-light branch May 25, 2026 20:46
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