Open
Description
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)
- Generate alfresco platform archetype
- 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
Metadata
Metadata
Assignees
Labels
No labels