-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add Sitecore Experience Platform Container Deployment 10.4.0.010422.1755 #149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are adequate and in sync
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider updating traefik: to the latest v2 image version so that all containers can run in the same isolation, including "process" isolation.
CD_HOST=xm1cd.localhost | ||
CM_HOST=xm1cm.localhost | ||
ID_HOST=xm1id.localhost | ||
TRAEFIK_IMAGE=traefik:v2.9.8-windowsservercore-1809 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider using the latest version of v2 so that all containers can run in "process" isolation in local dev. For example: traefik:2.11.2-windowsservercore-ltsc2022
I have tested traefik:2.11.0-windowsservercore-ltsc2022 already with 10.2 and 10.3 with "process" isolation on Windows 11. It just works, just change the image tag and isolation - no other changes are needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peternazarov latest v3 version of traefik is being tested with all SXP versions at the moment, we'll soon update the public configuration accordingly. Expect the update. :)
image: ${SITECORE_DOCKER_REGISTRY}redis:3.2.100-${EXTERNAL_IMAGE_TAG_SUFFIX} | ||
mssql: | ||
isolation: ${ISOLATION} | ||
image: ${SITECORE_DOCKER_REGISTRY}nonproduction/mssql-developer:2022-${EXTERNAL_IMAGE_TAG_SUFFIX} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for providing the SQL 2022 image!
CM_HOST=xm1cm.localhost | ||
ID_HOST=xm1id.localhost | ||
TRAEFIK_IMAGE=traefik:v2.9.8-windowsservercore-1809 | ||
TRAEFIK_ISOLATION=hyperv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need for this anymore when the latest version of v2 traefik container is used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@peternazarov thank you for the comments! Passed on to the dev team to be addressed shortly.
Release of ltsc2022 support for Sitecore Experience Platform 10.4.0 rev. 010422