mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-09-16 18:12:54 +00:00
7ecbcdb3737a06568704ecad4f2341a341e8d687
* ATS-400 : Squash layers during docker image build * ATS-400 : Upgrade fabric8-maven-plugin to 4.1.0 * ATS-400 : Update build environment OS to Ubuntu 16 Xenial * ATS-400 : Enable docker experimental features
Project that generates Docker images to perform ACS transformations
Sub-projects
alfresco-transformer-base- contains code that is common to all the transformers. This includes the streaming of content to and from the docker images. See the sub-project's README.- Each
alfresco-docker-<name>- contains two sub-projects. One builds an executable jar to communicate with the Alfresco repository and another to create a Docker image that includes the jar and any required executables.
Building and testing
The project can be built by running the Maven command:
mvn clean install
The build plan in Bamboo is PLAT-TRANS
Contributing guide
Please use this guide to make a contribution to the project.
Release Process
For a complete walk-through check out the
build-and-release.MD
under the docs folder.
Languages
Java
81.3%
C
12%
Rich Text Format
5.2%
Dockerfile
0.7%
HTML
0.4%
Other
0.3%