1.59.0-debian-11-r0 release
This commit is contained in:
parent
daa611af25
commit
f8c12c4a91
|
|
@ -8,15 +8,15 @@ COPY prebuildfs /
|
|||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
# 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.58.1-150-linux-amd64-debian-11.tar.gz && \
|
||||
echo "1882c9b56d0426f3a298b85edd51751ec11e9804a13713918bf9fd309a09966a /tmp/bitnami/pkg/cache/rclone-1.58.1-150-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/rclone-1.58.1-150-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/rclone-1.58.1-150-linux-amd64-debian-11.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/rclone-1.59.0-1-linux-amd64-debian-11.tar.gz && \
|
||||
echo "82e6956d287e7163a7f3a01ce91247d3470e1024f7d7a056b452e26e9125716f /tmp/bitnami/pkg/cache/rclone-1.59.0-1-linux-amd64-debian-11.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/rclone-1.59.0-1-linux-amd64-debian-11.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/rclone-1.59.0-1-linux-amd64-debian-11.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 APP_VERSION="1.58.1" \
|
||||
ENV APP_VERSION="1.59.0" \
|
||||
BITNAMI_APP_NAME="rclone" \
|
||||
PATH="/opt/bitnami/rclone/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"rclone": {
|
||||
"arch": "amd64",
|
||||
"digest": "1882c9b56d0426f3a298b85edd51751ec11e9804a13713918bf9fd309a09966a",
|
||||
"digest": "82e6956d287e7163a7f3a01ce91247d3470e1024f7d7a056b452e26e9125716f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.58.1-150"
|
||||
"version": "1.59.0-1"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-11`, `1.58.1`, `1.58.1-debian-11-r14`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.58.1-debian-11-r14/1/debian-11/Dockerfile)
|
||||
* [`1`, `1-debian-11`, `1.59.0`, `1.59.0-debian-11-r0`, `latest` (1/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.59.0-debian-11-r0/1/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rclone GitHub repo](https://github.com/bitnami/bitnami-docker-rclone).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue