jason5ng32 / MyIP

The best IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability, whois search and more! || 🇨🇳 可能是最好用的IP工具箱。轻松检查你的 IP,IP 地理位置,检查DNS泄漏,检查 WebRTC 连接,速度测试,ping 测试,MTR测试,检查网站可用性,查询 Whois 信息等等。
https://ipcheck.ing
MIT License
6.34k stars 756 forks source link

Please use correct docker tags for released versions #252

Closed dougmaitelli closed 6 days ago

dougmaitelli commented 6 days ago

Is your feature request related to a problem? Please describe. I currently use What's up Docker to monitor available updates to my containers. This, like many other container update tools depends on the container sha that changes between deployments, but a neat feature is that it is capable to get the tag name from the new image and parse a version number from it, making it possible for me to have a clear view of what versions are updating and even automatically link the related changelogs on GitHub. Currently MyIP is always pushing every new docker image just as latest and does not assign any version tags to these, which makes the process I described above impossible.

Having tags per version basis is also a good practice to make it easier for people that want to pin their environments for one specific version of a project or rollback to older releases.

Describe the solution you'd like I would like to propose that the deployment process of MyIP pushes the docker images with tags related to the actual version.

jason5ng32 commented 6 days ago

It should work now.

256