docker-images icon indicating copy to clipboard operation
docker-images copied to clipboard

Cannot build Linux sql images for Sitecore version 9.2

Open jballe opened this issue 3 years ago • 0 comments

Pull Request Checklist

Pull Request Details

What this PR does / why we need it:

The url https://go.microsoft.com/fwlink/?linkid=2087431 gives error "Public access is not permitted on this storage account". I have changed to use same url/SQL version as used for Sitecore 9.3

Special notes for your reviewer:

Pre-submit Checklist

  • [x] I have read and am familiar with the contents of CONTRIBUTING.md

  • [x] I have built the images locally (all relevant OS versions, including Linux if applicable)

    • Include the .\build.ps1 command used (don't forget to exclude your credentials!):
      • pwsh ./Build.ps1 -Topology xm -SitecoreVersion 9.2.0 -InstallSourcePath /mnt/c/Tools/sitecore/ -OSVersion linux
    • Ensure the build was done on a clean system (docker system prune -af)
  • [x] I have updated the build\CHANGELOG.md with details about the change(s) included

jballe avatar Dec 19 '21 15:12 jballe