1.57.0-debian-10-r69 release
This commit is contained in:
parent
aa67b0b6c2
commit
b195c8d368
|
|
@ -13,10 +13,12 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
|
|||
echo "83174ace10138f6caf3cf9e3a4148f9aed21e06ee07d0944172503533c3f1480 /tmp/bitnami/pkg/cache/rclone-1.57.0-1-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/rclone-1.57.0-1-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/rclone-1.57.0-1-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.57.0-debian-10-r68" \
|
||||
BITNAMI_IMAGE_VERSION="1.57.0-debian-10-r69" \
|
||||
PATH="/opt/bitnami/rclone/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -31,7 +31,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.57.0`, `1.57.0-debian-10-r68`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.57.0-debian-10-r68/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.57.0`, `1.57.0-debian-10-r69`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.57.0-debian-10-r69/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rclone GitHub repo](https://github.com/bitnami/bitnami-docker-rclone).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue