Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
0f20fcba0f
Merge 2358d4fce0 into 367db3cd66 2025-12-08 10:23:44 +13:00
renovate[bot]
2358d4fce0
chore(deps): update ghcr.io/cloudnative-pg/plugin-barman-cloud-base docker tag to v3.16.2-202511090001
| datasource | package                                         | from                | to                  |
| ---------- | ----------------------------------------------- | ------------------- | ------------------- |
| docker     | ghcr.io/cloudnative-pg/plugin-barman-cloud-base | 3.16.2-202511051806 | 3.16.2-202511090001 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-09 00:29:56 +00:00

View File

@ -36,7 +36,7 @@ RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache
# Use plugin-barman-cloud-base to get the dependencies.
# pip will build everything inside /usr, so we copy every file into a new
# destination that will then be copied into the distroless container
FROM ghcr.io/cloudnative-pg/plugin-barman-cloud-base:3.16.2-202511051806 AS pythonbuilder
FROM ghcr.io/cloudnative-pg/plugin-barman-cloud-base:3.16.2-202511090001 AS pythonbuilder
# Prepare a new /usr/ directory with the files we'll need in the final image
RUN mkdir /new-usr/ && \
cp -r --parents /usr/local/lib/ /usr/lib/*-linux-gnu/ /usr/local/bin/ \