Sitecore Commerce module reference
Sitecore Experience Commerce (XC) provides module asset images that you use to create custom Sitecore Commerce Docker images. These asset images are available in Sitecore Container Registry (SCR), and contain all the content and scripts required to include a Sitecore XC module in your Sitecore Experience Platform (XP) solution build.
Sitecore provides the following XC module asset images:
-
sitecore-xc0-assets- This image contains the required XC0 assets you add to a Sitecore Experience Platform - Single (XP0) configuration.NoteThe
sitecore-xc0-assetsimage does not include the sample SXA Storefront. -
sitecore-xc1-assets- This image contains the required XC1 assets you add to a Sitecore Experience Platform distributed deployment (XP1) configuration.NoteThe
sitecore-xc1-assetsimage does not include the sample SXA Storefront. -
sitecore-xc1-storefront-assets- This image contains the required sample SXA storefront assets you add to a Sitecore Experience Platform distributed (XP1) configuration.NoteThe
sitecore-xc1-storefront-assetsimage requires the content from thesitecore-xc1-assetsimage as a prerequisite.
You can refer to the Sitecore.Commerce.Containers.SDK for examples of how Sitecore XC assets are used in Sitecore XP0 and XP1 configurations. The Sitecore.Commerce.Containers.SDK is available on the Sitecore Downloads site.
Assets image instructions
Assets image instructions
The following details the contents that you must add to your custom Dockerfile file to make use of Sitecore XC module assets when you build custom images.
Each XC module corresponds to a topology configuration, and contains all assets required to include the roles used in the topology.
sitecore-xc0-assets module
sitecore-xc0-assets module
sitecore-xc0-assets moduleImage repository
-
scr.sitecore.com/sxc/xc0-assets
Dockerfile instructions
-
mssql: -
solr-init: -
cm: -
xconnect: -
xdbsearchworker: -
xdbautomationworker:
sitecore-xc1-assets module
sitecore-xc1-assets module
sitecore-xc1-assets moduleImage repository
-
scr.sitecore.com/sxc/sitecore-xc1-assets
Dockerfile instructions
-
mssql-init: -
solr-init: -
xdbcollection -
prc: -
cm: -
cd: -
xdbsearch: -
xdbsearchworker: -
xdbautomation:
sitecore-xc1-storefront-assets module
sitecore-xc1-storefront-assets module
sitecore-xc1-storefront-assets modulesitecore-xc1-storefront-assets require sitecore-xc1-assets as a prerequisite.
sitecore-xc1-storefront-assets make use of Sitecore PowerShell Extensions (SPE) and Sitecore Experience Accelerator (SXA) assets modules.
Image repository
-
scr.sitecore.com/sxc/sitecore-xc1-storefront-asset
Refer to the contents of the xc1-cxa folder in the Sitecore.Commerce.Containers.SDK for a full example of how to use the sitecore-xc-storefront-assets image.