-
|
On your README, I found a very good description of how you use tags and what you recommend. Would you mind answering a few more related questions please? I am referring to your explanation about the latest tag and Out of habit as seen in other projects, I tried using I was previously successfully using: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The github version/tag has nothing to do with the version of the app. These tags are for the development of the image, not the app within. My tags are forced semver tags of these apps, if the app has version 0.107.73 then you have the tags 0, 0.107 and 0.107.73 for the docker image. You find all tags on Docker hub. I do force semver, so an app that has another tag system like Stable, is defined in https://github.com/11notes/docker-adguard/blob/master/.json, which was removed on this repo. I only provide a stable tag if the developer of the app has the same tag. |
Beta Was this translation helpful? Give feedback.
The github version/tag has nothing to do with the version of the app. These tags are for the development of the image, not the app within. My tags are forced semver tags of these apps, if the app has version 0.107.73 then you have the tags 0, 0.107 and 0.107.73 for the docker image. You find all tags on Docker hub. I do force semver, so an app that has another tag system like
RELEASE.2025-10-15T17-29-55ZI will normalize it to 2025.10.15.Stable, is defined in https://github.com/11notes/docker-adguard/blob/master/.json, which was removed on this repo. I only provide a stable tag if the developer of the app has the same tag.