1.53.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2020-09-02 20:27:52 +00:00
parent 14b9ea54e9
commit 2895bad708
3 changed files with 8 additions and 8 deletions

View File

@@ -9,16 +9,16 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl gzip libc6 procps tar wget
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/rclone-1.52.3-0-linux-amd64-debian-10.tar.gz && \
echo "529b84a4eb2c9d58730d26ae449d192d4894a2eebb0543d650824704ad0fea01 /tmp/bitnami/pkg/cache/rclone-1.52.3-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/rclone-1.52.3-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/rclone-1.52.3-0-linux-amd64-debian-10.tar.gz
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/rclone-1.53.0-0-linux-amd64-debian-10.tar.gz && \
echo "bd4ca91547ea2999e7675ce2ac9c381687acc2dfa62012e890844fc530999b7f /tmp/bitnami/pkg/cache/rclone-1.53.0-0-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
tar -zxf /tmp/bitnami/pkg/cache/rclone-1.53.0-0-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
rm -rf /tmp/bitnami/pkg/cache/rclone-1.53.0-0-linux-amd64-debian-10.tar.gz
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
ENV BITNAMI_APP_NAME="rclone" \
BITNAMI_IMAGE_VERSION="1.52.3-debian-10-r17" \
BITNAMI_IMAGE_VERSION="1.53.0-debian-10-r0" \
PATH="/opt/bitnami/rclone/bin:$PATH"
USER 1001

View File

@@ -1,9 +1,9 @@
{
"rclone": {
"arch": "amd64",
"digest": "529b84a4eb2c9d58730d26ae449d192d4894a2eebb0543d650824704ad0fea01",
"digest": "bd4ca91547ea2999e7675ce2ac9c381687acc2dfa62012e890844fc530999b7f",
"distro": "debian-10",
"type": "NAMI",
"version": "1.52.3-0"
"version": "1.53.0-0"
}
}

View File

@@ -28,7 +28,7 @@ $ docker run --name rclone bitnami/rclone:latest
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`1`, `1-debian-10`, `1.52.3`, `1.52.3-debian-10-r17`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.52.3-debian-10-r17/1/debian-10/Dockerfile)
* [`1`, `1-debian-10`, `1.53.0`, `1.53.0-debian-10-r0`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.53.0-debian-10-r0/1/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/rclone GitHub repo](https://github.com/bitnami/bitnami-docker-rclone).