container-deployment
container-deployment copied to clipboard
Repository for official Sitecore, community and demo deployment files. This will provide Sitecore customers with examples on how to deploy Sitecore containers using various methods such as compose, k8...
**!! IMPORTANT !!** Support for this repository is provided through Sitecore Support Portal. Please find more information about how to use the portal here: https://kb.sitecore.net/articles/654910 Any inquiries or issues reported...
I am frustrated that I cannot configure the container project to the same level as my on-premise project. There is far more flexibility is prefix naming conventions. REQUEST 1. Add...
Upon trying to start the docker container for the first time I am receiving the following error in the MSSQL container log:  Download the SDK container for XC (Sitecore.Commerce.Container.SDK.4.0.90.zip)...
Upon trying to start the docker container for the first time I am receiving the following error in PowerShell: ``` time="2023-08-09T22:38:05-04:00" level=warning msg="a network with name xc1-cxa_default exists but was...
The CM spec uses a dynamic name for "[InstanceName](https://github.com/Sitecore/container-deployment/blob/13a50fd9ca0b7cc7571ca86e5b91a82d384655e8/k8s/sxp/10.1/ltsc2019/xp1/cm.yaml#L58)". When using SwitchOnRebuild, CM stores active/rebuild collection in Properties table with the InstanceName as part of the KEY. Since the name...
**Describe the bug** docker-compose.override.yml example contains: - sitecore-horizon-integration-${TOPOLOGY}-cm:${VERSION} - sitecore-horizon-integration-${TOPOLOGY}-mssql:${VERSION} As there is no code that can build these images in this repository or any description, where to get these...
The Kubernetes specification files as provided contain a hard-coded connection string to Redis. You can of course change it in there (the cd.yaml spec file in your repo), but I...