[bitnami/rclone] Release 1.73.1-debian-12-r2 (#91389)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
2fa580a17e
commit
31578e2327
|
|
@ -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-02-19T04:06:40Z" \
|
||||
org.opencontainers.image.created="2026-03-06T17:16:25Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/rclone/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/rclone" \
|
||||
|
|
@ -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=( \
|
||||
"rclone-1.73.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"rclone-1.73.1-1-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -47,7 +47,7 @@ RUN uninstall_packages curl
|
|||
|
||||
ENV APP_VERSION="1.73.1" \
|
||||
BITNAMI_APP_NAME="rclone" \
|
||||
IMAGE_REVISION="1" \
|
||||
IMAGE_REVISION="2" \
|
||||
PATH="/opt/bitnami/rclone/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
# Bitnami Secure Image for rClone
|
||||
|
||||
## What is rClone?
|
||||
|
||||
> RClone synchronizes files and directories to and from different cloud storage providers. It supports different backends, including GCS, S3 and Azure Blob Storage. It provides caching and encryption.
|
||||
|
||||
[Overview of rClone](https://rclone.org/)
|
||||
|
|
@ -58,6 +56,8 @@ docker build -t bitnami/APP:latest .
|
|||
|
||||
## Configuration
|
||||
|
||||
The following section describes how to run commands
|
||||
|
||||
### Running commands
|
||||
|
||||
To run commands inside this container you can use `docker run`, for example to execute `rclone --version` you can follow the example below:
|
||||
|
|
|
|||
Loading…
Reference in New Issue