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
|
push: true
|
||||||
file: Dockerfile.fat-ssh
|
file: Dockerfile.fat-ssh
|
||||||
tags: git.martyn.berlin/martyn/fat-ssh:latest
|
tags: git.martyn.berlin/martyn/fat-ssh:latest
|
||||||
rsync-faircamp:
|
rclone-faircamp:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -61,8 +61,8 @@ jobs:
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
file: Dockerfile.rsync-faircamp
|
file: Dockerfile.rclone-faircamp
|
||||||
tags: git.martyn.berlin/martyn/rsync-faircamp:latest
|
tags: git.martyn.berlin/martyn/rclone-faircamp:latest
|
||||||
macless-haystack-web:
|
macless-haystack-web:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
FROM debian:13
|
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
|
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