mirror of
https://github.com/bitnami/containers.git
synced 2026-08-09 13:04:38 +08:00
[bitnami/volsync] Release 0.16.0-debian-12-r6 (#96101)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="https://downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2026-07-31T17:38:44Z" \
|
||||
org.opencontainers.image.created="2026-08-06T13:10:37Z" \
|
||||
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" \
|
||||
@@ -23,12 +23,12 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl openssh-client openssh-server openssl perl procps rsync stunnel4
|
||||
RUN install_packages acl ca-certificates curl openssh-client openssh-server openssl procps python3 rsync stunnel4
|
||||
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.16.0-4-linux-${OS_ARCH}-debian-12" \
|
||||
"volsync-0.16.0-5-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -62,7 +62,7 @@ RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="0.16.0" \
|
||||
BITNAMI_APP_NAME="volsync" \
|
||||
IMAGE_REVISION="5" \
|
||||
IMAGE_REVISION="6" \
|
||||
PATH="/opt/bitnami/volsync/bin:/opt/bitnami/rclone/bin:/opt/bitnami/diskrsync/bin:/opt/bitnami/syncthing/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
-1
@@ -1 +0,0 @@
|
||||
aff24011d487dd5ea982d6d6256878e182382c4af0cf65be6ea0498ec629603b volsync-0.16.0-4-linux-amd64-debian-12.tar.gz
|
||||
-1
@@ -1 +0,0 @@
|
||||
531528625cc2256a589c8925362887b1981726f6565213751dcb5d7d9f9b8f32 volsync-0.16.0-4-linux-arm64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
ddb7a6042e806db5fabee9e80ba6ebbb55cbb9f3ae75e86ca8945b9e9dee8664 volsync-0.16.0-5-linux-amd64-debian-12.tar.gz
|
||||
+1
@@ -0,0 +1 @@
|
||||
3e1e097bd30cf91366cc31ca044d2a5a41e363c062ad4cb5948c0cfc569a74f6 volsync-0.16.0-5-linux-arm64-debian-12.tar.gz
|
||||
Reference in New Issue
Block a user