Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2025-05-26 15:31:39 +00:00
parent dc0d7b221b
commit ab9be60860
10 changed files with 20 additions and 20 deletions

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \

View File

@@ -31,9 +31,9 @@ COPY requirements.txt /
# Install additional extensions
RUN set -xe; \
apt-get update; \
if apt list --upgradable 2>/dev/null | grep -q '^postgres'; then \
if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \
apt list --upgradable 2>/dev/null | grep '^postgres'; \
apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \
fi; \
apt-get install -y --no-install-recommends \