• Joined on 2025-09-06

backups-rsync-ssh (sha256:c11343acfba5909bb7783f096d3f7660e381830d8725a8e0d79d08d203222225)

Published 2025-11-03 20:58:31 +01:00 by eric

Installation

docker pull git.ericcm.es/eric/backups-rsync-ssh@sha256:c11343acfba5909bb7783f096d3f7660e381830d8725a8e0d79d08d203222225
sha256:c11343acfba5909bb7783f096d3f7660e381830d8725a8e0d79d08d203222225

About this package

Rsync daemon + OpenSSH; manages rsync users as modules

Image Layers

ADD alpine-minirootfs-3.22.2-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG BUILD_DATE
LABEL org.opencontainers.image.created= org.opencontainers.image.title=rsync-ssh org.opencontainers.image.description=Rsync daemon + OpenSSH; manages rsync users as modules
ENV HOME=/home
COPY /usr/local/bin/rrsync /usr/local/bin/rrsync # buildkit
RUN |1 BUILD_DATE= /bin/sh -c apk add --no-cache openssh bash shadow perl python3 py3-pip rsync # buildkit
RUN |1 BUILD_DATE= /bin/sh -c mkdir -p /keys /var/run/sshd /etc/ssh/host_keys && chmod 700 /keys # buildkit
RUN |1 BUILD_DATE= /bin/sh -c mkdir -p /etc/ssh/ && touch /etc/ssh/users.db # buildkit
COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
COPY manage-users.sh /usr/local/bin/manage-users.sh # buildkit
COPY scripts/ /usr/local/bin/scripts/ # buildkit
RUN |1 BUILD_DATE= /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh /usr/local/bin/manage-users.sh && chmod -R +x /usr/local/bin/scripts # buildkit
EXPOSE [22/tcp]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.created
org.opencontainers.image.description Rsync daemon + OpenSSH; manages rsync users as modules
org.opencontainers.image.title rsync-ssh
Details
Container
2025-11-03 20:58:31 +01:00
0
OCI / Docker
linux/arm64
39 MiB
Versions (1) View all
latest 2025-11-03