diff --git a/configs/common.config b/configs/common.config index 2df8eb912..c4ec3eea5 100644 --- a/configs/common.config +++ b/configs/common.config @@ -1,16 +1,30 @@ -serverCommentHeader=This is an official [JetBrains TeamCity](https://www.jetbrains.com/teamcity/) server image. The image is suitable for production use and evaluation purposes. +###################################################################################### +# # +# TeamCity Docker Images Common Configuration # +# # +# This configuration file is used to specify common settings for TeamCity Docker # +# images. Please note that the versions of different tools may reference SHA-512 # +# checksums within OS-specific configuration files - they must be updated # +# accordingly. # +# # +###################################################################################### + +serverCommentHeader=This is an official [JetBrains TeamCity](https://www.jetbrains.com/teamcity/) server image. The image is suitable for production use and evaluation purposes. agentCommentHeader=This is an official [JetBrains TeamCity](https://www.jetbrains.com/teamcity/) build agent image. proxyUrl= powerShellComponentName=[PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -# Please update checksum(SHA512) in windows.config and linux.config after version change -dotnetComponentVersion=6.0.100 + +# Matches .NET Runtime 6.0.21 - https://dotnet.microsoft.com/en-us/download/dotnet/6.0 +dotnetComponentVersion=6.0.413 dotnetComponentName=.NET SDK v.${dotnetComponentVersion} -dotnetComponentVersion_31=3.1.21 +# .NET 3.1.32 - https://dotnet.microsoft.com/en-us/download/dotnet/3.1 +dotnetComponentVersion_31=3.1.32 dotnetComponentName_31=.NET Runtime v.${dotnetComponentVersion_31} -dotnetComponentVersion_50=5.0.12 +# .NET 5.0.17 - https://dotnet.microsoft.com/en-us/download/dotnet/5.0 +dotnetComponentVersion_50=5.0.17 dotnetComponentName_50=.NET Runtime v.${dotnetComponentVersion_50} \ No newline at end of file diff --git a/configs/linux.config b/configs/linux.config index 83c7b62b8..3c1c7bfd2 100644 --- a/configs/linux.config +++ b/configs/linux.config @@ -13,19 +13,19 @@ jdkServerLinuxComponentName=JDK context/.dockerignore -echo TeamCity >> context/.dockerignore -docker build -f "context/generated/linux/Agent/Ubuntu/18.04/Dockerfile" -t teamcity-agent:EAP-linux-18.04 "context" +cd ../.. +docker pull ubuntu:18.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/linux/MinimalAgent/Ubuntu/18.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-18.04 "context" +echo 2> context/.dockerignore +echo TeamCity >> context/.dockerignore +docker build -f "context/generated/linux/Agent/Ubuntu/18.04/Dockerfile" -t teamcity-agent:EAP-linux-18.04 "context" docker build -f "context/generated/linux/Agent/Ubuntu/18.04-sudo/Dockerfile" -t teamcity-agent:EAP-linux-18.04-sudo "context" diff --git a/context/generated/teamcity-agent-EAP-linux-18.04.cmd b/context/generated/teamcity-agent-EAP-linux-18.04.cmd index d1a9753d0..2a56ee8c9 100644 --- a/context/generated/teamcity-agent-EAP-linux-18.04.cmd +++ b/context/generated/teamcity-agent-EAP-linux-18.04.cmd @@ -1,9 +1,9 @@ -cd ../.. -docker pull ubuntu:18.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/linux/MinimalAgent/Ubuntu/18.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-18.04 "context" -echo 2> context/.dockerignore -echo TeamCity >> context/.dockerignore +cd ../.. +docker pull ubuntu:18.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/linux/MinimalAgent/Ubuntu/18.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-18.04 "context" +echo 2> context/.dockerignore +echo TeamCity >> context/.dockerignore docker build -f "context/generated/linux/Agent/Ubuntu/18.04/Dockerfile" -t teamcity-agent:EAP-linux-18.04 "context" diff --git a/context/generated/teamcity-agent-EAP-linux-arm64-18.04-sudo.cmd b/context/generated/teamcity-agent-EAP-linux-arm64-18.04-sudo.cmd index 09bed3c3f..91ce4ba98 100644 --- a/context/generated/teamcity-agent-EAP-linux-arm64-18.04-sudo.cmd +++ b/context/generated/teamcity-agent-EAP-linux-arm64-18.04-sudo.cmd @@ -1,10 +1,10 @@ -cd ../.. -docker pull ubuntu:18.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/18.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64-18.04 "context" -echo 2> context/.dockerignore -echo TeamCity >> context/.dockerignore -docker build -f "context/generated/linux/Agent/UbuntuARM/18.04/Dockerfile" -t teamcity-agent:EAP-linux-arm64-18.04 "context" +cd ../.. +docker pull ubuntu:18.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/18.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64-18.04 "context" +echo 2> context/.dockerignore +echo TeamCity >> context/.dockerignore +docker build -f "context/generated/linux/Agent/UbuntuARM/18.04/Dockerfile" -t teamcity-agent:EAP-linux-arm64-18.04 "context" docker build -f "context/generated/linux/Agent/UbuntuARM/18.04-sudo/Dockerfile" -t teamcity-agent:EAP-linux-arm64-18.04-sudo "context" diff --git a/context/generated/teamcity-agent-EAP-linux-arm64-18.04.cmd b/context/generated/teamcity-agent-EAP-linux-arm64-18.04.cmd index 9bb8ef57c..e5cdc5a14 100644 --- a/context/generated/teamcity-agent-EAP-linux-arm64-18.04.cmd +++ b/context/generated/teamcity-agent-EAP-linux-arm64-18.04.cmd @@ -1,9 +1,9 @@ -cd ../.. -docker pull ubuntu:18.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/18.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64-18.04 "context" -echo 2> context/.dockerignore -echo TeamCity >> context/.dockerignore +cd ../.. +docker pull ubuntu:18.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/18.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64-18.04 "context" +echo 2> context/.dockerignore +echo TeamCity >> context/.dockerignore docker build -f "context/generated/linux/Agent/UbuntuARM/18.04/Dockerfile" -t teamcity-agent:EAP-linux-arm64-18.04 "context" diff --git a/context/generated/teamcity-agent-EAP-linux-arm64-sudo.cmd b/context/generated/teamcity-agent-EAP-linux-arm64-sudo.cmd index e6b37fa1a..462328664 100644 --- a/context/generated/teamcity-agent-EAP-linux-arm64-sudo.cmd +++ b/context/generated/teamcity-agent-EAP-linux-arm64-sudo.cmd @@ -1,10 +1,10 @@ -cd ../.. -docker pull ubuntu:20.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64 "context" -echo 2> context/.dockerignore -echo TeamCity >> context/.dockerignore -docker build -f "context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile" -t teamcity-agent:EAP-linux-arm64 "context" +cd ../.. +docker pull ubuntu:20.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64 "context" +echo 2> context/.dockerignore +echo TeamCity >> context/.dockerignore +docker build -f "context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile" -t teamcity-agent:EAP-linux-arm64 "context" docker build -f "context/generated/linux/Agent/UbuntuARM/20.04-sudo/Dockerfile" -t teamcity-agent:EAP-linux-arm64-sudo "context" diff --git a/context/generated/teamcity-agent-EAP-linux-arm64.cmd b/context/generated/teamcity-agent-EAP-linux-arm64.cmd index 8262f5389..d5712305e 100644 --- a/context/generated/teamcity-agent-EAP-linux-arm64.cmd +++ b/context/generated/teamcity-agent-EAP-linux-arm64.cmd @@ -1,9 +1,9 @@ -cd ../.. -docker pull ubuntu:20.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64 "context" -echo 2> context/.dockerignore -echo TeamCity >> context/.dockerignore +cd ../.. +docker pull ubuntu:20.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64 "context" +echo 2> context/.dockerignore +echo TeamCity >> context/.dockerignore docker build -f "context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile" -t teamcity-agent:EAP-linux-arm64 "context" diff --git a/context/generated/teamcity-agent-EAP-linux-sudo.cmd b/context/generated/teamcity-agent-EAP-linux-sudo.cmd index 9b42509fd..a281659e6 100644 --- a/context/generated/teamcity-agent-EAP-linux-sudo.cmd +++ b/context/generated/teamcity-agent-EAP-linux-sudo.cmd @@ -1,10 +1,10 @@ -cd ../.. -docker pull ubuntu:20.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/linux/MinimalAgent/Ubuntu/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux "context" -echo 2> context/.dockerignore -echo TeamCity >> context/.dockerignore -docker build -f "context/generated/linux/Agent/Ubuntu/20.04/Dockerfile" -t teamcity-agent:EAP-linux "context" +cd ../.. +docker pull ubuntu:20.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/linux/MinimalAgent/Ubuntu/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux "context" +echo 2> context/.dockerignore +echo TeamCity >> context/.dockerignore +docker build -f "context/generated/linux/Agent/Ubuntu/20.04/Dockerfile" -t teamcity-agent:EAP-linux "context" docker build -f "context/generated/linux/Agent/Ubuntu/20.04-sudo/Dockerfile" -t teamcity-agent:EAP-linux-sudo "context" diff --git a/context/generated/teamcity-agent-EAP-linux.cmd b/context/generated/teamcity-agent-EAP-linux.cmd index e8ba28a03..b45b90c6c 100644 --- a/context/generated/teamcity-agent-EAP-linux.cmd +++ b/context/generated/teamcity-agent-EAP-linux.cmd @@ -1,9 +1,9 @@ -cd ../.. -docker pull ubuntu:20.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/linux/MinimalAgent/Ubuntu/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux "context" -echo 2> context/.dockerignore -echo TeamCity >> context/.dockerignore +cd ../.. +docker pull ubuntu:20.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/linux/MinimalAgent/Ubuntu/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux "context" +echo 2> context/.dockerignore +echo TeamCity >> context/.dockerignore docker build -f "context/generated/linux/Agent/Ubuntu/20.04/Dockerfile" -t teamcity-agent:EAP-linux "context" diff --git a/context/generated/teamcity-agent-EAP-nanoserver-1803.cmd b/context/generated/teamcity-agent-EAP-nanoserver-1803.cmd index 22bb2b3f7..5a25f0ca2 100644 --- a/context/generated/teamcity-agent-EAP-nanoserver-1803.cmd +++ b/context/generated/teamcity-agent-EAP-nanoserver-1803.cmd @@ -1,9 +1,9 @@ -cd ../.. -docker pull mcr.microsoft.com/powershell:nanoserver-1803 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1803 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/1803/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1803 "context" -docker build -f "context/generated/windows/Agent/windowsservercore/1803/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1803 "context" +cd ../.. +docker pull mcr.microsoft.com/powershell:nanoserver-1803 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1803 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/1803/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1803 "context" +docker build -f "context/generated/windows/Agent/windowsservercore/1803/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1803 "context" docker build -f "context/generated/windows/Agent/nanoserver/1803/Dockerfile" -t teamcity-agent:EAP-nanoserver-1803 "context" diff --git a/context/generated/teamcity-agent-EAP-nanoserver-1809.cmd b/context/generated/teamcity-agent-EAP-nanoserver-1809.cmd index 091bcce4e..1cc80dad2 100644 --- a/context/generated/teamcity-agent-EAP-nanoserver-1809.cmd +++ b/context/generated/teamcity-agent-EAP-nanoserver-1809.cmd @@ -1,10 +1,10 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:1809 -docker pull mcr.microsoft.com/powershell:nanoserver-1809 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/1809/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1809 "context" -docker build -f "context/generated/windows/Agent/windowsservercore/1809/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1809 "context" +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:1809 +docker pull mcr.microsoft.com/powershell:nanoserver-1809 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/1809/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1809 "context" +docker build -f "context/generated/windows/Agent/windowsservercore/1809/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1809 "context" docker build -f "context/generated/windows/Agent/nanoserver/1809/Dockerfile" -t teamcity-agent:EAP-nanoserver-1809 "context" diff --git a/context/generated/teamcity-agent-EAP-nanoserver-1903.cmd b/context/generated/teamcity-agent-EAP-nanoserver-1903.cmd index 84af6e62b..363cefadf 100644 --- a/context/generated/teamcity-agent-EAP-nanoserver-1903.cmd +++ b/context/generated/teamcity-agent-EAP-nanoserver-1903.cmd @@ -1,10 +1,10 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:1903 -docker pull mcr.microsoft.com/powershell:nanoserver-1903 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1903 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/1903/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1903 "context" -docker build -f "context/generated/windows/Agent/windowsservercore/1903/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1903 "context" +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:1903 +docker pull mcr.microsoft.com/powershell:nanoserver-1903 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1903 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/1903/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1903 "context" +docker build -f "context/generated/windows/Agent/windowsservercore/1903/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1903 "context" docker build -f "context/generated/windows/Agent/nanoserver/1903/Dockerfile" -t teamcity-agent:EAP-nanoserver-1903 "context" diff --git a/context/generated/teamcity-agent-EAP-nanoserver-1909.cmd b/context/generated/teamcity-agent-EAP-nanoserver-1909.cmd index 1524567f8..8029f024d 100644 --- a/context/generated/teamcity-agent-EAP-nanoserver-1909.cmd +++ b/context/generated/teamcity-agent-EAP-nanoserver-1909.cmd @@ -1,10 +1,10 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:1909 -docker pull mcr.microsoft.com/powershell:nanoserver-1909 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1909 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/1909/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1909 "context" -docker build -f "context/generated/windows/Agent/windowsservercore/1909/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1909 "context" +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:1909 +docker pull mcr.microsoft.com/powershell:nanoserver-1909 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1909 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/1909/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1909 "context" +docker build -f "context/generated/windows/Agent/windowsservercore/1909/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1909 "context" docker build -f "context/generated/windows/Agent/nanoserver/1909/Dockerfile" -t teamcity-agent:EAP-nanoserver-1909 "context" diff --git a/context/generated/teamcity-agent-EAP-nanoserver-2004.cmd b/context/generated/teamcity-agent-EAP-nanoserver-2004.cmd index 2e91062f8..80dd4bb24 100644 --- a/context/generated/teamcity-agent-EAP-nanoserver-2004.cmd +++ b/context/generated/teamcity-agent-EAP-nanoserver-2004.cmd @@ -1,10 +1,10 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:2004 -docker pull mcr.microsoft.com/powershell:nanoserver-2004 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-2004 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/2004/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-2004 "context" -docker build -f "context/generated/windows/Agent/windowsservercore/2004/Dockerfile" -t teamcity-agent:EAP-windowsservercore-2004 "context" +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:2004 +docker pull mcr.microsoft.com/powershell:nanoserver-2004 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-2004 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/2004/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-2004 "context" +docker build -f "context/generated/windows/Agent/windowsservercore/2004/Dockerfile" -t teamcity-agent:EAP-windowsservercore-2004 "context" docker build -f "context/generated/windows/Agent/nanoserver/2004/Dockerfile" -t teamcity-agent:EAP-nanoserver-2004 "context" diff --git a/context/generated/teamcity-agent-EAP-windowsservercore-1803.cmd b/context/generated/teamcity-agent-EAP-windowsservercore-1803.cmd index 78c5cd8f0..3a7fb6800 100644 --- a/context/generated/teamcity-agent-EAP-windowsservercore-1803.cmd +++ b/context/generated/teamcity-agent-EAP-windowsservercore-1803.cmd @@ -1,8 +1,8 @@ -cd ../.. -docker pull mcr.microsoft.com/powershell:nanoserver-1803 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1803 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/1803/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1803 "context" +cd ../.. +docker pull mcr.microsoft.com/powershell:nanoserver-1803 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1803 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/1803/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1803 "context" docker build -f "context/generated/windows/Agent/windowsservercore/1803/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1803 "context" diff --git a/context/generated/teamcity-agent-EAP-windowsservercore-1809.cmd b/context/generated/teamcity-agent-EAP-windowsservercore-1809.cmd index db2af79b9..a2d3bf59d 100644 --- a/context/generated/teamcity-agent-EAP-windowsservercore-1809.cmd +++ b/context/generated/teamcity-agent-EAP-windowsservercore-1809.cmd @@ -1,9 +1,9 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:1809 -docker pull mcr.microsoft.com/powershell:nanoserver-1809 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/1809/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1809 "context" +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:1809 +docker pull mcr.microsoft.com/powershell:nanoserver-1809 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/1809/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1809 "context" docker build -f "context/generated/windows/Agent/windowsservercore/1809/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1809 "context" diff --git a/context/generated/teamcity-agent-EAP-windowsservercore-1903.cmd b/context/generated/teamcity-agent-EAP-windowsservercore-1903.cmd index 1fb795e12..d76b6c167 100644 --- a/context/generated/teamcity-agent-EAP-windowsservercore-1903.cmd +++ b/context/generated/teamcity-agent-EAP-windowsservercore-1903.cmd @@ -1,9 +1,9 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:1903 -docker pull mcr.microsoft.com/powershell:nanoserver-1903 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1903 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/1903/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1903 "context" +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:1903 +docker pull mcr.microsoft.com/powershell:nanoserver-1903 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1903 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/1903/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1903 "context" docker build -f "context/generated/windows/Agent/windowsservercore/1903/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1903 "context" diff --git a/context/generated/teamcity-agent-EAP-windowsservercore-1909.cmd b/context/generated/teamcity-agent-EAP-windowsservercore-1909.cmd index fe3f20b16..4058aba4a 100644 --- a/context/generated/teamcity-agent-EAP-windowsservercore-1909.cmd +++ b/context/generated/teamcity-agent-EAP-windowsservercore-1909.cmd @@ -1,9 +1,9 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:1909 -docker pull mcr.microsoft.com/powershell:nanoserver-1909 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1909 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/1909/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1909 "context" +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:1909 +docker pull mcr.microsoft.com/powershell:nanoserver-1909 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-1909 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/1909/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1909 "context" docker build -f "context/generated/windows/Agent/windowsservercore/1909/Dockerfile" -t teamcity-agent:EAP-windowsservercore-1909 "context" diff --git a/context/generated/teamcity-agent-EAP-windowsservercore-2004.cmd b/context/generated/teamcity-agent-EAP-windowsservercore-2004.cmd index de6da9ac7..5cab510fd 100644 --- a/context/generated/teamcity-agent-EAP-windowsservercore-2004.cmd +++ b/context/generated/teamcity-agent-EAP-windowsservercore-2004.cmd @@ -1,9 +1,9 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:2004 -docker pull mcr.microsoft.com/powershell:nanoserver-2004 -docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-2004 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore -docker build -f "context/generated/windows/MinimalAgent/nanoserver/2004/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-2004 "context" +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:2004 +docker pull mcr.microsoft.com/powershell:nanoserver-2004 +docker pull mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-2004 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore +docker build -f "context/generated/windows/MinimalAgent/nanoserver/2004/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-2004 "context" docker build -f "context/generated/windows/Agent/windowsservercore/2004/Dockerfile" -t teamcity-agent:EAP-windowsservercore-2004 "context" diff --git a/context/generated/teamcity-agent.md b/context/generated/teamcity-agent.md index 4bef06bd5..4304e3f7e 100644 --- a/context/generated/teamcity-agent.md +++ b/context/generated/teamcity-agent.md @@ -85,9 +85,9 @@ Installed components: - Perforce Helix Core client (p4) [2022.2-2468771](https://www.perforce.com/products/helix-core) - [Docker v.5:20.10.12](https://github.com/docker/cli/releases/tag/v20.10.12), [Containerd.io v1.4.12-1](https://ubuntu.pkgs.org/20.04/docker-ce-stable-amd64/containerd.io_1.4.12-1_amd64.deb.html) - [Docker Compose v.1.28.5](https://github.com/docker/compose/releases/tag/1.28.5) -- [.NET Runtime v.3.1.21 x86 Checksum (SHA512) cc4b2fef46e94df88bf0fc11cb15439e79bd48da524561dffde80d3cd6db218133468ad2f6785803cf0c13f000d95ff71eb258cec76dd8eb809676ec1cb38fac](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-linux-x64.tar.gz) -- [.NET Runtime v.5.0.12 x86 Checksum (SHA512) 32b5f86db3b1d4c21e3cf616d22f0e4a7374385dac0cf03cdebf3520dcf846460d9677ec1829a180920740a0237d64f6eaa2421d036a67f4fe9fb15d4f6b1db9](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-linux-x64.tar.gz) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-linux-x64.tar.gz) +- [.NET Runtime v.3.1.32 x86 Checksum (SHA512) 56c5e045844f5474a9a12b42e4a22c851985fac5690e227ce62b529d644c4faeaafdfe255de2f1e86a90c0c114e7de66ce4de1692fbf66357ac4d35341f933c3](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-linux-x64.tar.gz) +- [.NET Runtime v.5.0.17 x86 Checksum (SHA512) f47eec03d2b6777e78e2a993306727fa6871cf7f6e295ed70f684745a9f9fc960f0068750007519733426db52afa10e0bcd1c58879019d5d8f1f5f295868e4f3](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-linux-x64.tar.gz) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) 4390ba65e592c4f770b247f11228bbd2ed70aab30fbe6613c2bf7ec0c7c54d09b5a47ff160d4424dacc59661613fd4c9460d62f141a64def02a7228dd160f916](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-linux-x64.tar.gz) Container platform: linux @@ -123,9 +123,9 @@ Installed components: - Mercurial - [Docker v.5:20.10.12](https://github.com/docker/cli/releases/tag/v20.10.12), [Containerd.io v1.4.12-1](https://ubuntu.pkgs.org/20.04/docker-ce-stable-amd64/containerd.io_1.4.12-1_amd64.deb.html) - [Docker Compose v.1.28.5](https://github.com/docker/compose/releases/tag/1.28.5) -- [.NET Runtime v.3.1.21 arm64 Checksum (SHA512) 80971125650a2fa0163e39a2de98bc2e871c295b723559e6081a3ab59d99195aa5b794450f8182c5eb4e7e472ca1c13340ef1cc8a5588114c494bbb5981f19c4](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-linux-arm64.tar.gz) -- [.NET Runtime v.5.0.12 arm65 Checksum (SHA512) a8089fad8d21a4b582aa6c3d7162d56a21fee697fd400f050a772f67c2ace5e4196d1c4261d3e861d6dc2e5439666f112c406104d6271e5ab60cda80ef2ffc64](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-linux-arm64.tar.gz) -- [.NET SDK v.6.0.100 arm64 Checksum (SHA512) e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d0d1e3162969d071471297bce1c2fd3a1f9fb88645006c327ae79f880dcbdd8eefc9166fd717331f2716e7](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-linux-arm64.tar.gz) +- [.NET Runtime v.3.1.32 arm64 Checksum (SHA512) ff311df0db488f3b5cc03c7f6724f8442de7e60fa0a503ec8f536361ce7a357ad26d09d2499d68c50ebdfa751a5520bba4aaa77a38b191c892d5a018561ce422](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-linux-arm64.tar.gz) +- [.NET Runtime v.5.0.17 arm65 Checksum (SHA512) 99cb11871924d3abedcc9c8079c54bc0c550203c7cbe4e349ed70d4355f40e4620b68d90b797e6461d898c06bed6953580e2cd4ad01483e5de107ca5a3409610](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-linux-arm64.tar.gz) +- [.NET SDK v.6.0.413 arm64 Checksum (SHA512) 7f05a9774d79e694da5a6115d9916abf87a65e40bd6bdaa5dca1f705795436bc8e764242f7045207386a86732ef5519f60bdb516a3860e4860bca7ee91a21759](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-linux-arm64.tar.gz) Container platform: linux @@ -217,7 +217,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) feb7eab99c647a0b4347be9f0a3276de](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip) - [Git x64 v.2.42.0 Checksum (SHA256) b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) Container platform: windows @@ -252,7 +252,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) feb7eab99c647a0b4347be9f0a3276de](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip) - [Git x64 v.2.42.0 Checksum (SHA256) b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) Container platform: windows @@ -285,9 +285,9 @@ The docker image is available on: Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [.NET Runtime v.3.1.21 x86 Checksum (SHA512) 7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip) -- [.NET Runtime v.5.0.12 x86 Checksum (SHA512) 636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET Runtime v.3.1.32 x86 Checksum (SHA512) 0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip) +- [.NET Runtime v.5.0.17 x86 Checksum (SHA512) 09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) feb7eab99c647a0b4347be9f0a3276de](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip) - [Git x64 v.2.42.0 Checksum (SHA256) b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) @@ -322,9 +322,9 @@ The docker image is available on: Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [.NET Runtime v.3.1.21 x86 Checksum (SHA512) 7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip) -- [.NET Runtime v.5.0.12 x86 Checksum (SHA512) 636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET Runtime v.3.1.32 x86 Checksum (SHA512) 0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip) +- [.NET Runtime v.5.0.17 x86 Checksum (SHA512) 09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) feb7eab99c647a0b4347be9f0a3276de](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip) - [Git x64 v.2.42.0 Checksum (SHA256) b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) @@ -361,9 +361,9 @@ Installed components: - Perforce Helix Core client (p4) [2022.2-2468771](https://www.perforce.com/products/helix-core) - [Docker v.5:20.10.12](https://github.com/docker/cli/releases/tag/v20.10.12), [Containerd.io v1.4.12-1](https://ubuntu.pkgs.org/20.04/docker-ce-stable-amd64/containerd.io_1.4.12-1_amd64.deb.html) - [Docker Compose v.1.28.5](https://github.com/docker/compose/releases/tag/1.28.5) -- [.NET Runtime v.3.1.21 x86 Checksum (SHA512) cc4b2fef46e94df88bf0fc11cb15439e79bd48da524561dffde80d3cd6db218133468ad2f6785803cf0c13f000d95ff71eb258cec76dd8eb809676ec1cb38fac](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-linux-x64.tar.gz) -- [.NET Runtime v.5.0.12 x86 Checksum (SHA512) 32b5f86db3b1d4c21e3cf616d22f0e4a7374385dac0cf03cdebf3520dcf846460d9677ec1829a180920740a0237d64f6eaa2421d036a67f4fe9fb15d4f6b1db9](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-linux-x64.tar.gz) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15ae6998bc09c5e0baec810822f9e0104e84b0efd51fdc0333306cb2a0a6fcdbaf515a8ad8cf1af25b](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-linux-x64.tar.gz) +- [.NET Runtime v.3.1.32 x86 Checksum (SHA512) 56c5e045844f5474a9a12b42e4a22c851985fac5690e227ce62b529d644c4faeaafdfe255de2f1e86a90c0c114e7de66ce4de1692fbf66357ac4d35341f933c3](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-linux-x64.tar.gz) +- [.NET Runtime v.5.0.17 x86 Checksum (SHA512) f47eec03d2b6777e78e2a993306727fa6871cf7f6e295ed70f684745a9f9fc960f0068750007519733426db52afa10e0bcd1c58879019d5d8f1f5f295868e4f3](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-linux-x64.tar.gz) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) 4390ba65e592c4f770b247f11228bbd2ed70aab30fbe6613c2bf7ec0c7c54d09b5a47ff160d4424dacc59661613fd4c9460d62f141a64def02a7228dd160f916](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-linux-x64.tar.gz) Container platform: linux @@ -422,9 +422,9 @@ Installed components: - Mercurial - [Docker v.5:20.10.12](https://github.com/docker/cli/releases/tag/v20.10.12), [Containerd.io v1.4.12-1](https://ubuntu.pkgs.org/20.04/docker-ce-stable-amd64/containerd.io_1.4.12-1_amd64.deb.html) - [Docker Compose v.1.28.5](https://github.com/docker/compose/releases/tag/1.28.5) -- [.NET Runtime v.3.1.21 arm64 Checksum (SHA512) 80971125650a2fa0163e39a2de98bc2e871c295b723559e6081a3ab59d99195aa5b794450f8182c5eb4e7e472ca1c13340ef1cc8a5588114c494bbb5981f19c4](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-linux-arm64.tar.gz) -- [.NET Runtime v.5.0.12 arm65 Checksum (SHA512) a8089fad8d21a4b582aa6c3d7162d56a21fee697fd400f050a772f67c2ace5e4196d1c4261d3e861d6dc2e5439666f112c406104d6271e5ab60cda80ef2ffc64](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-linux-arm64.tar.gz) -- [.NET SDK v.6.0.100 arm64 Checksum (SHA512) e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d0d1e3162969d071471297bce1c2fd3a1f9fb88645006c327ae79f880dcbdd8eefc9166fd717331f2716e7](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-linux-arm64.tar.gz) +- [.NET Runtime v.3.1.32 arm64 Checksum (SHA512) ff311df0db488f3b5cc03c7f6724f8442de7e60fa0a503ec8f536361ce7a357ad26d09d2499d68c50ebdfa751a5520bba4aaa77a38b191c892d5a018561ce422](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-linux-arm64.tar.gz) +- [.NET Runtime v.5.0.17 arm65 Checksum (SHA512) 99cb11871924d3abedcc9c8079c54bc0c550203c7cbe4e349ed70d4355f40e4620b68d90b797e6461d898c06bed6953580e2cd4ad01483e5de107ca5a3409610](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-linux-arm64.tar.gz) +- [.NET SDK v.6.0.413 arm64 Checksum (SHA512) 7f05a9774d79e694da5a6115d9916abf87a65e40bd6bdaa5dca1f705795436bc8e764242f7045207386a86732ef5519f60bdb516a3860e4860bca7ee91a21759](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-linux-arm64.tar.gz) Container platform: linux @@ -479,7 +479,7 @@ The docker image is not available and may be created manually. Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) Container platform: windows @@ -510,7 +510,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) feb7eab99c647a0b4347be9f0a3276de](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip) - [Git x64 v.2.42.0 Checksum (SHA256) b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) Container platform: windows @@ -542,7 +542,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) feb7eab99c647a0b4347be9f0a3276de](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip) - [Git x64 v.2.42.0 Checksum (SHA256) b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) Container platform: windows @@ -572,9 +572,9 @@ The docker image is not available and may be created manually. Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [.NET Runtime v.3.1.21 x86 Checksum (SHA512) 7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip) -- [.NET Runtime v.5.0.12 x86 Checksum (SHA512) 636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET Runtime v.3.1.32 x86 Checksum (SHA512) 0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip) +- [.NET Runtime v.5.0.17 x86 Checksum (SHA512) 09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) feb7eab99c647a0b4347be9f0a3276de](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip) - [Git x64 v.2.42.0 Checksum (SHA256) b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) @@ -605,9 +605,9 @@ The docker image is not available and may be created manually. Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [.NET Runtime v.3.1.21 x86 Checksum (SHA512) 7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip) -- [.NET Runtime v.5.0.12 x86 Checksum (SHA512) 636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET Runtime v.3.1.32 x86 Checksum (SHA512) 0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip) +- [.NET Runtime v.5.0.17 x86 Checksum (SHA512) 09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) feb7eab99c647a0b4347be9f0a3276de](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip) - [Git x64 v.2.42.0 Checksum (SHA256) b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) @@ -639,9 +639,9 @@ The docker image is not available and may be created manually. Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [.NET Runtime v.3.1.21 x86 Checksum (SHA512) 7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip) -- [.NET Runtime v.5.0.12 x86 Checksum (SHA512) 636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip) -- [.NET SDK v.6.0.100 x86 Checksum (SHA512) d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip) +- [.NET Runtime v.3.1.32 x86 Checksum (SHA512) 0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b](https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip) +- [.NET Runtime v.5.0.17 x86 Checksum (SHA512) 09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774](https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip) +- [.NET SDK v.6.0.413 x86 Checksum (SHA512) d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) feb7eab99c647a0b4347be9f0a3276de](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip) - [Git x64 v.2.42.0 Checksum (SHA256) b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1](https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) diff --git a/context/generated/teamcity-minimal-agent-EAP-linux-18.04.cmd b/context/generated/teamcity-minimal-agent-EAP-linux-18.04.cmd index 22c52b6fe..c046e85e7 100644 --- a/context/generated/teamcity-minimal-agent-EAP-linux-18.04.cmd +++ b/context/generated/teamcity-minimal-agent-EAP-linux-18.04.cmd @@ -1,6 +1,6 @@ -cd ../.. -docker pull ubuntu:18.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore +cd ../.. +docker pull ubuntu:18.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore docker build -f "context/generated/linux/MinimalAgent/Ubuntu/18.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-18.04 "context" diff --git a/context/generated/teamcity-minimal-agent-EAP-linux-arm64-18.04.cmd b/context/generated/teamcity-minimal-agent-EAP-linux-arm64-18.04.cmd index 4b9d45beb..4418a39cc 100644 --- a/context/generated/teamcity-minimal-agent-EAP-linux-arm64-18.04.cmd +++ b/context/generated/teamcity-minimal-agent-EAP-linux-arm64-18.04.cmd @@ -1,6 +1,6 @@ -cd ../.. -docker pull ubuntu:18.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore +cd ../.. +docker pull ubuntu:18.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/18.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64-18.04 "context" diff --git a/context/generated/teamcity-minimal-agent-EAP-linux-arm64.cmd b/context/generated/teamcity-minimal-agent-EAP-linux-arm64.cmd index 876ff01f0..c3ef0b97b 100644 --- a/context/generated/teamcity-minimal-agent-EAP-linux-arm64.cmd +++ b/context/generated/teamcity-minimal-agent-EAP-linux-arm64.cmd @@ -1,6 +1,6 @@ -cd ../.. -docker pull ubuntu:20.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore +cd ../.. +docker pull ubuntu:20.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore docker build -f "context/generated/linux/MinimalAgent/UbuntuARM/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux-arm64 "context" diff --git a/context/generated/teamcity-minimal-agent-EAP-linux.cmd b/context/generated/teamcity-minimal-agent-EAP-linux.cmd index 05072f585..fae8c3f40 100644 --- a/context/generated/teamcity-minimal-agent-EAP-linux.cmd +++ b/context/generated/teamcity-minimal-agent-EAP-linux.cmd @@ -1,6 +1,6 @@ -cd ../.. -docker pull ubuntu:20.04 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore +cd ../.. +docker pull ubuntu:20.04 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore docker build -f "context/generated/linux/MinimalAgent/Ubuntu/20.04/Dockerfile" -t teamcity-minimal-agent:EAP-linux "context" diff --git a/context/generated/teamcity-minimal-agent-EAP-nanoserver-1803.cmd b/context/generated/teamcity-minimal-agent-EAP-nanoserver-1803.cmd index dc84ceafb..e1bf696d2 100644 --- a/context/generated/teamcity-minimal-agent-EAP-nanoserver-1803.cmd +++ b/context/generated/teamcity-minimal-agent-EAP-nanoserver-1803.cmd @@ -1,6 +1,6 @@ -cd ../.. -docker pull mcr.microsoft.com/powershell:nanoserver-1803 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/powershell:nanoserver-1803 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore docker build -f "context/generated/windows/MinimalAgent/nanoserver/1803/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1803 "context" diff --git a/context/generated/teamcity-minimal-agent-EAP-nanoserver-1809.cmd b/context/generated/teamcity-minimal-agent-EAP-nanoserver-1809.cmd index cc4c14161..d48c640da 100644 --- a/context/generated/teamcity-minimal-agent-EAP-nanoserver-1809.cmd +++ b/context/generated/teamcity-minimal-agent-EAP-nanoserver-1809.cmd @@ -1,7 +1,7 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:1809 -docker pull mcr.microsoft.com/powershell:nanoserver-1809 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:1809 +docker pull mcr.microsoft.com/powershell:nanoserver-1809 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore docker build -f "context/generated/windows/MinimalAgent/nanoserver/1809/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1809 "context" diff --git a/context/generated/teamcity-minimal-agent-EAP-nanoserver-1903.cmd b/context/generated/teamcity-minimal-agent-EAP-nanoserver-1903.cmd index 33eaa2630..a5964cbe2 100644 --- a/context/generated/teamcity-minimal-agent-EAP-nanoserver-1903.cmd +++ b/context/generated/teamcity-minimal-agent-EAP-nanoserver-1903.cmd @@ -1,7 +1,7 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:1903 -docker pull mcr.microsoft.com/powershell:nanoserver-1903 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:1903 +docker pull mcr.microsoft.com/powershell:nanoserver-1903 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore docker build -f "context/generated/windows/MinimalAgent/nanoserver/1903/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1903 "context" diff --git a/context/generated/teamcity-minimal-agent-EAP-nanoserver-1909.cmd b/context/generated/teamcity-minimal-agent-EAP-nanoserver-1909.cmd index d0adbdc06..690def4d2 100644 --- a/context/generated/teamcity-minimal-agent-EAP-nanoserver-1909.cmd +++ b/context/generated/teamcity-minimal-agent-EAP-nanoserver-1909.cmd @@ -1,7 +1,7 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:1909 -docker pull mcr.microsoft.com/powershell:nanoserver-1909 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:1909 +docker pull mcr.microsoft.com/powershell:nanoserver-1909 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore docker build -f "context/generated/windows/MinimalAgent/nanoserver/1909/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-1909 "context" diff --git a/context/generated/teamcity-minimal-agent-EAP-nanoserver-2004.cmd b/context/generated/teamcity-minimal-agent-EAP-nanoserver-2004.cmd index 56daf7857..436cb59fa 100644 --- a/context/generated/teamcity-minimal-agent-EAP-nanoserver-2004.cmd +++ b/context/generated/teamcity-minimal-agent-EAP-nanoserver-2004.cmd @@ -1,7 +1,7 @@ -cd ../.. -docker pull mcr.microsoft.com/windows/nanoserver:2004 -docker pull mcr.microsoft.com/powershell:nanoserver-2004 -echo TeamCity/webapps > context/.dockerignore -echo TeamCity/devPackage >> context/.dockerignore -echo TeamCity/lib >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/windows/nanoserver:2004 +docker pull mcr.microsoft.com/powershell:nanoserver-2004 +echo TeamCity/webapps > context/.dockerignore +echo TeamCity/devPackage >> context/.dockerignore +echo TeamCity/lib >> context/.dockerignore docker build -f "context/generated/windows/MinimalAgent/nanoserver/2004/Dockerfile" -t teamcity-minimal-agent:EAP-nanoserver-2004 "context" diff --git a/context/generated/teamcity-server-EAP-linux-18.04.cmd b/context/generated/teamcity-server-EAP-linux-18.04.cmd index 572c87652..5421b7e34 100644 --- a/context/generated/teamcity-server-EAP-linux-18.04.cmd +++ b/context/generated/teamcity-server-EAP-linux-18.04.cmd @@ -1,5 +1,5 @@ -cd ../.. -docker pull ubuntu:18.04 -echo TeamCity/buildAgent > context/.dockerignore -echo TeamCity/temp >> context/.dockerignore +cd ../.. +docker pull ubuntu:18.04 +echo TeamCity/buildAgent > context/.dockerignore +echo TeamCity/temp >> context/.dockerignore docker build -f "context/generated/linux/Server/Ubuntu/18.04/Dockerfile" -t teamcity-server:EAP-linux-18.04 "context" diff --git a/context/generated/teamcity-server-EAP-linux-arm64-18.04.cmd b/context/generated/teamcity-server-EAP-linux-arm64-18.04.cmd index 91ea4d56e..49fc00aa8 100644 --- a/context/generated/teamcity-server-EAP-linux-arm64-18.04.cmd +++ b/context/generated/teamcity-server-EAP-linux-arm64-18.04.cmd @@ -1,5 +1,5 @@ -cd ../.. -docker pull ubuntu:18.04 -echo TeamCity/buildAgent > context/.dockerignore -echo TeamCity/temp >> context/.dockerignore +cd ../.. +docker pull ubuntu:18.04 +echo TeamCity/buildAgent > context/.dockerignore +echo TeamCity/temp >> context/.dockerignore docker build -f "context/generated/linux/Server/UbuntuARM/18.04/Dockerfile" -t teamcity-server:EAP-linux-arm64-18.04 "context" diff --git a/context/generated/teamcity-server-EAP-linux-arm64.cmd b/context/generated/teamcity-server-EAP-linux-arm64.cmd index a2e4a4a34..e7bd83f17 100644 --- a/context/generated/teamcity-server-EAP-linux-arm64.cmd +++ b/context/generated/teamcity-server-EAP-linux-arm64.cmd @@ -1,5 +1,5 @@ -cd ../.. -docker pull ubuntu:20.04 -echo TeamCity/buildAgent > context/.dockerignore -echo TeamCity/temp >> context/.dockerignore +cd ../.. +docker pull ubuntu:20.04 +echo TeamCity/buildAgent > context/.dockerignore +echo TeamCity/temp >> context/.dockerignore docker build -f "context/generated/linux/Server/UbuntuARM/20.04/Dockerfile" -t teamcity-server:EAP-linux-arm64 "context" diff --git a/context/generated/teamcity-server-EAP-linux.cmd b/context/generated/teamcity-server-EAP-linux.cmd index 6e7268921..1ac2ff257 100644 --- a/context/generated/teamcity-server-EAP-linux.cmd +++ b/context/generated/teamcity-server-EAP-linux.cmd @@ -1,5 +1,5 @@ -cd ../.. -docker pull ubuntu:20.04 -echo TeamCity/buildAgent > context/.dockerignore -echo TeamCity/temp >> context/.dockerignore +cd ../.. +docker pull ubuntu:20.04 +echo TeamCity/buildAgent > context/.dockerignore +echo TeamCity/temp >> context/.dockerignore docker build -f "context/generated/linux/Server/Ubuntu/20.04/Dockerfile" -t teamcity-server:EAP-linux "context" diff --git a/context/generated/teamcity-server-EAP-nanoserver-1803.cmd b/context/generated/teamcity-server-EAP-nanoserver-1803.cmd index 7df36a1f5..c8b3d166b 100644 --- a/context/generated/teamcity-server-EAP-nanoserver-1803.cmd +++ b/context/generated/teamcity-server-EAP-nanoserver-1803.cmd @@ -1,5 +1,5 @@ -cd ../.. -docker pull mcr.microsoft.com/powershell:nanoserver-1803 -echo TeamCity/buildAgent > context/.dockerignore -echo TeamCity/temp >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/powershell:nanoserver-1803 +echo TeamCity/buildAgent > context/.dockerignore +echo TeamCity/temp >> context/.dockerignore docker build -f "context/generated/windows/Server/nanoserver/1803/Dockerfile" -t teamcity-server:EAP-nanoserver-1803 "context" diff --git a/context/generated/teamcity-server-EAP-nanoserver-1809.cmd b/context/generated/teamcity-server-EAP-nanoserver-1809.cmd index 454ebdcd1..fc51bd5bc 100644 --- a/context/generated/teamcity-server-EAP-nanoserver-1809.cmd +++ b/context/generated/teamcity-server-EAP-nanoserver-1809.cmd @@ -1,5 +1,5 @@ -cd ../.. -docker pull mcr.microsoft.com/powershell:nanoserver-1809 -echo TeamCity/buildAgent > context/.dockerignore -echo TeamCity/temp >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/powershell:nanoserver-1809 +echo TeamCity/buildAgent > context/.dockerignore +echo TeamCity/temp >> context/.dockerignore docker build -f "context/generated/windows/Server/nanoserver/1809/Dockerfile" -t teamcity-server:EAP-nanoserver-1809 "context" diff --git a/context/generated/teamcity-server-EAP-nanoserver-1903.cmd b/context/generated/teamcity-server-EAP-nanoserver-1903.cmd index 397f47dd2..458f34680 100644 --- a/context/generated/teamcity-server-EAP-nanoserver-1903.cmd +++ b/context/generated/teamcity-server-EAP-nanoserver-1903.cmd @@ -1,5 +1,5 @@ -cd ../.. -docker pull mcr.microsoft.com/powershell:nanoserver-1903 -echo TeamCity/buildAgent > context/.dockerignore -echo TeamCity/temp >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/powershell:nanoserver-1903 +echo TeamCity/buildAgent > context/.dockerignore +echo TeamCity/temp >> context/.dockerignore docker build -f "context/generated/windows/Server/nanoserver/1903/Dockerfile" -t teamcity-server:EAP-nanoserver-1903 "context" diff --git a/context/generated/teamcity-server-EAP-nanoserver-1909.cmd b/context/generated/teamcity-server-EAP-nanoserver-1909.cmd index f4ad68b4c..359322d1c 100644 --- a/context/generated/teamcity-server-EAP-nanoserver-1909.cmd +++ b/context/generated/teamcity-server-EAP-nanoserver-1909.cmd @@ -1,5 +1,5 @@ -cd ../.. -docker pull mcr.microsoft.com/powershell:nanoserver-1909 -echo TeamCity/buildAgent > context/.dockerignore -echo TeamCity/temp >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/powershell:nanoserver-1909 +echo TeamCity/buildAgent > context/.dockerignore +echo TeamCity/temp >> context/.dockerignore docker build -f "context/generated/windows/Server/nanoserver/1909/Dockerfile" -t teamcity-server:EAP-nanoserver-1909 "context" diff --git a/context/generated/teamcity-server-EAP-nanoserver-2004.cmd b/context/generated/teamcity-server-EAP-nanoserver-2004.cmd index 3b9c9c4a3..39de36132 100644 --- a/context/generated/teamcity-server-EAP-nanoserver-2004.cmd +++ b/context/generated/teamcity-server-EAP-nanoserver-2004.cmd @@ -1,5 +1,5 @@ -cd ../.. -docker pull mcr.microsoft.com/powershell:nanoserver-2004 -echo TeamCity/buildAgent > context/.dockerignore -echo TeamCity/temp >> context/.dockerignore +cd ../.. +docker pull mcr.microsoft.com/powershell:nanoserver-2004 +echo TeamCity/buildAgent > context/.dockerignore +echo TeamCity/temp >> context/.dockerignore docker build -f "context/generated/windows/Server/nanoserver/2004/Dockerfile" -t teamcity-server:EAP-nanoserver-2004 "context" diff --git a/context/generated/windows/Agent/nanoserver/1803/Dockerfile b/context/generated/windows/Agent/nanoserver/1803/Dockerfile index e72fecd17..628a6d74f 100644 --- a/context/generated/windows/Agent/nanoserver/1803/Dockerfile +++ b/context/generated/windows/Agent/nanoserver/1803/Dockerfile @@ -1,5 +1,5 @@ # Default arguments -ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip' +ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' ARG powershellImage='mcr.microsoft.com/powershell:nanoserver-1803' ARG teamcityWindowsservercoreImage='teamcity-agent:EAP-windowsservercore-1803' diff --git a/context/generated/windows/Agent/windowsservercore/1803/Dockerfile b/context/generated/windows/Agent/windowsservercore/1803/Dockerfile index 4991d53bd..dd9049db7 100644 --- a/context/generated/windows/Agent/windowsservercore/1803/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1803/Dockerfile @@ -1,10 +1,10 @@ # Default arguments -ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip' -ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip' -ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip' -ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' -ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' -ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' +ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' +ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip' +ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip' +ARG dotnetWindowsComponentSHA512='d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5' +ARG dotnetWindowsComponentSHA512_31='0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b' +ARG dotnetWindowsComponentSHA512_50='09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774' ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip' ARG gitWindowsComponentSHA256='b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' diff --git a/context/generated/windows/Agent/windowsservercore/1809/Dockerfile b/context/generated/windows/Agent/windowsservercore/1809/Dockerfile index ac1008e24..e8a3e3734 100644 --- a/context/generated/windows/Agent/windowsservercore/1809/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1809/Dockerfile @@ -1,10 +1,10 @@ # Default arguments -ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip' -ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip' -ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip' -ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' -ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' -ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' +ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' +ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip' +ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip' +ARG dotnetWindowsComponentSHA512='d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5' +ARG dotnetWindowsComponentSHA512_31='0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b' +ARG dotnetWindowsComponentSHA512_50='09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774' ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip' ARG gitWindowsComponentSHA256='b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' diff --git a/context/generated/windows/Agent/windowsservercore/1903/Dockerfile b/context/generated/windows/Agent/windowsservercore/1903/Dockerfile index 15f85d05c..97bdf62b5 100644 --- a/context/generated/windows/Agent/windowsservercore/1903/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1903/Dockerfile @@ -1,10 +1,10 @@ # Default arguments -ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip' -ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip' -ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip' -ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' -ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' -ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' +ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' +ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip' +ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip' +ARG dotnetWindowsComponentSHA512='d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5' +ARG dotnetWindowsComponentSHA512_31='0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b' +ARG dotnetWindowsComponentSHA512_50='09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774' ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip' ARG gitWindowsComponentSHA256='b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' diff --git a/context/generated/windows/Agent/windowsservercore/1909/Dockerfile b/context/generated/windows/Agent/windowsservercore/1909/Dockerfile index dfd7ab71b..629fabd4e 100644 --- a/context/generated/windows/Agent/windowsservercore/1909/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1909/Dockerfile @@ -1,10 +1,10 @@ # Default arguments -ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip' -ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip' -ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip' -ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' -ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' -ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' +ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' +ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip' +ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip' +ARG dotnetWindowsComponentSHA512='d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5' +ARG dotnetWindowsComponentSHA512_31='0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b' +ARG dotnetWindowsComponentSHA512_50='09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774' ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip' ARG gitWindowsComponentSHA256='b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' diff --git a/context/generated/windows/Agent/windowsservercore/2004/Dockerfile b/context/generated/windows/Agent/windowsservercore/2004/Dockerfile index 6aaab7cca..7d7300a6a 100644 --- a/context/generated/windows/Agent/windowsservercore/2004/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/2004/Dockerfile @@ -1,10 +1,10 @@ # Default arguments -ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.100/dotnet-sdk-6.0.100-win-x64.zip' -ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.21/dotnet-runtime-3.1.21-win-x64.zip' -ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.12/dotnet-runtime-5.0.12-win-x64.zip' -ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' -ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' -ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' +ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' +ARG dotnetWindowsComponent_31='https://dotnetcli.azureedge.net/dotnet/Runtime/3.1.32/dotnet-runtime-3.1.32-win-x64.zip' +ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5.0.17/dotnet-runtime-5.0.17-win-x64.zip' +ARG dotnetWindowsComponentSHA512='d3e8273d451b3bc15cd8f656ffdaaff4d1b0d17059ada578967063f4b9882b74926af61c6e0919f66b5bdeddd66e5047743544ac4768026b60de7a7591e1fab5' +ARG dotnetWindowsComponentSHA512_31='0a9cc67349adaebb8b81754aae5d7c478a043e25661537d149c65b098c13446ec78626f23e7eab4c5a6539485888f4f0a200e539038bae0be9e45aaefc76c05b' +ARG dotnetWindowsComponentSHA512_50='09721d707779168484579d07fc76e5c29ada8c32b9533689f9f066da3aa98d4a615d825b7212aedf4744d017e9cf3ba86d6a570d00826b732bbc5dd6976a8774' ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.42.0.windows.1/MinGit-2.42.0-64-bit.zip' ARG gitWindowsComponentSHA256='b945e6df773fd8013f12e26b65b6815122be62a241d3ef4b9ed2d5ae67ae0aa1' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip'