megara-admin
  • Joined on 2026-07-11

megara-backup (9347a5b9fd4eea698e2bc5141a8c76f33e1c0807)

Published 2026-07-15 08:46:40 +00:00 by megara-admin

Installation

docker pull forge.megarai.com/megara-admin/megara-backup:9347a5b9fd4eea698e2bc5141a8c76f33e1c0807
sha256:57211f016550a39e386925ca91325a4f4260e2eb5455365cc3f5bd593578a1ff

About this package

"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Azure Blob, Azure Files, Yandex Files

Image Layers

ADD alpine-minirootfs-3.24.1-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 upgrade --no-cache && apk add --no-cache bash ca-certificates curl postgresql18-client python3 tar && addgroup -g 1000 git && adduser -D -u 1000 -G git -h /home/git git # buildkit
COPY src/megara/backup_manifest.py /opt/megara/megara/backup_manifest.py # buildkit
RUN /bin/sh -c printf '' > /opt/megara/megara/__init__.py # buildkit
ENV PYTHONPATH=/opt/megara HOME=/home/git
WORKDIR /work
USER 1000:1000
ENTRYPOINT ["/bin/bash"]

Labels

Key Value
org.opencontainers.image.authors rclone <https://github.com/rclone>
org.opencontainers.image.created 2026-07-08T16:44:37.011Z
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 5bc93a2a7ab0ebd0a11352bc4968eabeffb18027
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.4
Details
Container
2026-07-15 08:46:40 +00:00
0
OCI / Docker
linux/amd64
rclone <https://github.com/rclone>
MIT
50 MiB
Versions (21) View all