File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
containers/windows-server2022 Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 working_directory :
1010 type : string
1111 description : What working directory should be passed to the script
12- default : " containers/windows-server2025 "
12+ default : " containers/windows-server2022 "
1313 build_context :
1414 type : string
1515 description : " The context of the build"
1616 default : " github_workspace"
1717 docker_image_name :
1818 type : string
1919 description : ' Docker Image name?'
20- default : " terraform-azure-azdo-pipeline-templates/windowsserver2025 "
20+ default : " terraform-azure-azdo-pipeline-templates/windowsserver2022 "
2121 enable_debug_mode :
2222 type : boolean
2323 description : ' Whether debug mode should be enable for within the script'
Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/windows/server:ltsc2025
1+ FROM mcr.microsoft.com/windows/server:ltsc2022
22
33# escape=`
44
5- LABEL org.opencontainers.image.title=windows-servercore2025
5+ LABEL org.opencontainers.image.title=windows-server2022
66LABEL org.opencontainers.image.source=https://github.com/libre-devops/terraform-azure-azdo-pipeline-templates
77
88COPY tls-fix.ps1 /tls-fix.ps1
File renamed without changes.
You can’t perform that action at this time.
0 commit comments