Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bitnami/volsync/0/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH

LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-06-03T03:34:30Z" \
org.opencontainers.image.created="2026-06-05T21:26:14Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/volsync/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/volsync" \
Expand All @@ -28,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
COMPONENTS=( \
"volsync-0.15.0-12-linux-${OS_ARCH}-debian-12" \
"volsync-0.15.0-13-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand Down Expand Up @@ -62,7 +62,7 @@ RUN uninstall_packages curl

ENV APP_VERSION="0.15.0" \
BITNAMI_APP_NAME="volsync" \
IMAGE_REVISION="16" \
IMAGE_REVISION="17" \
PATH="/opt/bitnami/volsync/bin:/opt/bitnami/rclone/bin:/opt/bitnami/diskrsync/bin:/opt/bitnami/syncthing/bin:$PATH"

USER 1001

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
790923caed58ca7500166a3325f6d15ca30e24368b0d30c445433565e195acb8 volsync-0.15.0-13-linux-amd64-debian-12.tar.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
74ef28fc95a99b67656480d9a1b9f7614cf841eba17384966c420e52edf6e730 volsync-0.15.0-13-linux-arm64-debian-12.tar.gz
Loading