-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
containers/rsync-server: Oops, rename to make clearer
* rclone-mirror clones a remote repo locally * rsync-server serves a local storage directory
- Loading branch information
Showing
8 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
.github/workflows/rsync-mirror.yaml → .github/workflows/rsync-server.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM docker.io/alpine:3.15 | ||
FROM docker.io/alpine:3.21 | ||
ADD entry.sh /entry.sh | ||
RUN apk --update --no-cache add bash rclone && chmod 755 /entry.sh | ||
CMD /entry.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM docker.io/alpine:3.15 | ||
FROM docker.io/alpine:3.21 | ||
ADD entry.sh /entry.sh | ||
RUN apk --update --no-cache add bash fuse rclone && chmod 755 /entry.sh | ||
CMD /entry.sh |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
containers/services/rsync-mirror/README.md → containers/services/rsync-server/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
containers/services/rsync-mirror/VERSION → containers/services/rsync-server/VERSION
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# ONLY UPDATE ONCE READY TO BUILD NEW RELEASE | ||
0.5-1 | ||
0.5-2 |
File renamed without changes.