You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add SITECORE_MODULE_VERSION to .env
SITECORE_MODULE_VERSION=5.1.25-1809
run following command using terminal in administrator mode: docker-compose -f docker-compose.xp1.yml -f docker-compose.xp1.override.yml up -d
attempt of building cm image in step COPY --from=managementservices c:\module\cm\content C:\inetpub\wwwroot always ends with following error: ERROR: Service 'cm' failed to build: invalid from flag value managementservices: pull access denied for managementservices, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
OS: Windows 11 PRO 23H2 22631.3155
Docker version: Docker Desktop 4.27.1(used Docker-compose in version 1.25.1 as well but with the same result)
The text was updated successfully, but these errors were encountered:
Reproduction Steps:
SITECORE_MODULE_VERSION=5.1.25-1809
docker-compose -f docker-compose.xp1.yml -f docker-compose.xp1.override.yml up -d
attempt of building cm image in step
COPY --from=managementservices c:\module\cm\content C:\inetpub\wwwroot
always ends with following error:ERROR: Service 'cm' failed to build: invalid from flag value managementservices: pull access denied for managementservices, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
OS: Windows 11 PRO 23H2 22631.3155
Docker version: Docker Desktop 4.27.1(used Docker-compose in version 1.25.1 as well but with the same result)
The text was updated successfully, but these errors were encountered: