This project is producing packaging for Alfresco Content Services Repository Enterprise.
License rights for this program may be obtained from Alfresco Software, Ltd. pursuant to a written agreement and any use of this program without such an agreement is prohibited.
https://www.alfresco.com/legal/agreements and https://www.alfresco.com/terms-use
The SNAPSHOT version of the artifacts is never published.
Please use this guide to make a contribution to the project.
This produces the docker images for alfresco-content-repository and the distribution zip for the entire Alfresco Content Services product
mvn clean install
in the root of the project will build everything.- This project is the Enterprise equivalent of the Community Packaging Project. Please ensure that you have the correct agreements in place and access to the Enterprise Maven artifacts.
On official releases, the image is published: https://hub.docker.com/r/alfresco/alfresco-content-repository/tags/
For testing locally:
- Go to docker-alfreco folder
- Run mvn clean install if you have not done so
- Build the docker image:
docker build . --tag acr:6.0.tag
- Check that the image has been created locally with your desired name/tag:
docker images
Use the deployment project if you want the sample docker-compose or helm: https://github.com/Alfresco/acs-deployment
In this folder the distribution zip is built. It contains all the war files, libraries, certificates and settings files you need to deploy Alfresco Content Services on the supported application servers.