Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows: publish tembo-pg-cnpg for Pg 14 and 16 #52

Merged
merged 6 commits into from
Jan 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
workflows: use prod registry
vrmiguel committed Jan 26, 2024
commit da878937fb3f81238b44144769d8cfb6fc69f28f
4 changes: 2 additions & 2 deletions tembo-pg-cnpg/Dockerfile
Original file line number Diff line number Diff line change
@@ -31,10 +31,10 @@ RUN set -xe; \
rm -rf /var/lib/apt/lists/*;

# Install pg_stat_statements
RUN trunk install --registry https://trunk-registry.cdb-dev.com pg_stat_statements
RUN trunk install pg_stat_statements

# Install auto_explain
RUN trunk install --registry https://trunk-registry.cdb-dev.com auto_explain
RUN trunk install auto_explain

# cache pg_stat_statements and auto_explain and pg_stat_kcache to temp directory
RUN set -eux; \