Hi, highly impressed with rustic so far 😍, however one thing I would really like to see is the addition of an official docker container as part of the build/release process.
I have seen the discussion about the dockerfile, however an officially built and released image on dockerhub would be what I am looking for.
Use case for this would be home NAS users, who currently install their 3rd-party software via docker containers and keep it up to date this way. Many of the major NAS systems have very convenient built-in ways to install/update docker images, however very little other ways to get the software from package managers, and building from source is also not a good option as these system are missing the build tools.
For example, I would like to add a rustic docker image to my NAS, and periodically run backups either via cron in the image, or via invoking the container with docker exec or docker run.
I would also propose that this container includes the latest version of the rclone binary (provide in docker build by for example pulling from image: rclone/rclone:latest), as a lot of backend connectivity depends on it, and it can be a real hassle to provide it via a different external container (for example, Kopia now has rclone binary in their docker image to make it more convenient).
Thank you for considering!
Hi, highly impressed with rustic so far 😍, however one thing I would really like to see is the addition of an official docker container as part of the build/release process.
I have seen the discussion about the dockerfile, however an officially built and released image on dockerhub would be what I am looking for.
Use case for this would be home NAS users, who currently install their 3rd-party software via docker containers and keep it up to date this way. Many of the major NAS systems have very convenient built-in ways to install/update docker images, however very little other ways to get the software from package managers, and building from source is also not a good option as these system are missing the build tools.
For example, I would like to add a rustic docker image to my NAS, and periodically run backups either via cron in the image, or via invoking the container with docker exec or docker run.
I would also propose that this container includes the latest version of the rclone binary (provide in docker build by for example pulling from image: rclone/rclone:latest), as a lot of backend connectivity depends on it, and it can be a real hassle to provide it via a different external container (for example, Kopia now has rclone binary in their docker image to make it more convenient).
Thank you for considering!