Alfresco Content Services Community is composed of the following images:
- alfresco-content-repository | tags
- alfresco-share | tags
- alfresco-search-services | tags
- postgres | tags
For Docker Compose usage, edit the image tags in the docker-compose.yml file.
For Helm charts usage, edit the image tags in the values.yaml file.
project
│
└───docker-compose
│ │
│ └──docker-compose.yml
│
└───helm
│
└───alfresco-content-services-community
│
└───values.yaml
Note:
- Use the recommended image tags, as not all combinations may work.
- You can modify the values provided in values.yaml when deploying the Helm chart. For example, you can run:
helm install alfresco-incubator/alfresco-content-services-community --set repository.image.tag="yourTag" --set share.image.tag="yourTag"