Details
-
New Feature
-
Resolution: Fixed
-
Major
-
None
-
None
-
Unknown
-
Description
To improve tracking usage of XWiki Helm, we can make a change to the extension.xed file.
The current value is: org.xwiki.platform:xwiki-platform-distribution-docker
A simple change can be made by updating it to: org.xwiki.platform:xwiki-platform-distribution-helm-docker
However, it's important to note that tracking usage of the custom image can be more complex when different values are used, especially if the default Helm image (xwiki) from DockerHub is not used. There might be scenarios where the image is the default one but accessed through a container registry proxy.
To effectively track usage in such cases, it may require additional configurations or logging mechanisms to capture the relevant information about image usage.
Here are the initial alternatives :
- Change only from default base value (org.xwiki.platform:xwiki-platform-distribution-docker):
- For default xwiki image: org.xwiki.contrib:xwiki-helm-docker
- Other custom image (registry): org.xwiki.contrib:xwiki-helm-custom-docker
- Always overide current extension.id with new value.
- Read current extension.id and append a helm sufix or any other relevant identifier.