cracker0dks / whiteboard

Lightweight collaborative Whiteboard / Sketchboard
MIT License
719 stars 198 forks source link

releases / latest vs dockerhub #130

Closed christf closed 2 years ago

christf commented 2 years ago

Looking at this repository, I can see that the last change was made a few days ago.

Looking at dockerhub, I can see the :latest-Image is from a few months ago.

For me as a user it would be helpful if I could use docker to

cracker0dks commented 2 years ago

You are right, dockerhub changed something so they don't build the images for you anymore. I added a cron to the testserver so it will build and push new versions every night (if necessary). Also pushed the current version a few minutes ago.

christf commented 2 years ago

Thank you for your quick response!

I was able to install the most recent version with :latest now. I would like to use reproducible builds on a fairly new state of the repository. Would you be open to also tagging your commits with the semantic versioning style and add those tags to the images? I am only asking because :latest works really great and includes many bugfixes over :version-1.6

edit: nevermind. There is the possibility to pull with @sha256:$shasum which I was completely unaware of.