Skip to content

Commit

Permalink
add pg_search (#24)
Browse files Browse the repository at this point in the history
* add pg_search
* disable PG 17 for now
* update shared_preload_libraries
  • Loading branch information
haobibo authored Dec 9, 2024
1 parent e3f922c commit c8b36f3
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 159 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ jobs:
source ./tool.sh
build_image kafka latest docker_kafka_confluent/Dockerfile && push_image
qpod_postgres-17-ext:
name: "postgres-17-ext"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
source ./tool.sh
build_image postgres-17-ext latest docker_postgres/postgres-ext.Dockerfile --build-arg BASE_IMG=postgres-17
push_image postgres
# qpod_postgres-17-ext: # some extension is not yet built for PG 17
# name: "postgres-17-ext"
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - run: |
# source ./tool.sh
# build_image postgres-17-ext latest docker_postgres/postgres-ext.Dockerfile --build-arg BASE_IMG=postgres-17
# push_image postgres

qpod_postgres-16-ext:
name: "postgres-16-ext"
Expand All @@ -85,7 +85,7 @@ jobs:
## Sync all images in this build (listed by "names") to mirror registry.
sync_images:
needs: ["qpod_bigdata", "qpod_elasticsearch", "qpod_kafka_confluent", "qpod_postgres-17-ext", "qpod_postgres-16-ext", "qpod_postgres-15-ext"]
needs: ["qpod_bigdata", "qpod_elasticsearch", "qpod_kafka_confluent", "qpod_postgres-15-ext", "qpod_postgres-16-ext"] # , "qpod_postgres-17-ext"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Building blocks for the following big data project use cases are supported in th
- [Flink / Spark](https://hub.docker.com/r/qpod/bigdata)
- [Kafka](https://hub.docker.com/r/qpod/kafka)
- [Postgresql with Extensions](https://hub.docker.com/search?q=qpod%2Fpostgres-): including pgvector, age, and [many others](https://github.com/QPod/lab-data/tree/main/docker_postgres)
- [GreenplumDB](https://hub.docker.com/r/qpod/greenplum)
- [Apache Cloudberry](https://cloudberry.apache.org/)
- [Elasticsearch](https://hub.docker.com/r/qpod/elasticsearch)
Loading

0 comments on commit c8b36f3

Please sign in to comment.