refactor layout

python extensions are built using strictly versioned libpq-dev
This commit is contained in:
2025-08-29 02:07:37 +03:00
parent c8b15861d9
commit eb6e4efca9
7 changed files with 215 additions and 263 deletions

View File

@@ -27,7 +27,7 @@ grab_site_packages() {
PYTHON_SITE_PACKAGES=$(grab_site_packages "docker.io/python:${PYTHONTAG}")
[ -n "${PYTHON_SITE_PACKAGES:?}" ]
img="docker.io/rockdrilla/postgresql:base-v6"
img="docker.io/rockdrilla/postgresql:base-v7"
buildah bud \
-f ./Dockerfile.base \