mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 15:57:21 +08:00
1.57.0-debian-10-r114 release
This commit is contained in:
@@ -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-6-linux-amd64-debian-10.tar.gz && \
|
||||
echo "589ac1223038e3cd0bf38f00c26752e8a897c1364225c64bc12e9694bf818490 /tmp/bitnami/pkg/cache/rclone-1.57.0-6-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/rclone-1.57.0-6-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/rclone-1.57.0-6-linux-amd64-debian-10.tar.gz
|
||||
RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stacksmith/rclone-1.57.0-7-linux-amd64-debian-10.tar.gz && \
|
||||
echo "cb09b7460b04aff750d83a32c7b304409d6d5b67d1fe8cb55a6ad856e26ac58a /tmp/bitnami/pkg/cache/rclone-1.57.0-7-linux-amd64-debian-10.tar.gz" | sha256sum -c - && \
|
||||
tar -zxf /tmp/bitnami/pkg/cache/rclone-1.57.0-7-linux-amd64-debian-10.tar.gz -P --transform 's|^[^/]*/files|/opt/bitnami|' --wildcards '*/files' && \
|
||||
rm -rf /tmp/bitnami/pkg/cache/rclone-1.57.0-7-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-r113" \
|
||||
BITNAMI_IMAGE_VERSION="1.57.0-debian-10-r114" \
|
||||
PATH="/opt/bitnami/rclone/bin:$PATH"
|
||||
|
||||
USER 1001
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"rclone": {
|
||||
"arch": "amd64",
|
||||
"digest": "589ac1223038e3cd0bf38f00c26752e8a897c1364225c64bc12e9694bf818490",
|
||||
"digest": "cb09b7460b04aff750d83a32c7b304409d6d5b67d1fe8cb55a6ad856e26ac58a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.57.0-6"
|
||||
"version": "1.57.0-7"
|
||||
}
|
||||
}
|
||||
@@ -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-r113`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.57.0-debian-10-r113/1/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.57.0`, `1.57.0-debian-10-r114`, `latest` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-rclone/blob/1.57.0-debian-10-r114/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/rclone GitHub repo](https://github.com/bitnami/bitnami-docker-rclone).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user