Skip to content

Commit

Permalink
Daily automatic update
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudNativePG Automated Updates committed Nov 26, 2024
1 parent 50af32b commit aed5462
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 168 deletions.
14 changes: 0 additions & 14 deletions Debian/12/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/12/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/13/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/13/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/14/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/14/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/15/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/15/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/16/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/16/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/17/bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down
14 changes: 0 additions & 14 deletions Debian/17/bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,27 +43,13 @@ 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 \
; \
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
Expand Down

0 comments on commit aed5462

Please sign in to comment.