Skip to content

Commit

Permalink
Kick off extensions needed by tembo-images (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmp85 authored Nov 14, 2024
1 parent df20171 commit 6834129
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contrib/auto_explain/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root

Expand Down
4 changes: 2 additions & 2 deletions contrib/hstore_plpython/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root

Expand Down Expand Up @@ -26,4 +26,4 @@ RUN cd postgres && \
git checkout ${PG_RELEASE} && \
./configure --with-python && \
cd contrib/hstore_plpython && \
make
make
4 changes: 2 additions & 2 deletions contrib/jsonb_plpython/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root

Expand Down Expand Up @@ -26,4 +26,4 @@ RUN cd postgres && \
git checkout ${PG_RELEASE} && \
./configure --with-python && \
cd contrib/jsonb_plpython && \
make
make
4 changes: 2 additions & 2 deletions contrib/ltree_plpython/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root

Expand Down Expand Up @@ -26,4 +26,4 @@ RUN cd postgres && \
git checkout ${PG_RELEASE} && \
./configure --with-python && \
cd contrib/ltree_plpython && \
make
make
4 changes: 2 additions & 2 deletions contrib/pg_stat_statements/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PG_VERSION=15
ARG PG_VERSION=17
FROM quay.io/coredb/c-builder:pg${PG_VERSION}
USER root

Expand All @@ -25,4 +25,4 @@ RUN cd postgres && \
git checkout ${PG_RELEASE} && \
./configure && \
cd contrib/pg_stat_statements && \
make
make

0 comments on commit 6834129

Please sign in to comment.