Wojtek Świętoń c3286dbcbf ACS-4140 Produce Multi-Arch Docker images (#1508)
* ACS-4140 Changes in pom and Dockerfile for alfresco-content-repository-community image

* ACS-4140 Changes in pom and Dockerfile for alfresco-governance-share-community and alfresco-governance-repository-community

* ACS-4140 Add docker image build mode option in build.sh

* ACS-4140 Fix in prepare_buildx.sh to not duplicate image.tag

* ACS-4139 Fix intermittent failures

* ACS-4139 Remove echo

* ACS-4140 Refactor build.sh

* ACS-4140 Added missing <BASE_IMAGE> argument

* ACS-4140 Push docker images to local repository

* ACS-4140 Add 'build-multiarch-docker-images' profile to 'share-community-docker'

* ACS-4140 Use build for 'push-docker-images' and 'release' profiles

* ACS-4140 Remove comments

* ACS-4140 Add missing properties

* ACS-4140 Inherit required properties

* ACS-4140 Change the 'build-multiarch-docker-image' profile phase to package

* Revert "ACS-4140 Change the 'build-multiarch-docker-image' profile phase to package"

This reverts commit 38781abc9a.

* ACS-4140 Bump community repo/share versions

---------

Co-authored-by: Damian.Ujma@hyland.com <Damian.Ujma@hyland.com>
2023-03-14 16:33:26 +01:00
2018-04-05 10:57:11 +03:00

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.

How to

Description
Packaging of Docker containers, war file and zip for Alfresco Content Services (Community)
Readme 83 MiB
Languages
Shell 75.6%
Java 13.4%
Dockerfile 6.7%
Batchfile 4.3%