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
Write-Host"ERROR - Make sure you pass in the -Tag parameter. e.g. .\\Create-SitecoreModule-DockerAssetImage.ps1 -Tag 'DOCKER IMAGE TAG'"-ForegroundColor Red
- The folder name is generated based on the ModulePackageName provided while invoking the script and appends the current datetime stamp in `ModulePackageName_yyyyMMdd_HHmmss` format
12
18
- Run the docker file under Module folder to generate the image. The script only extracts it for CM role. For other roles, you have to manually create role specific docker files
13
19
- Once the image is generated, push it to your container registry to share it with other devs in your team or devops for AKS deployment
0 commit comments