Skip to content

Commit 94e7161

Browse files
committed
Build rsync image
1 parent b0c99a7 commit 94e7161

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

rsync/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM --platform=${TARGETPLATFORM} alpine:latest
2+
3+
# Install rsync
4+
RUN apk add --no-cache rsync
5+
6+
# Set the entrypoint to rsync
7+
ENTRYPOINT ["rsync"]

rsync/PLATFORMS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
linux/arm/v7
2+
linux/arm64
3+
linux/amd64

rsync/VERSION

Whitespace-only changes.

0 commit comments

Comments
 (0)