From aed546233150d2bda1d665ad965cb0ddf7bc2d5a Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Tue, 26 Nov 2024 10:04:00 +0000 Subject: [PATCH] Daily automatic update --- Debian/12/bookworm/Dockerfile | 14 -------------- Debian/12/bullseye/Dockerfile | 14 -------------- Debian/13/bookworm/Dockerfile | 14 -------------- Debian/13/bullseye/Dockerfile | 14 -------------- Debian/14/bookworm/Dockerfile | 14 -------------- Debian/14/bullseye/Dockerfile | 14 -------------- Debian/15/bookworm/Dockerfile | 14 -------------- Debian/15/bullseye/Dockerfile | 14 -------------- Debian/16/bookworm/Dockerfile | 14 -------------- Debian/16/bullseye/Dockerfile | 14 -------------- Debian/17/bookworm/Dockerfile | 14 -------------- Debian/17/bullseye/Dockerfile | 14 -------------- 12 files changed, 168 deletions(-) diff --git a/Debian/12/bookworm/Dockerfile b/Debian/12/bookworm/Dockerfile index 82b11dc9..ed553d9c 100644 --- a/Debian/12/bookworm/Dockerfile +++ b/Debian/12/bookworm/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --break-system-packages --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --break-system-packages --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/12/bullseye/Dockerfile b/Debian/12/bullseye/Dockerfile index f207f149..38329316 100644 --- a/Debian/12/bullseye/Dockerfile +++ b/Debian/12/bullseye/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/13/bookworm/Dockerfile b/Debian/13/bookworm/Dockerfile index 7eee84d5..f24b2da0 100644 --- a/Debian/13/bookworm/Dockerfile +++ b/Debian/13/bookworm/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --break-system-packages --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --break-system-packages --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/13/bullseye/Dockerfile b/Debian/13/bullseye/Dockerfile index cee7cb26..30c1a69a 100644 --- a/Debian/13/bullseye/Dockerfile +++ b/Debian/13/bullseye/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/14/bookworm/Dockerfile b/Debian/14/bookworm/Dockerfile index 02a91853..97ace35e 100644 --- a/Debian/14/bookworm/Dockerfile +++ b/Debian/14/bookworm/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --break-system-packages --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --break-system-packages --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/14/bullseye/Dockerfile b/Debian/14/bullseye/Dockerfile index e14b63d6..9581e736 100644 --- a/Debian/14/bullseye/Dockerfile +++ b/Debian/14/bullseye/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/15/bookworm/Dockerfile b/Debian/15/bookworm/Dockerfile index 44581c9d..eac66e48 100644 --- a/Debian/15/bookworm/Dockerfile +++ b/Debian/15/bookworm/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --break-system-packages --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --break-system-packages --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/15/bullseye/Dockerfile b/Debian/15/bullseye/Dockerfile index add25246..2744342b 100644 --- a/Debian/15/bullseye/Dockerfile +++ b/Debian/15/bullseye/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/16/bookworm/Dockerfile b/Debian/16/bookworm/Dockerfile index 2b2a5503..2af49fb5 100644 --- a/Debian/16/bookworm/Dockerfile +++ b/Debian/16/bookworm/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --break-system-packages --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --break-system-packages --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/16/bullseye/Dockerfile b/Debian/16/bullseye/Dockerfile index d60a7973..c324b47d 100644 --- a/Debian/16/bullseye/Dockerfile +++ b/Debian/16/bullseye/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index bc2cd93f..460a76ce 100644 --- a/Debian/17/bookworm/Dockerfile +++ b/Debian/17/bookworm/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --break-system-packages --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --break-system-packages --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26 diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index 1d1b5232..2f9d0097 100644 --- a/Debian/17/bullseye/Dockerfile +++ b/Debian/17/bullseye/Dockerfile @@ -43,11 +43,6 @@ RUN set -xe; \ RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - build-essential python3-dev libsnappy-dev \ python3-pip \ python3-psycopg2 \ python3-setuptools \ @@ -55,15 +50,6 @@ RUN set -xe; \ pip3 install --upgrade pip; \ # TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved pip3 install --no-deps -r requirements.txt; \ - # We require build dependencies to build snappy 0.6 - # on Python 3.11 or greater. - # TODO: Remove build deps once barman unpins the snappy version or - # https://github.com/EnterpriseDB/barman/issues/905 is completed - apt-get remove -y --purge --autoremove \ - build-essential \ - python3-dev \ - libsnappy-dev \ - ; \ rm -rf /var/lib/apt/lists/*; # Change the uid of postgres to 26