-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: CI/CD
-
Epic Link:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.19, nxplatform 11.1.20
-
Story Points:5
To be consistent with the platform Maven build:
- Move Dockerfile to nuxeo/docker.
- Use pom to resolve the distribution and packages ZIP files as Maven artifacts.
- ...
This should allow to:
- Build the image with packages locally with Maven.
- Replay the Docker build stage of the platform pipeline without depending on a distribution built in nuxeo-distribution/nuxeo-server-tomcat/target by a previous stage.
- ...