Skip to content

Commit

Permalink
fix: pin Barman to 3.12.1 (#78)
Browse files Browse the repository at this point in the history
Barman 3.13 introduced a regression which break restore capabilities.
See cloudnative-pg/cloudnative-pg#6932

Signed-off-by: Niccolò Fei <[email protected]>
  • Loading branch information
NiccoloFei authored Feb 25, 2025
1 parent b13e12a commit 2c3f19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c3f19c

Please sign in to comment.