tg-mount (rclone)
Published 2026-08-01 22:25:27 +03:00 by mehrdad
Installation
docker pull git.neoh.ir/self-projects/tg-mount:rclonesha256:c43b9eeb671c16a21cb20f1f7b70d31d28841f7e085c7e8cfcd82fbdce201496
Images
| Digest | OS / Arch | Size |
|---|---|---|
| b784af7086 | linux/amd64 | 26 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c echo "**** Install Dependencies ****" && apk add --no-cache ca-certificates fuse3 tzdata && echo "Enable user_allow_other in fuse" && echo "user_allow_other" >> /etc/fuse.conf # buildkit |
| COPY /go/src/github.com/rclone/rclone/rclone /usr/local/bin/ # buildkit |
| RUN /bin/sh -c addgroup -g 1009 rclone && adduser -u 1009 -Ds /bin/sh -G rclone rclone # buildkit |
| ENTRYPOINT ["rclone"] |
| WORKDIR /data |
| ENV XDG_CONFIG_HOME=/config |
| USER root |
| RUN /bin/sh -c apk add --no-cache bash fuse3 fuse3-libs su-exec # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | rclone <https://github.com/rclone> |
| org.opencontainers.image.created | 2025-05-21T20:21:00.572Z |
| org.opencontainers.image.description | "rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | 80727496fc42105c4f50e4aa5b84456686643d75 |
| org.opencontainers.image.source | https://github.com/rclone/rclone |
| org.opencontainers.image.title | rclone |
| org.opencontainers.image.url | https://github.com/rclone/rclone/pkgs/container/rclone |
| org.opencontainers.image.vendor | rclone |
| org.opencontainers.image.version | 1.69.3 |