* ACS-11434 testing in community packaging * ACS-11434 minor fixes * ACS-11434 added tag indexing tests * ACS-11434 refactored tests * ACS-11434 precommit fix * ACS-11434 addressed copilot comments * ACS-11434 addressed pr comments * ACS-11434 Update batch indexing image to latest alpha * ACS-11434 activate all-tas-tests profile while build * ACS-11434 fix ci build * ACS-11434 fix ci build * ACS-11434 fix ci build * ACS-11434 Sync with master * ACS-11434 fix ci * ACS-11434 add missing env parameters * ACS-11434 ci fix * ACS-11434 trim whitespace from batch indexing tag * ACS-11434 Added alfresco with jdbc jars config * ACS-11434 Fix basic auth tests and remove testrail * ACS-11434 Fix precommit * ACS-11434 Added retry listeners for basic auth test suite * ACS-11434 Fix opensearch basicauth tests
Alfresco Content Services Community Packaging
This project is producing packaging for Alfresco Content Services Community.
The SNAPSHOT version of artifacts are never published.
Contributing guide
Please use this guide to make a contribution to the project.
General
This project is the Community equivalent of the Enterprise Packaging Project.
This project creates the alfresco/alfresco-content-repository-community docker image and the distribution zip
for the Alfresco Content Services Community product.
The alfresco/alfresco-content-repository-community image extends the alfresco-community-repo-base created by the
alfresco-community-repo project to add additional ACS components.
Build:
For more detailed build instructions, see the Development Tomcat Environment page.
To build the project, including the distribution zip, but not the Docker images, issue the following commands:
$ # The comP alias includes the following:
$ cd acs-community-packaging
$ mvn clean install
$ cd ..
Docker Alfresco
Releases are published to https://hub.docker.com/r/alfresco/alfresco-content-repository-community/tags/
To build the Docker images, you will need to build the alfresco-community-repo, alfresco-community-share and
acs-community-packaging projects. The simplest way is to use the comRD, comSD and comPD aliases.
For more information, see build aliases. latest images are created locally.
comRD && comSD && comPD
Docker-compose & Kubernetes
Use the https://github.com/Alfresco/acs-deployment project as the basis for your own docker-compose or helm chart deployments.
Distribution zip
The distribution zip contains the war files, libraries, certificates and settings files you need, to deploy Alfresco Content Services on the supported application servers.