The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
Expected Behavior
Run SDK 4 (ACS 6) without docker.
Current Behavior
SDK 4 (ACS 6) are make to use with docker in development environment too.
Possible Solution
Use old SDK 3 architecture (ACS 5) (her not contains docker) to incorporate only SDK 4 (ACS 6) dependencies into your maven and nexus.
Use docker only on production environment.
Context
Excess from images generated. Every time I need to rebuild / launcher project, the docker create other image, maybe ~1 ... ~1.5 GB each image. I need manually remove this image to release space from my disk.
I have to be quick to click the debug button to listen port (8888) if I want to debug something at the moment the application starts, because I can only debug after port 8888 is available.
I'm submitting a ...
Expected Behavior
Run SDK 4 (ACS 6) without docker.
Current Behavior
SDK 4 (ACS 6) are make to use with docker in development environment too.
Possible Solution
Context
Your Environment
Additional information