Skip to content

Add rrsync sidecar docker image - #315

Merged
mwestphall merged 3 commits into
opensciencegrid:mainfrom
mwestphall:INF-3810-artifacts-server-rsync-sidecar
Sep 1, 2026
Merged

Add rrsync sidecar docker image#315
mwestphall merged 3 commits into
opensciencegrid:mainfrom
mwestphall:INF-3810-artifacts-server-rsync-sidecar

Conversation

@mwestphall

Copy link
Copy Markdown
Contributor

Adds a new container to contrib that runs sshd and rrsync to allow rsync-over-ssh, but no shell access, to a bind-mounted volume. Intended to run as a sidecar to another container.

@matyasselmeci matyasselmeci left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few tweaks but overall fine. Pre-approving.


RUN mkdir /data

RUN mkdir -p -m0755 /run/sshd && \

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might need to create /run/sshd in the entryping, since /run can be a tmpfs.

Comment thread contrib/rrsync/README.md Outdated

@brianhlin brianhlin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this to the osg-htc dir to get weekly rebuilds

mwestphall and others added 2 commits August 5, 2026 15:27
@mwestphall
mwestphall dismissed brianhlin’s stale review September 1, 2026 18:36

Config directory changed as requested

@mwestphall
mwestphall merged commit 320b3ac into opensciencegrid:main Sep 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants