Skip to content

What is the recommended approach to enable the plpython3u extension with a customized python3 environment in cloudnative-pg postgresql images? #4510

Answered by obragaa
cameronraysmith asked this question in Q&A
Discussion options

You must be logged in to vote

Particularly, I believe the best approach in your case would be to build directly from a Dockerfile. Here's why I think this might suit your needs well:

  1. Simplicity and Speed: Building an image directly from a Dockerfile is a quick and straightforward way to add custom dependencies. This approach allows for rapid iterations and testing, which is ideal for agile development and deployment.

  2. Lower Maintenance: Maintaining a fork of a repository can become complex over time, especially when trying to sync with upstream changes. Direct building via a Dockerfile minimizes maintenance efforts and keeps the process more manageable.

  3. Flexibility: Using a Dockerfile allows for the flexibility t…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cameronraysmith
Comment options

Answer selected by cameronraysmith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants