Open
Description
Bug Report
Current Behavior
When I run a new bundle container using following command
docker run --name author65bundle \
-e "TZ=Australia/Sydney" \
-e "AEM_RUNMODE=-Dsling.run.modes=author,crx3,crx3tar,dev" \
-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" \
-p4502:8080 -d \
-p30303:58242 -d \
aemdesign/aem:6.5.0-bundle
The container start properly but the content for AEM.Design is partially installed.
Showcase page not showing any themes.
Showcase pages are missing template thumbnails
If I reinstall aemdesign-aem-showcase
and aemdesign-aem-compose
everything start to work.
Expected behavior/code
When you run bundle container you should not need to reinstall packages.
Metadata
Metadata
Assignees
Labels
No labels