You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable the share service that is by default disabled in docker-compose.yml file.
File "./run.bat build_start"
Build fails, complains that can't pull image mapped to alfresco.share.version. The value set to alfresco.share.version is "11.77" which is not matching to any share image available in docker repository.
Your Environment
Alfresco SDK version used: 4.3 (latest)
Alfresco version used: 7.x
The text was updated successfully, but these errors were encountered:
Alfresco platform jar archetype docker-compose is using wrong property for share docker image version
Expected Behavior
When enable share service in docker-compose, it should build and run correctly.
Current Behavior
It fails to build and pull share image.
Possible Solution
Updated alfresco.share.version to alfresco.share.docker.version
See the PR: https://github.com/Alfresco/alfresco-sdk/pull/627/files
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: