Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Jan 20, 2025
1 parent 6f1a1c8 commit 8cd8d9a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions zim/rsyncd/rsyncd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,13 @@ spec:
app: rsyncd-app
spec:
containers:
- image: docker.io/vimagick/rsyncd:latest
# this image is not tagged other than latest.
# at time of this SHA, it includes alpine 3.21.1
# with patched version 3.4.0 of rsync
- image: docker.io/alpinelinux/rsyncd@sha256:1f6d1953386bb0149a999c9b14fa171e6d340bb68fc61c82a955fabbfe102f77
imagePullPolicy: IfNotPresent
name: rsyncd
command: ["rsync", "--daemon", "--no-detach", "--log-file", "/dev/stdout"]
command: ["rsync", "--daemon", "--no-detach", "--log-file", "/dev/stdout", "--config", "/etc/rsyncd.conf"]
securityContext:
capabilities:
add:
Expand Down

0 comments on commit 8cd8d9a

Please sign in to comment.