Skip to content

Commit

Permalink
containers/rsync-server: Oops, rename to make clearer
Browse files Browse the repository at this point in the history
* rclone-mirror clones a remote repo locally
* rsync-server serves a local storage directory
  • Loading branch information
kallisti5 committed Jan 20, 2025
1 parent cd04ff1 commit ed75305
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Build rsync-mirror
name: Build rsync-server
on:
push:
paths:
- containers/services/rsync-mirror/VERSION
- containers/services/rsync-server/VERSION
jobs:
build:
env:
REPOSITORY: "ghcr.io/haiku"
CLASS: "services"
NAME: "rsync-mirror"
name: Build rsync-mirror container
NAME: "rsync-server"
name: Build rsync-server container
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion containers/services/rclone-mirror/Dockerfile
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
2 changes: 1 addition & 1 deletion containers/services/rclonefs/Dockerfile
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.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# repo-mirror
# rsync-server

Exposes haiku package repositories via read-only rsync for mirrors.

## Environment variables

* VOLUMES - List of attached persistant volumes containing shares to expose
* VOLUMES - List of attached persistent volumes containing shares to expose

## Files

Expand Down
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.

0 comments on commit ed75305

Please sign in to comment.