Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2023-08-10 00:17:57 +00:00
parent 85b510f014
commit da35c80f2f
8 changed files with 72 additions and 70 deletions

View File

@@ -26,6 +26,15 @@ LABEL name="PostgreSQL Container Images" \
COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
apt-get install -y --no-install-recommends \
"postgresql-${PG_MAJOR}-pgaudit" \
; \
rm -fr /tmp/* ; \
rm -rf /var/lib/apt/lists/*;
# Install barman-cloud
RUN set -xe; \
apt-get update; \