Pull Command
Labels
-
org.opencontainers.image.authors
rclone <https://github.com/rclone>
-
org.opencontainers.image.created
2026-05-01T14:58:42.786Z
-
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
aa031c51cccdbfaa09e05cade0654e881a9daa75
-
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.74.0
ENV
-
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-
XDG_CONFIG_HOME=/config
-
FUSE_THREAD_STACK=320000
Layers
-
001
sha256:6a0ac1617861a677b045b7ff88545213ec31c0ff08763195a70a4a5adda577bb
3.69 MB
-
002
sha256:6f9d43dfdc275cc2f416c28be35333ef914a54f368e75e566442a03107077b9c
533 KB
-
003
sha256:2b42f18909faf11fe35a0f823e08711bbf749bd5e042bc49830521c3368208c3
26.4 MB
-
004
sha256:7cf34393b252a2fce153b52cf68e97c1e4c1ebd550421ee487ab7bab8c11937a
949 Bytes
-
005
sha256:25696a551be40ee5e909a12c847f31cc394198594b82b6559b0542fb3638b11d
93 Bytes
-
006
sha256:64a449ae055ecf60877943fd0e4dead1fa446a217b2ceb09fe36fa9095445524
1.14 MB
-
007
sha256:02334851337b4cebe84bb985d256552469a224724f1f66e70cd2dfb33893b963
444 KB
History
[2026-04-15 20:01:40 UTC] ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
[2026-04-15 20:01:40 UTC] CMD ["/bin/sh"]
[2026-04-16 09:06:09 UTC] 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
[2026-05-01 14:59:31 UTC] COPY /go/src/github.com/rclone/rclone/rclone /usr/local/bin/ # buildkit
[2026-05-01 14:59:31 UTC] RUN /bin/sh -c addgroup -g 1009 rclone && adduser -u 1009 -Ds /bin/sh -G rclone rclone # buildkit
[2026-05-01 14:59:31 UTC] ENTRYPOINT ["rclone"]
[2026-05-01 14:59:31 UTC] WORKDIR /data
[2026-05-01 14:59:31 UTC] ENV XDG_CONFIG_HOME=/config
[2026-05-09 03:21:32 UTC] /bin/sh -c #(nop) ARG FUSE_THREAD_STACK=320000
[2026-05-09 03:21:32 UTC] /bin/sh -c #(nop) ENV FUSE_THREAD_STACK=320000
[2026-05-09 03:21:34 UTC] /bin/sh -c apk add --no-cache --update-cache --upgrade fuse libstdc++
[2026-05-09 03:21:34 UTC] /bin/sh -c #(nop) COPY file:ef3c92e884eaae07ede6a48263c12b4c404207c21f3383f1d4d59e266023997e in /usr/local/bin/rar2fs
[2026-05-09 03:21:34 UTC] /bin/sh -c #(nop) ENTRYPOINT ["rar2fs"]
[2026-05-09 03:21:34 UTC] /bin/sh -c #(nop) HEALTHCHECK &{["CMD-SHELL" "grep -qs rar2fs /proc/mounts"] "5s" "3s" "0s" "0s" '\x00'}
[2026-05-09 03:21:34 UTC] /bin/sh -c #(nop) CMD ["-f" "-o" "allow_other" "-o" "auto_unmount" "--seek-length=1" "/source" "/destination"]