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 images, I expect that they should be available in the official Sitecore images repository on scr.sitecore.com:
https://raw.githubusercontent.com/Sitecore/docker-images/master/tags/sitecore-tags.md
But these images are absent there.
To Reproduce
Steps to reproduce the behavior:
- Edit your docker-compose.override.yml using examples provided in this repo
- Run
docker-compose up -d
- See error
scr.sitecore.com/sxp/sitecore-horizon-integration-xm1-mssql:10.1.0-ltsc2019 not found
Expected behavior
docker-compose should be able to download images and start containers based on that images.
Describe the bug
docker-compose.override.yml example contains:
As there is no code that can build these images in this repository or any description, where to get these images, I expect that they should be available in the official Sitecore images repository on scr.sitecore.com:
https://raw.githubusercontent.com/Sitecore/docker-images/master/tags/sitecore-tags.md
But these images are absent there.
To Reproduce
Steps to reproduce the behavior:
docker-compose up -dscr.sitecore.com/sxp/sitecore-horizon-integration-xm1-mssql:10.1.0-ltsc2019 not foundExpected behavior
docker-composeshould be able to download images and start containers based on that images.