Alan Davis e04e757daf ACS-1110 replace fabric8 with docker-maven-plugin (#1252)
The community repo image was not being updated on DockerHub or quay.io after the original commit for this issue. It appears the new io.fabric8:docker-maven-plugin is only able to push to one registry. We had images for quay.io and dockerhub.

On a branch we managed to release 7.0.0-A27c. In order to do so we temporarily had to comment out the upstream dependency check in build.sh.

[skip ci]
2021-02-22 10:54:42 +00:00
2021-02-18 19:53:45 +00:00
2021-02-19 20:33:38 +00:00
2019-11-25 11:51:31 +02:00
2018-04-05 10:57:11 +03:00

Alfresco Content Services Community Packaging

This project is producing packaging for Alfresco Content Services Repository.

The SNAPSHOT version of the artifacts is never published.

Contributing guide

Please use this guide to make a contribution to the project.

This produces the docker images for alfresco-content-repository-community and the distribution zip for the entire Alfresco Content Services Community product

General

Build:

  • mvn clean install in the root of the project will build everything.

Docker Alfresco

On official releases, the image is published: https://hub.docker.com/r/alfresco/alfresco-content-repository-community/tags/

For testing locally:

  1. Go to docker-alfresco folder
  2. Run mvn clean install if you have not done so
  3. Build the docker image: docker build . --tag acr-community:6.0.tag
  4. Check that the image has been created locally with your desired name/tag: docker images

Docker-compose & Kubernetes

Use the deployment project if you want the sample docker-compose or helm: https://github.com/Alfresco/acs-deployment

Distribution zip

In this folder the distribution zip is build. It contains all the war files, libraries, certificates and settings files you need to deploy Alfresco Content Services Community 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%