From 146550cb1c8f1442c0c65937cddf3e7cbeeb79db Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Fri, 4 Oct 2024 18:26:51 +0200 Subject: [PATCH] fix: remove versions Signed-off-by: Jonathan Gonzalez V. --- containers/Dockerfile.plugin | 2 +- containers/Dockerfile.sidecar | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/Dockerfile.plugin b/containers/Dockerfile.plugin index 517bbec..2e76b53 100644 --- a/containers/Dockerfile.plugin +++ b/containers/Dockerfile.plugin @@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \ name="CloudNativePG Barman plugin" \ vendor="CloudNativePG Contributors" \ url="https://cloudnative-pg.io/" \ - version="$VERSION" \ + version="" \ release="1" WORKDIR / diff --git a/containers/Dockerfile.sidecar b/containers/Dockerfile.sidecar index 8d00c12..4d0e7ce 100644 --- a/containers/Dockerfile.sidecar +++ b/containers/Dockerfile.sidecar @@ -45,7 +45,7 @@ LABEL summary="$SUMMARY" \ name="CloudNativePG Barman plugin sidecar" \ vendor="CloudNativePG Contributors" \ url="https://cloudnative-pg.io/" \ - version="$VERSION" \ + version="" \ release="1" COPY --from=pythonbuilder /new-usr/* /usr/