nroi / flexo

a central pacman cache
MIT License
172 stars 10 forks source link

Docker `latest` tag not updated #108

Open Kernald opened 1 year ago

Kernald commented 1 year ago

Looking at https://hub.docker.com/r/nroi/flexo/tags, latest has last been pushed 10 months ago (with a digest different from the other two tags pushed two months ago, so I'm not too sure which version it actually is), when there's been a 1.6.9 tag pushed 2 months ago.

nroi commented 1 year ago

Thank you for reporting this. I've updated the latest tag.

Please leave this issue open so I can track this to think about a long-term solution on how to make the docker update process smoother.

edit: docker-flexo repo was updated, so it's also triggered when we push on the latest tag. But it would still be nice to have some automation in place, because at the moment, I have to remember to push both on the version tag, and the latest tag.

edit: release process is now described here. Just wait for the next release and if everything works out smoothly with the new release guide, close this issue. A better long term solution would be to have this process automated, but I won't invest this much time for an automation for now.