Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker-compose.override.yml file contains images that are not available public #18

Open
Antonytm opened this issue Feb 26, 2021 · 1 comment

Comments

@Antonytm
Copy link

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:

  1. Edit your docker-compose.override.yml using examples provided in this repo
  2. Run docker-compose up -d
  3. 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
@900008676
Copy link

Anyone ever going to fix this? Cannot install horizon at all without a working image available.

ERROR: for cm pull access denied for sitecore-horizon-integration-xp0-cm, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

HRZ_HOST=sitecore.horizon
VERSION=10.2-ltsc2019
TOPOLOGY=xp0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants