sol

rsyncd (latest)

Published 2023-10-20 14:51:17 +00:00 by burble

Installation

docker pull git.burble.com/sol/rsyncd:latest
sha256:d4d2c443cac27c6e2e5581bd4e9c0241d3ee84256aeb4a049be303b2847df2db

Image Layers

ADD file:756183bba9c7f4593c2b216e98e4208b9163c4c962ea0837ef88bd917609d001 in /
CMD ["/bin/sh"]
MAINTAINER burble <simon@burble.com>
VOLUME [/files]
/bin/sh -c apk add --update rsync && rm -rf /var/cache/apk/*
USER 82001:82001
WORKDIR /files
EXPOSE 1873
ENTRYPOINT ["/usr/bin/rsync" "--daemon" "--no-detach"]
CMD ["--config=/local/rsyncd.conf" "--port=1873" "--ipv6"]
LABEL org.opencontainers.image.created=2023-10-20T14:51:00Z
LABEL org.opencontainers.image.revision=3d86f512b99bc5f088bd123daef25502751ecbd2
LABEL org.opencontainers.image.source=https://git.burble.dn42/sol/rsyncd.git
LABEL org.opencontainers.image.url=https://git.burble.dn42/sol/rsyncd

Labels

Key Value
org.opencontainers.image.created 2023-10-20T14:51:00Z
org.opencontainers.image.revision 3d86f512b99bc5f088bd123daef25502751ecbd2
org.opencontainers.image.source https://git.burble.dn42/sol/rsyncd.git
org.opencontainers.image.url https://git.burble.dn42/sol/rsyncd
Details
Container
2023-10-20 14:51:17 +00:00
3
OCI / Docker
linux/amd64
3.9 MiB
Versions (1) View all
latest 2023-10-20