Skip to content

Commit

Permalink
Merge pull request #4 from truenas/rebuild-rsync
Browse files Browse the repository at this point in the history
Build rsync with patched version
  • Loading branch information
stavros-k authored Jan 15, 2025
2 parents fee0fdb + b5301b1 commit a7324d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/rsyncd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ LABEL maintainer="iXsystems <[email protected]>"
LABEL description="rsynd on debian bookworm"

RUN apt update && \
apt install -y rsync procps && \
apt install -y rsync=3.2.7-1+deb12u1 procps && \
apt clean && \
rm -rf /var/lib/apt/lists/*

RUN rsync --version

ENTRYPOINT ["rsync", "--daemon", "--no-detach", "--config=/etc/rsyncd.conf"]

HEALTHCHECK --interval=5s --timeout=10s --retries=3 \
Expand Down
2 changes: 1 addition & 1 deletion apps/rsyncd/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit a7324d9

Please sign in to comment.