Protocol questions related to the DockerHub rclone/rclone image.
It appears the Docker hub rclone/rclone is a published image from the rclone organization? Am I correct?
I see a 1.54 tag along with a beta:latest tag. Am I correct in assuming I should use the 1.54 "released" version unless support recommends I try a later version to solve a bug? I am building a Docker Synology rclone -> Wasabi application.
Thanks in advance and my apologies if t missed something. I am trying to only use rclone released software to minimize headaches to the forum and your team.
Life is fun in the fast lane. I wonder if the version is actually there but hidden and possibly something is corrupted due to a hiccup during build; push; commit:-). A GitHub admin may be the only one that can fix it.
Cool. I am almost ready to rebuild the image with your image as base-). I will use the latest which is now 1.54.1.
I need to sort out what the “entrypoint rclone” is in your image if I remember right. My previous image was a direct alpine image where I copied the rclone64 code distribution and connected the dots:-).
I will be building a new image based on yours that uses my Synology sync code that links to Wasabi. It should be general purpose but I am not a guru like all of you. You made Rclone to be totally configurable via env variables. So now I have a yaml file that will source your stuff, in the yaml file to env variables or possibly files:-). My design may change but with your good code I doubt it will.