Skip to content

Commit aed5462

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent 50af32b commit aed5462

File tree

12 files changed

+0
-168
lines changed

12 files changed

+0
-168
lines changed

Debian/12/bookworm/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --break-system-packages --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/12/bullseye/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/13/bookworm/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --break-system-packages --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/13/bullseye/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/14/bookworm/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --break-system-packages --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/14/bullseye/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/15/bookworm/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --break-system-packages --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/15/bullseye/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/16/bookworm/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --break-system-packages --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/16/bullseye/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/17/bookworm/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --break-system-packages --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --break-system-packages --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

Debian/17/bullseye/Dockerfile

-14
Original file line numberDiff line numberDiff line change
@@ -43,27 +43,13 @@ RUN set -xe; \
4343
RUN set -xe; \
4444
apt-get update; \
4545
apt-get install -y --no-install-recommends \
46-
# We require build dependencies to build snappy 0.6
47-
# on Python 3.11 or greater.
48-
# TODO: Remove build deps once barman unpins the snappy version or
49-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
50-
build-essential python3-dev libsnappy-dev \
5146
python3-pip \
5247
python3-psycopg2 \
5348
python3-setuptools \
5449
; \
5550
pip3 install --upgrade pip; \
5651
# TODO: Remove --no-deps once https://github.com/pypa/pip/issues/9644 is solved
5752
pip3 install --no-deps -r requirements.txt; \
58-
# We require build dependencies to build snappy 0.6
59-
# on Python 3.11 or greater.
60-
# TODO: Remove build deps once barman unpins the snappy version or
61-
# https://github.com/EnterpriseDB/barman/issues/905 is completed
62-
apt-get remove -y --purge --autoremove \
63-
build-essential \
64-
python3-dev \
65-
libsnappy-dev \
66-
; \
6753
rm -rf /var/lib/apt/lists/*;
6854

6955
# Change the uid of postgres to 26

0 commit comments

Comments
 (0)