adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
533 stars 409 forks source link

Use jib-maven-plugin for building (Docker) images #1171

Open kwin opened 4 months ago

kwin commented 4 months ago

Instead of using maven-exec-plugin for calling docker build .... one can nowadays rely on jib-maven-plugin which builds the docker container just with Java means (and therefore does not require docker to be installed and the docker daemon to be running).