1.57.0-debian-10-r102 release
This commit is contained in:
parent
efe2f27c71
commit
234aa70cfc
|
|
@ -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.57.0-4-linux-amd64-debian-10.tar.gz && \
|
||||
echo "ea823aecc86db8162fb7ec4093e7f7d6e10d52d728d7edccee59d520c4793d39 /tmp/bitnami/pkg/cache/rclone-1.57.0-4-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/rclone-1.57.0-4-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/rclone-1.57.0-4-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/rclone-1.57.0-5-linux-amd64-debian-10.tar.gz && \
|
||||
echo "589ac1223038e3cd0bf38f00c26752e8a897c1364225c64bc12e9694bf818490 /tmp/bitnami/pkg/cache/rclone-1.57.0-5-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/rclone-1.57.0-5-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/rclone-1.57.0-5-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-r101" \
|
||||
BITNAMI_IMAGE_VERSION="1.57.0-debian-10-r102" \
|
||||
PATH="/opt/bitnami/rclone/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"rclone": {
|
||||
"arch": "amd64",
|
||||
"digest": "ea823aecc86db8162fb7ec4093e7f7d6e10d52d728d7edccee59d520c4793d39",
|
||||
"digest": "589ac1223038e3cd0bf38f00c26752e8a897c1364225c64bc12e9694bf818490",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.57.0-4"
|
||||
"version": "1.57.0-5"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-r101`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.57.0-debian-10-r101/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.57.0`, `1.57.0-debian-10-r102`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.57.0-debian-10-r102/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