sitecore-docker icon indicating copy to clipboard operation
sitecore-docker copied to clipboard

Dockerized Sitecore 9 XP0 & XC

Results 9 sitecore-docker issues
Sort by recently updated
recently updated
newest added

Hi, I found this script really useful but extracting the whole zip just to get the xml files seemed a waste. This patch will only extract the xml files to...

Currently everytime we persist the databases another copy of the databases is put into the docker image. This causes the image size to grow significantly. Consider a multi stage approach...

Currently the admin account is used by commerce to communicate to sitecore. This is not a best practice and also causes problems if the admin account credentials are changed. Create...

Some of the files required by the images dont have a require statement in de Nuke build. As a result, user won't find out about the missing build untill they...

![image](https://user-images.githubusercontent.com/19387223/56412859-d0841400-6285-11e9-9edb-31fddb927ecb.png)

The commerce image contains a files folder with files that are using during the installation. This folder is several hundreds of MB's big and not needed anymore after installation. Consider...

Although the Windows filesystem is not case-sensitive, some Docker commands are. For example `COPY /files/*.pfx /Files/` (which uses file look-up & expansion) is case-sensitive. To prevent these issues, it will...

enhancement

Instead of relying on explicit file names for packages we should use wildcards for extracted files and only rely on the to download Sitecore zip files. This will make it...

enhancement

Expose XConnect IndexWorker and AutomationEngine logging to the host: ``` C:\inetpub\wwwroot\xconnect\App_data\jobs\continuous\IndexWorker\App_data\Logs C:\inetpub\wwwroot\xconnect\App_data\jobs\continuous\AutomationEngine\App_data\Logs ```

enhancement