From 664bf1a58f893ca85292ac1a1c4e0692057ab19a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 23 Mar 2026 21:08:25 +0100 Subject: [PATCH] [bitnami/rclone] Release 1.73.3-debian-12-r0 (#91804) Signed-off-by: Bitnami Bot --- bitnami/rclone/1/debian-12/Dockerfile | 8 ++++---- bitnami/rclone/README.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bitnami/rclone/1/debian-12/Dockerfile b/bitnami/rclone/1/debian-12/Dockerfile index 8371d70f981e..853930e79806 100644 --- a/bitnami/rclone/1/debian-12/Dockerfile +++ b/bitnami/rclone/1/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-03-06T20:21:39Z" \ + org.opencontainers.image.created="2026-03-23T19:58:45Z" \ 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" \ org.opencontainers.image.title="rclone" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.73.2" + org.opencontainers.image.version="1.73.3" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -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.2-0-linux-${OS_ARCH}-debian-12" \ + "rclone-1.73.3-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -45,7 +45,7 @@ RUN chmod g+rwX /opt/bitnami RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true RUN uninstall_packages curl -ENV APP_VERSION="1.73.2" \ +ENV APP_VERSION="1.73.3" \ BITNAMI_APP_NAME="rclone" \ IMAGE_REVISION="0" \ PATH="/opt/bitnami/rclone/bin:$PATH" diff --git a/bitnami/rclone/README.md b/bitnami/rclone/README.md index a8a034c87b39..abd04e103176 100644 --- a/bitnami/rclone/README.md +++ b/bitnami/rclone/README.md @@ -73,6 +73,7 @@ Check the [official rClone documentation](https://rclone.org/docs/) for a list o The Bitnami rClone Docker image from the [Bitnami Secure Images](https://go-vmware.broadcom.com/contact-us) catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables: - `OPENSSL_FIPS`: whether OpenSSL runs in FIPS mode or not. `yes` (default), `no`. +- `GODEBUG`: controls Go FIPS mode. Use `fips140=only` (restricted), `fips140=on` (relaxed), or `fips140=off` (disabled). ## Notable Changes