Skip to content

Commit 2c3f19c

Browse files
authored
fix: pin Barman to 3.12.1 (#78)
Barman 3.13 introduced a regression which break restore capabilities. See cloudnative-pg/cloudnative-pg#6932 Signed-off-by: Niccolò Fei <[email protected]>
1 parent b13e12a commit 2c3f19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ RUN key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8' && \
141141
python3-setuptools \
142142
&& \
143143
pip3 install --break-system-packages --upgrade pip && \
144-
pip3 install --break-system-packages barman[cloud,azure,snappy,google] boto3==1.35.99 && \
144+
pip3 install --break-system-packages barman[cloud,azure,google,snappy,zstandard,lz4]==3.12.1 boto3==1.35.99 && \
145145
rm -rf /var/lib/apt/lists/* /var/cache/* /var/log/*
146146

147147
# DoD 2.3 - remove setuid/setgid from any binary that not strictly requires it, and before doing that list them on the stdout

0 commit comments

Comments
 (0)