Docker (unofficial)
Posted: Sat Apr 04, 2020 7:19 pm
As I love docker and wanted to let Syncovery run inside a container, I searched for a image which is already doing that. I found one from "hlince" which is working really fine, but it was using an outdated Syncovery version. So I created an own one based on his solution but with the latest SyncoeryCL version including the webinterface.
Downloads:
You can find my up2date image here: https://hub.docker.com/r/stefanruepp/syncoverycl
Source code:
https://github.com/MyUncleSam/docker-syncovery
Automatic image generation (with jenkins):
Using jenkins I am monitoring the downloadpage of syncovery. If the version is changing, it is extracting the download link of the newest version and the version number. Using these information an automatically docker image build is triggered and uploaded to hub.docker.com - so the image should be as up2date as possible.
If you want to know how it is done: https://github.com/MyUncleSam/docker-sy ... /README.md
Downloads:
You can find my up2date image here: https://hub.docker.com/r/stefanruepp/syncoverycl
Source code:
https://github.com/MyUncleSam/docker-syncovery
Automatic image generation (with jenkins):
Using jenkins I am monitoring the downloadpage of syncovery. If the version is changing, it is extracting the download link of the newest version and the version number. Using these information an automatically docker image build is triggered and uploaded to hub.docker.com - so the image should be as up2date as possible.
If you want to know how it is done: https://github.com/MyUncleSam/docker-sy ... /README.md