dependabot[bot] ea4d76ba30 Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `6` |
| [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools) | `8.16.0` | `15.7.1` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` |
| [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4` | `6` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.4.0` | `6.2.0` |


Updates `actions/checkout` from 4 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

Updates `Alfresco/alfresco-build-tools` from 8.16.0 to 15.7.1
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases)
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.16.0...v15.7.1)

Updates `docker/setup-qemu-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4)

Updates `aws-actions/configure-aws-credentials` from 4 to 6
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v4...v6)

Updates `actions/setup-python` from 5.4.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](42375524e2...a309ff8b42)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
  dependency-version: 15.7.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/setup-qemu-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: aws-actions/configure-aws-credentials
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-21 23:08:14 +00: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 84 MiB
Languages
Shell 75.6%
Java 13.4%
Dockerfile 6.7%
Batchfile 4.3%