From 2c3f19c0aa57931b9d5bc73d1babc597e05fb424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Tue, 25 Feb 2025 16:55:29 +0100 Subject: [PATCH] fix: pin Barman to 3.12.1 (#78) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Barman 3.13 introduced a regression which break restore capabilities. See https://github.com/cloudnative-pg/cloudnative-pg/issues/6932 Signed-off-by: Niccolò Fei --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7bbff2e..2d9d8ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -141,7 +141,7 @@ RUN key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' && \ python3-setuptools \ && \ pip3 install --break-system-packages --upgrade pip && \ - pip3 install --break-system-packages barman[cloud,azure,snappy,google] boto3==1.35.99 && \ + pip3 install --break-system-packages barman[cloud,azure,google,snappy,zstandard,lz4]==3.12.1 boto3==1.35.99 && \ rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/* # DoD 2.3 - remove setuid/setgid from any binary that not strictly requires it, and before doing that list them on the stdout