Rclone instead of csi-mounting
This commit is contained in:
parent
d846745046
commit
8ca8a17b89
2 changed files with 6 additions and 4 deletions
|
@ -34,7 +34,7 @@ jobs:
|
|||
push: true
|
||||
file: Dockerfile.fat-ssh
|
||||
tags: git.martyn.berlin/martyn/fat-ssh:latest
|
||||
rsync-faircamp:
|
||||
rclone-faircamp:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
|
@ -61,8 +61,8 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
file: Dockerfile.rsync-faircamp
|
||||
tags: git.martyn.berlin/martyn/rsync-faircamp:latest
|
||||
file: Dockerfile.rclone-faircamp
|
||||
tags: git.martyn.berlin/martyn/rclone-faircamp:latest
|
||||
macless-haystack-web:
|
||||
runs-on: docker
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FROM debian:13
|
||||
|
||||
RUN apt update && apt install rsync wget -y
|
||||
RUN apt update && apt install rclone wget -y
|
||||
RUN wget -O/tmp/faircamp.deb https://simonrepp.com/faircamp/packages/faircamp_1.6.0-1+deb12_amd64.deb && dpkg -i /tmp/faircamp.deb ; apt install -f -y
|
||||
|
||||
ADD faircampbuilder/script.bash /faircampbuilder.bash
|
Loading…
Add table
Reference in a new issue