To help us debug your issue please explain:
I am planning to use the docker artifactory image on our server but I am not sure which version of Conan server it uses and/or how often it gets new updates. Would appreciate if you would provide more info or a link to the details.
The Artifactory docker image contains Artifactory, that supports conan repositories (server side), it is upgraded every time Artifactory is released. The Artifactory implementation is totally compatible with the Conan clients we release and will release.
The conan server
is the open source basic version for the server side and it is installed together with Conan with pip or the standalone installers, but AFAIK is not included in the artifactory docker image.
If you have further question do not hesitate to write again, I could open again the issue if needed.
Most helpful comment
The Artifactory docker image contains Artifactory, that supports conan repositories (server side), it is upgraded every time Artifactory is released. The Artifactory implementation is totally compatible with the Conan clients we release and will release.
The
conan server
is the open source basic version for the server side and it is installed together with Conan with pip or the standalone installers, but AFAIK is not included in the artifactory docker image.