Compare commits

...

4 commits

Author SHA1 Message Date
9e6ee0ac63
change entrypoint to sh
Some checks failed
CI / test (push) Has been cancelled
CI / coverage (push) Has been cancelled
CI / shellcheck (push) Has been cancelled
CI / release (push) Has been cancelled
CI / docker (push) Has been cancelled
2025-03-01 20:20:20 +01:00
Nicolas Chan
8ba2a8c14e Update nix flake 2024-09-11 01:23:50 -07:00
Nicolas Chan
4a4c09e293
Merge pull request #27 from quulah/patch-1
Add rclone to container image
2024-09-11 01:16:41 -07:00
Miika Kankare
12f1fd4b8d
Add rclone to container image 2022-02-12 15:03:23 +02:00
2 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
FROM alpine
LABEL org.opencontainers.image.source=https://github.com/nicolaschan/minecraft-backup
LABEL org.opencontainers.image.source=https://forgejo.nevy.xyz/nev/minecraft-backup
RUN apk add bash coreutils xxd restic util-linux openssh
RUN apk add bash coreutils xxd restic util-linux openssh rclone
WORKDIR /code
COPY ./backup.sh .
ENTRYPOINT ["/code/backup.sh"]
ENTRYPOINT ["/bin/sh", "-c"]

6
flake.lock generated
View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1723175592,
"narHash": "sha256-M0xJ3FbDUc4fRZ84dPGx5VvgFsOzds77KiBMW/mMTnI=",
"lastModified": 1725634671,
"narHash": "sha256-v3rIhsJBOMLR8e/RNWxr828tB+WywYIoajrZKFM+0Gg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5e0ca22929f3342b19569b21b2f3462f053e497b",
"rev": "574d1eac1c200690e27b8eb4e24887f8df7ac27c",
"type": "github"
},
"original": {