denchernov
Results
2
issues of
denchernov
Hello, I'm trying to build images for SC 9.3 but have an issue on the stage of building of sitecore-xp-xconnect:9.3.0-windowsservercore-ltsc2019 It says: Principal IIS AppPool\DefaultAppPool was not found on the...
I'm trying to install [email protected] for offline usage in a container. Here is my dockerfile: ``` # escape=` ARG PARENT_IMAGE ARG SOLUTION_IMAGE FROM ${SOLUTION_IMAGE} as solution FROM ${PARENT_IMAGE} as dev...