Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
77 lines (49 loc) · 3.92 KB

README.md

File metadata and controls

77 lines (49 loc) · 3.92 KB

Debian with AEM SDK

build_status github license github issues github last commit github repo size docker stars docker pulls github release

This is docker image based on CentOS 8 with Tini One image that can be used for both Author and Publish nodes No license is included, you will need to register when starting up

AEM Version

Folling base version of AEM jar used for this image, additional packages installed in separate branches.

Version: SDK

Environment Variables

Following environment variables are available

Name Default Value Notes
AEM_VERSION "aem-sdk-2023.1.10912.20230130T173736Z-230100" only used during build
AEM_JVM_OPTS "-server -Xms1024m -Xmx1024m -XX:MaxDirectMemorySize=256M -XX:+CMSClassUnloadingEnabled -Djava.awt.headless=true -Dorg.apache.felix.http.host=0.0.0.0" -XX:+UseParallelGC --add-opens=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED -Dnashorn.args=--no-deprecation-warning
AEM_START_OPTS "start -c /aem/crx-quickstart -i launchpad -p 8080 -a 0.0.0.0 -Dsling.properties=conf/sling.properties"
AEM_JARFILE "/aem/crx-quickstart/app/cq-quickstart-cloudready-${AEM_VERSION}-standalone-quickstart.jar"
AEM_RUNMODE "-Dsling.run.modes=author,crx3,crx3tar,nosamplecontent"

Volumes

Following volumes are exposed

Path Notes
"/aem/crx-quickstart/repository"
"/aem/crx-quickstart/logs" setup your logs to out put to console
"/aem/backup"

Ports

Following Ports are exposed

Path Notes
8080 main http port
58242 debug
57345 debug
57346 debug

Packages in Bundled

Following bundles are added to container

File Notes

Starting

To start author run the following

docker run --name author-sdk-2023-1-10912 -e "TZ=Australia/Sydney" -e "AEM_RUNMODE=-Dsling.run.modes=author,crx3,crx3tar,localdev" -e "AEM_JVM_OPTS=-server -Xms248m -Xmx1524m -XX:MaxDirectMemorySize=256M -XX:+CMSClassUnloadingEnabled -Djava.awt.headless=true -Dorg.apache.felix.http.host=0.0.0.0 -Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=58242,suspend=n -XX:+UseParallelGC --add-opens=java.desktop/com.sun.imageio.plugins.jpeg=ALL-UNNAMED --add-opens=java.base/sun.net.www.protocol.jrt=ALL-UNNAMED --add-opens=java.naming/javax.naming.spi=ALL-UNNAMED --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/jdk.internal.loader=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED -Dnashorn.args=--no-deprecation-warning" -p4502:8080 -p30303:58242 -d aemdesign/aem:sdk-2022.4.7138