We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
aemdesign-aem-showcase
aemdesign-aem-compose
Expected behavior/code When you run bundle container you should not need to reinstall packages.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Current Behavior
When I run a new bundle container using following command
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
andaemdesign-aem-compose
everything start to work.Expected behavior/code
When you run bundle container you should not need to reinstall packages.
The text was updated successfully, but these errors were encountered: