Skip to content

Commit 2361e79

Browse files
authored
[bitnami/volsync] Release 0.15.0-debian-12-r2 (#91417)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent c16b8a2 commit 2361e79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bitnami/volsync/0/debian-12/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
77
ARG TARGETARCH
88

99
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
10-
org.opencontainers.image.created="2026-03-06T18:54:08Z" \
10+
org.opencontainers.image.created="2026-03-06T21:14:49Z" \
1111
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1212
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/volsync/README.md" \
1313
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/volsync" \
@@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
2828
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
2929
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030
COMPONENTS=( \
31-
"volsync-0.15.0-1-linux-${OS_ARCH}-debian-12" \
31+
"volsync-0.15.0-2-linux-${OS_ARCH}-debian-12" \
3232
) ; \
3333
for COMPONENT in "${COMPONENTS[@]}"; do \
3434
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -62,7 +62,7 @@ RUN uninstall_packages curl
6262

6363
ENV APP_VERSION="0.15.0" \
6464
BITNAMI_APP_NAME="volsync" \
65-
IMAGE_REVISION="1" \
65+
IMAGE_REVISION="2" \
6666
PATH="/opt/bitnami/volsync/bin:/opt/bitnami/rclone/bin:/opt/bitnami/diskrsync/bin:/opt/bitnami/syncthing/bin:$PATH"
6767

6868
USER 1001

0 commit comments

Comments
 (0)