Sitecore / Sitecore/container-deployment
docker-compose.override.yml file contains images that are not available public
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 32
- Forks
- 28
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 4
Description
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.
- OS: Windows 10 1909
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with docker-compose.override.yml and run docker-compose up -d using the example configuration to reproduce the missing-image error. Check the referenced Horizon integration tags against the official Sitecore image list; done means the example can pull its declared images and start the containers, or clearly identifies the required image source.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100