Sitecore/docker-images

tests/10.0.x/sitecore-xp1/docker-compose.override.yml - right tags?

sreerammc opened this issue · 1 comments

ISSUE

  • I have tried with the latest version of Docker for Windows (Stable or Edge) or Docker Enterprise.
  • Windows version is at least 1809 / ltsc2019.
  • Windows has the latest updates installed.

I see docker-compose.override-yaml file referes to:

  mssql:
    image: ${REGISTRY}sitecore-xp1-custom-sxa-jss-ps-mssql:10.0.0-windowsservercore-ltsc2019
cm:
    image: ${REGISTRY}sitecore-xp1-custom-sxa-jss-ps-cm:10.0.0-windowsservercore-ltsc2019
  • ${REGISTRY} is not defined.
  • I dont see tags containing "10.0.0-windowsservercore-ltsc2019" in sitecore community registry. I dont see windowsservercore in official tags.

When I point them to
scr.sitecore.com/community/sitecore-xp1-custom-sxa-jss-ps-mssql:10.0.0-ltsc2019

I see some issues with CM/CD/Trafik saying

<h2>ERROR 404</h2>
<p>Problem accessing /solr/sitecore_sxa_web_index/schema. Reason:
<pre>    Not Found</pre></p>
</body>

and

2020-12-07T09:54:43.136497700Z 11352 15:24:16 ERROR Health check sitecore_sxa_web_index completed after 3.041ms with status Unhealthy and '(null)'

Trafik fails to start. I am using XP1 sample provided in tests/10.0.x/sitecore-xp1/

Solr is not having schema: /solr/sitecore_sxa_web_index/. Is solr pointing to right image?? for JSS?

vtml commented

I am seeing the same issue and have managed to create another set of compose files for XM1 in another PR. Once the big PRs are merged, I will create another PR to fix all the outstanding compose file issues across the board.

To quickly resolve your current issue, the Solr container should be using the SXA container (JSS has no additional index cores). This seems to be working for me when I do that.