|
Bugzilla – Full Text Bug Listing |
| Summary: | BCI PostgreSQL Image is too basic | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Base Container Images | Reporter: | Jörg Sonnenberger <joerg> |
| Component: | Channels/Repositories | Assignee: | BCI Internal Team <bci-internal> |
| Status: | NEW --- | QA Contact: | |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | joerg, max, meissner |
| Version: | unspecified | Flags: | dmueller:
needinfo?
(joerg) |
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jörg Sonnenberger
2024-03-25 21:52:17 UTC
Currently SLE BCI is defined to be a subset of SLES, so for (3) I understand that this functionality is also not avaiable on SLES without containers? Adding rmax to confirm. we can easily add -contrib into the container except that it has quite hefty size implications (pulls in python and perl interpreter and adds > 70 MB). I am generally fine with that as people who run databases also need storage for data so it shouldn't be a massive concern. for (2) I'm less certain what you're referring to. what would need to be done to enable that? do you hhave an example dockerfile that you use to build "your" container? Most PostgreSQL instances I'm using are server+contrib. plperl and plpython are almost free as the heavy dependencies are pulled in by contrib already, but I don't have a large stake in that. So far I'm using only PL/PGSQL for stored procedures and triggers. |