forked from repo-mirrors/cnpg-postgres-containers
feat: generate Debian (12) Bookworm images (#62)
Add Debian 12 images and the related ClusterImageCatalog --------- Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com> Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com> Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com> Co-authored-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com> Co-authored-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
@@ -47,9 +47,9 @@ RUN set -xe; \
|
||||
python3-psycopg2 \
|
||||
python3-setuptools \
|
||||
; \
|
||||
pip3 install --upgrade pip; \
|
||||
pip3 install %%PIP_OPTIONS%% --upgrade pip; \
|
||||
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
|
||||
pip3 install --no-deps -r requirements.txt; \
|
||||
pip3 install %%PIP_OPTIONS%% --no-deps -r requirements.txt; \
|
||||
rm -rf /var/lib/apt/lists/*;
|
||||
|
||||
# Change the uid of postgres to 26
|
||||
|
Reference in New Issue
Block a user