|
Nothing serious, but is there a particular reason why release tags would restart from -ls1 instead of increasing -ls307 etc. every week? I just noticed that for https://github.com/linuxserver/docker-cops/tags we went from 4.5.2-ls307 to 4.5.2-ls1 and then increased onwards again, but I couldn't find any logic behind it (no app version change, no base image change, ...) Just wondering... |
Replies: 3 comments 1 reply
|
Ratelimits/service interruptions. The previous number is gathered from the GitHub api |
|
For future reference, this is about the |
|
It triggered my OCD enough for me to look into a potential solution a while back, but unfortunately I couldn't come up with one that didn't introduce other potential issues like build failures. It doesn't happen too often so as long as upstream pushes out new versions every once in a while, we can avoid the risk of overwriting an older build. I just accepted the risk. |
Ratelimits/service interruptions. The previous number is gathered from the GitHub api