From dda87b6a764d9aed82cbf2b3966d23b93b0b275f Mon Sep 17 00:00:00 2001 From: Andrey Koltsov Date: Wed, 15 Mar 2023 18:19:09 +0100 Subject: [PATCH] Update Git version: 2.39.2 -> 2.40.0 (#64) --- configs/linux.config | 4 +-- .../Ubuntu/18.04/Ubuntu.Dockerfile.config | 4 +-- .../18.04/UbuntuARM.Dockerfile.config | 4 +-- .../Ubuntu/18.04/Ubuntu.Dockerfile.config | 4 +-- .../18.04/UbuntuARM.Dockerfile.config | 4 +-- configs/windows.config | 6 ++--- .../linux/Agent/Ubuntu/18.04/Dockerfile | 2 +- .../linux/Agent/Ubuntu/20.04/Dockerfile | 2 +- .../linux/Agent/UbuntuARM/18.04/Dockerfile | 2 +- .../linux/Agent/UbuntuARM/20.04/Dockerfile | 2 +- .../linux/Server/Ubuntu/18.04/Dockerfile | 2 +- .../linux/Server/Ubuntu/20.04/Dockerfile | 2 +- .../linux/Server/UbuntuARM/18.04/Dockerfile | 2 +- .../linux/Server/UbuntuARM/20.04/Dockerfile | 2 +- context/generated/teamcity-agent.md | 26 +++++++++---------- context/generated/teamcity-server.md | 18 ++++++------- .../Agent/windowsservercore/1803/Dockerfile | 4 +-- .../Agent/windowsservercore/1809/Dockerfile | 4 +-- .../Agent/windowsservercore/1903/Dockerfile | 4 +-- .../Agent/windowsservercore/1909/Dockerfile | 4 +-- .../Agent/windowsservercore/2004/Dockerfile | 4 +-- .../windows/Server/nanoserver/1803/Dockerfile | 2 +- .../windows/Server/nanoserver/1809/Dockerfile | 4 +-- .../windows/Server/nanoserver/1903/Dockerfile | 4 +-- .../windows/Server/nanoserver/1909/Dockerfile | 4 +-- .../windows/Server/nanoserver/2004/Dockerfile | 4 +-- 26 files changed, 62 insertions(+), 62 deletions(-) diff --git a/configs/linux.config b/configs/linux.config index 81d0abc0c..cb828420b 100644 --- a/configs/linux.config +++ b/configs/linux.config @@ -30,8 +30,8 @@ dotnetLinuxComponentName_50=${dotnetComponentName_50} x86 Checksum (SHA512) ${do # https://packages.ubuntu.com/focal/git # http://ppa.launchpad.net/git-core/ppa/ubuntu/dists/focal/main/binary-amd64/ -gitLinuxComponentVersion=1:2.39.2-0ppa1~ubuntu20.04.1 -gitLinuxComponentName=Git v.2.39.2 +gitLinuxComponentVersion=1:2.40.0-0ppa1~ubuntu20.04.1 +gitLinuxComponentName=Git v.2.40.0 # https://packages.ubuntu.com/focal/git-lfs gitLFSLinuxComponentVersion=2.9.2-1 diff --git a/configs/linux/Agent/Ubuntu/18.04/Ubuntu.Dockerfile.config b/configs/linux/Agent/Ubuntu/18.04/Ubuntu.Dockerfile.config index 913abfb3b..6436448af 100644 --- a/configs/linux/Agent/Ubuntu/18.04/Ubuntu.Dockerfile.config +++ b/configs/linux/Agent/Ubuntu/18.04/Ubuntu.Dockerfile.config @@ -5,8 +5,8 @@ dotnetLibs=libc6 libgcc1 libgssapi-krb5-2 libicu60 libssl1.1 libstdc++6 zlib1g # https://packages.ubuntu.com/bionic/git # http://ppa.launchpad.net/git-core/ppa/ubuntu/dists/bionic/main/binary-amd64/ -gitLinuxComponentVersion=1:2.39.2-0ppa1~ubuntu18.04.1 -gitLinuxComponentName=Git v.2.39.2 +gitLinuxComponentVersion=1:2.40.0-0ppa1~ubuntu18.04.1 +gitLinuxComponentName=Git v.2.40.0 # https://packages.ubuntu.com/bionic/git-lfs gitLFSLinuxComponentVersion=2.3.4-1 diff --git a/configs/linux/Agent/UbuntuARM/18.04/UbuntuARM.Dockerfile.config b/configs/linux/Agent/UbuntuARM/18.04/UbuntuARM.Dockerfile.config index 814dbb1b9..75c5449e5 100644 --- a/configs/linux/Agent/UbuntuARM/18.04/UbuntuARM.Dockerfile.config +++ b/configs/linux/Agent/UbuntuARM/18.04/UbuntuARM.Dockerfile.config @@ -5,8 +5,8 @@ dotnetLibs=libc6 libgcc1 libgssapi-krb5-2 libicu60 libssl1.1 libstdc++6 zlib1g # https://packages.ubuntu.com/bionic/git # http://ppa.launchpad.net/git-core/ppa/ubuntu/dists/bionic/main/binary-arm64/ -gitLinuxComponentVersion=1:2.39.2-0ppa1~ubuntu18.04.1 -gitLinuxComponentName=Git v.2.39.2 +gitLinuxComponentVersion=1:2.40.0-0ppa1~ubuntu18.04.1 +gitLinuxComponentName=Git v.2.40.0 # https://packages.ubuntu.com/bionic/git-lfs gitLFSLinuxComponentVersion=2.3.4-1 diff --git a/configs/linux/Server/Ubuntu/18.04/Ubuntu.Dockerfile.config b/configs/linux/Server/Ubuntu/18.04/Ubuntu.Dockerfile.config index 4ba83bad5..ef0bcdc13 100644 --- a/configs/linux/Server/Ubuntu/18.04/Ubuntu.Dockerfile.config +++ b/configs/linux/Server/Ubuntu/18.04/Ubuntu.Dockerfile.config @@ -5,8 +5,8 @@ ubuntuImage=ubuntu:18.04 # https://packages.ubuntu.com/bionic/git # http://ppa.launchpad.net/git-core/ppa/ubuntu/dists/bionic/main/binary-amd64/ -gitLinuxComponentVersion=1:2.39.2-0ppa1~ubuntu18.04.1 -gitLinuxComponentName=Git v.2.39.2 +gitLinuxComponentVersion=1:2.40.0-0ppa1~ubuntu18.04.1 +gitLinuxComponentName=Git v.2.40.0 # https://packages.ubuntu.com/bionic/git-lfs gitLFSLinuxComponentVersion=2.3.4-1 diff --git a/configs/linux/Server/UbuntuARM/18.04/UbuntuARM.Dockerfile.config b/configs/linux/Server/UbuntuARM/18.04/UbuntuARM.Dockerfile.config index a42dc27b8..af3d907d4 100644 --- a/configs/linux/Server/UbuntuARM/18.04/UbuntuARM.Dockerfile.config +++ b/configs/linux/Server/UbuntuARM/18.04/UbuntuARM.Dockerfile.config @@ -5,8 +5,8 @@ ubuntuImage=ubuntu:18.04 # https://packages.ubuntu.com/bionic/git # http://ppa.launchpad.net/git-core/ppa/ubuntu/dists/bionic/main/binary-amd64/ -gitLinuxComponentVersion=1:2.39.2-0ppa1~ubuntu18.04.1 -gitLinuxComponentName=Git v.2.39.2 +gitLinuxComponentVersion=1:2.40.0-0ppa1~ubuntu18.04.1 +gitLinuxComponentName=Git v.2.40.0 # https://packages.ubuntu.com/bionic/git-lfs gitLFSLinuxComponentVersion=2.3.4-1 diff --git a/configs/windows.config b/configs/windows.config index 0a82d46dc..83afe5ca3 100644 --- a/configs/windows.config +++ b/configs/windows.config @@ -1,9 +1,9 @@ windowsPlatform=windows # https://github.com/git-for-windows/git/releases/ -gitWindowsComponent=https://${proxyUrl}github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip -gitWindowsComponentSHA256=a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d -gitWindowsComponentName=Git x64 v.2.39.2 Checksum (SHA256) ${gitWindowsComponentSHA256} +gitWindowsComponent=https://${proxyUrl}github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip +gitWindowsComponentSHA256=f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987 +gitWindowsComponentName=Git x64 v.2.40.0 Checksum (SHA256) ${gitWindowsComponentSHA256} # https://github.com/corretto/corretto-11/releases jdkServerWindowsComponentMD5SUM=e46d240031e3a58f6bfbd1f67044da61 diff --git a/context/generated/linux/Agent/Ubuntu/18.04/Dockerfile b/context/generated/linux/Agent/Ubuntu/18.04/Dockerfile index 5aae891bb..3bdc68bda 100644 --- a/context/generated/linux/Agent/Ubuntu/18.04/Dockerfile +++ b/context/generated/linux/Agent/Ubuntu/18.04/Dockerfile @@ -10,7 +10,7 @@ ARG dotnetLinuxComponentSHA512='cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15 ARG dotnetLinuxComponentSHA512_31='cc4b2fef46e94df88bf0fc11cb15439e79bd48da524561dffde80d3cd6db218133468ad2f6785803cf0c13f000d95ff71eb258cec76dd8eb809676ec1cb38fac' ARG dotnetLinuxComponentSHA512_50='32b5f86db3b1d4c21e3cf616d22f0e4a7374385dac0cf03cdebf3520dcf846460d9677ec1829a180920740a0237d64f6eaa2421d036a67f4fe9fb15d4f6b1db9' ARG gitLFSLinuxComponentVersion='2.3.4-1' -ARG gitLinuxComponentVersion='1:2.39.2-0ppa1~ubuntu18.04.1' +ARG gitLinuxComponentVersion='1:2.40.0-0ppa1~ubuntu18.04.1' ARG p4Version='2022.2-2407422' ARG repo='' ARG teamcityMinimalAgentImage='teamcity-minimal-agent:EAP-linux-18.04' diff --git a/context/generated/linux/Agent/Ubuntu/20.04/Dockerfile b/context/generated/linux/Agent/Ubuntu/20.04/Dockerfile index 39aad7604..a3aa9a863 100644 --- a/context/generated/linux/Agent/Ubuntu/20.04/Dockerfile +++ b/context/generated/linux/Agent/Ubuntu/20.04/Dockerfile @@ -10,7 +10,7 @@ ARG dotnetLinuxComponentSHA512='cb0d174a79d6294c302261b645dba6a479da8f7cf6c1fe15 ARG dotnetLinuxComponentSHA512_31='cc4b2fef46e94df88bf0fc11cb15439e79bd48da524561dffde80d3cd6db218133468ad2f6785803cf0c13f000d95ff71eb258cec76dd8eb809676ec1cb38fac' ARG dotnetLinuxComponentSHA512_50='32b5f86db3b1d4c21e3cf616d22f0e4a7374385dac0cf03cdebf3520dcf846460d9677ec1829a180920740a0237d64f6eaa2421d036a67f4fe9fb15d4f6b1db9' ARG gitLFSLinuxComponentVersion='2.9.2-1' -ARG gitLinuxComponentVersion='1:2.39.2-0ppa1~ubuntu20.04.1' +ARG gitLinuxComponentVersion='1:2.40.0-0ppa1~ubuntu20.04.1' ARG p4Version='2022.2-2407422' ARG repo='https://hub.docker.com/r/jetbrains/' ARG teamcityMinimalAgentImage='teamcity-minimal-agent:EAP-linux' diff --git a/context/generated/linux/Agent/UbuntuARM/18.04/Dockerfile b/context/generated/linux/Agent/UbuntuARM/18.04/Dockerfile index b70f4a329..60a79e4ca 100644 --- a/context/generated/linux/Agent/UbuntuARM/18.04/Dockerfile +++ b/context/generated/linux/Agent/UbuntuARM/18.04/Dockerfile @@ -10,7 +10,7 @@ ARG dotnetLinuxARM64ComponentSHA512='e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d ARG dotnetLinuxARM64ComponentSHA512_31='80971125650a2fa0163e39a2de98bc2e871c295b723559e6081a3ab59d99195aa5b794450f8182c5eb4e7e472ca1c13340ef1cc8a5588114c494bbb5981f19c4' ARG dotnetLinuxARM64ComponentSHA512_50='a8089fad8d21a4b582aa6c3d7162d56a21fee697fd400f050a772f67c2ace5e4196d1c4261d3e861d6dc2e5439666f112c406104d6271e5ab60cda80ef2ffc64' ARG gitLFSLinuxComponentVersion='2.3.4-1' -ARG gitLinuxComponentVersion='1:2.39.2-0ppa1~ubuntu18.04.1' +ARG gitLinuxComponentVersion='1:2.40.0-0ppa1~ubuntu18.04.1' ARG repo='' ARG teamcityMinimalAgentImage='teamcity-minimal-agent:EAP-linux-arm64-18.04' diff --git a/context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile b/context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile index 56934f4dd..12a307cc7 100644 --- a/context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile +++ b/context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile @@ -10,7 +10,7 @@ ARG dotnetLinuxARM64ComponentSHA512='e5983c1c599d6dc7c3c7496b9698e47c68247f04a5d ARG dotnetLinuxARM64ComponentSHA512_31='80971125650a2fa0163e39a2de98bc2e871c295b723559e6081a3ab59d99195aa5b794450f8182c5eb4e7e472ca1c13340ef1cc8a5588114c494bbb5981f19c4' ARG dotnetLinuxARM64ComponentSHA512_50='a8089fad8d21a4b582aa6c3d7162d56a21fee697fd400f050a772f67c2ace5e4196d1c4261d3e861d6dc2e5439666f112c406104d6271e5ab60cda80ef2ffc64' ARG gitLFSLinuxComponentVersion='2.9.2-1' -ARG gitLinuxComponentVersion='1:2.39.2-0ppa1~ubuntu20.04.1' +ARG gitLinuxComponentVersion='1:2.40.0-0ppa1~ubuntu20.04.1' ARG repo='https://hub.docker.com/r/jetbrains/' ARG teamcityMinimalAgentImage='teamcity-minimal-agent:EAP-linux-arm64' diff --git a/context/generated/linux/Server/Ubuntu/18.04/Dockerfile b/context/generated/linux/Server/Ubuntu/18.04/Dockerfile index c727858b2..01308fae3 100644 --- a/context/generated/linux/Server/Ubuntu/18.04/Dockerfile +++ b/context/generated/linux/Server/Ubuntu/18.04/Dockerfile @@ -1,6 +1,6 @@ # Default arguments ARG gitLFSLinuxComponentVersion='2.3.4-1' -ARG gitLinuxComponentVersion='1:2.39.2-0ppa1~ubuntu18.04.1' +ARG gitLinuxComponentVersion='1:2.40.0-0ppa1~ubuntu18.04.1' ARG jdkServerLinuxComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-x64.tar.gz' ARG jdkServerLinuxComponentMD5SUM='6ff46b39cbaec4218fd49c6c64077c43' ARG p4Version='2022.2-2407422' diff --git a/context/generated/linux/Server/Ubuntu/20.04/Dockerfile b/context/generated/linux/Server/Ubuntu/20.04/Dockerfile index d47b803eb..e9f06f356 100644 --- a/context/generated/linux/Server/Ubuntu/20.04/Dockerfile +++ b/context/generated/linux/Server/Ubuntu/20.04/Dockerfile @@ -1,6 +1,6 @@ # Default arguments ARG gitLFSLinuxComponentVersion='2.9.2-1' -ARG gitLinuxComponentVersion='1:2.39.2-0ppa1~ubuntu20.04.1' +ARG gitLinuxComponentVersion='1:2.40.0-0ppa1~ubuntu20.04.1' ARG jdkServerLinuxComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-x64.tar.gz' ARG jdkServerLinuxComponentMD5SUM='6ff46b39cbaec4218fd49c6c64077c43' ARG p4Version='2022.2-2407422' diff --git a/context/generated/linux/Server/UbuntuARM/18.04/Dockerfile b/context/generated/linux/Server/UbuntuARM/18.04/Dockerfile index 15bf414d0..33cefb2f3 100644 --- a/context/generated/linux/Server/UbuntuARM/18.04/Dockerfile +++ b/context/generated/linux/Server/UbuntuARM/18.04/Dockerfile @@ -1,6 +1,6 @@ # Default arguments ARG gitLFSLinuxComponentVersion='2.3.4-1' -ARG gitLinuxComponentVersion='1:2.39.2-0ppa1~ubuntu18.04.1' +ARG gitLinuxComponentVersion='1:2.40.0-0ppa1~ubuntu18.04.1' ARG jdkServerLinuxARM64Component='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-aarch64.tar.gz' ARG jdkServerLinuxARM64ComponentMD5SUM='fd96ceb7be9522eaf545b36a88a3e96a' ARG repo='' diff --git a/context/generated/linux/Server/UbuntuARM/20.04/Dockerfile b/context/generated/linux/Server/UbuntuARM/20.04/Dockerfile index 82454c9f1..3b33df5de 100644 --- a/context/generated/linux/Server/UbuntuARM/20.04/Dockerfile +++ b/context/generated/linux/Server/UbuntuARM/20.04/Dockerfile @@ -1,6 +1,6 @@ # Default arguments ARG gitLFSLinuxComponentVersion='2.9.2-1' -ARG gitLinuxComponentVersion='1:2.39.2-0ppa1~ubuntu20.04.1' +ARG gitLinuxComponentVersion='1:2.40.0-0ppa1~ubuntu20.04.1' ARG jdkServerLinuxARM64Component='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-aarch64.tar.gz' ARG jdkServerLinuxARM64ComponentMD5SUM='fd96ceb7be9522eaf545b36a88a3e96a' ARG repo='' diff --git a/context/generated/teamcity-agent.md b/context/generated/teamcity-agent.md index 51b9b2421..c40aa52b1 100644 --- a/context/generated/teamcity-agent.md +++ b/context/generated/teamcity-agent.md @@ -79,7 +79,7 @@ The docker image is available on: Installed components: -- Git v.2.39.2 +- Git v.2.40.0 - Git LFS v.2.9.2 - Mercurial - Perforce Helix Core client (p4) [2022.2-2407422](https://www.perforce.com/products/helix-core) @@ -118,7 +118,7 @@ The docker image is available on: Installed components: -- Git v.2.39.2 +- Git v.2.40.0 - Git LFS v.2.9.2 - 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) @@ -216,7 +216,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.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) Container platform: windows @@ -251,7 +251,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.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) Container platform: windows @@ -289,7 +289,7 @@ Installed components: - [.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) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) Container platform: windows @@ -326,7 +326,7 @@ Installed components: - [.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) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) Container platform: windows @@ -355,7 +355,7 @@ The docker image is not available and may be created manually. Installed components: -- Git v.2.39.2 +- Git v.2.40.0 - Git LFS v.2.3.4 - Mercurial - Perforce Helix Core client (p4) [2022.2-2407422](https://www.perforce.com/products/helix-core) @@ -417,7 +417,7 @@ The docker image is not available and may be created manually. Installed components: -- Git v.2.39.2 +- Git v.2.40.0 - Git LFS v.2.3.4 - 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) @@ -509,7 +509,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.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) Container platform: windows @@ -541,7 +541,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.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) Container platform: windows @@ -576,7 +576,7 @@ Installed components: - [.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) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) Container platform: windows @@ -609,7 +609,7 @@ Installed components: - [.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) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) Container platform: windows @@ -643,7 +643,7 @@ Installed components: - [.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) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) Container platform: windows diff --git a/context/generated/teamcity-server.md b/context/generated/teamcity-server.md index aba205e95..afd00ca0f 100644 --- a/context/generated/teamcity-server.md +++ b/context/generated/teamcity-server.md @@ -58,7 +58,7 @@ The docker image is available on: Installed components: - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) 6ff46b39cbaec4218fd49c6c64077c43](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-x64.tar.gz) -- Git v.2.39.2 +- Git v.2.40.0 - Git LFS v.2.9.2 - Perforce Helix Core client (p4) [2022.2-2407422](https://www.perforce.com/products/helix-core) @@ -89,7 +89,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) Container platform: windows @@ -118,7 +118,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) Container platform: windows @@ -143,7 +143,7 @@ The docker image is not available and may be created manually. Installed components: - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) 6ff46b39cbaec4218fd49c6c64077c43](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-x64.tar.gz) -- Git v.2.39.2 +- Git v.2.40.0 - Git LFS v.2.3.4 - Perforce Helix Core client (p4) [2022.2-2407422](https://www.perforce.com/products/helix-core) @@ -170,7 +170,7 @@ The docker image is not available and may be created manually. Installed components: - [JDK Amazon Corretto aarch64 v.11.0.16.9.1 Checksum (MD5) fd96ceb7be9522eaf545b36a88a3e96a](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-aarch64.tar.gz) -- Git v.2.39.2 +- Git v.2.40.0 - Git LFS v.2.9.2 Container platform: linux @@ -196,7 +196,7 @@ The docker image is not available and may be created manually. Installed components: - [JDK Amazon Corretto aarch64 v.11.0.16.9.1 Checksum (MD5) fd96ceb7be9522eaf545b36a88a3e96a](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-linux-aarch64.tar.gz) -- Git v.2.39.2 +- Git v.2.40.0 - Git LFS v.2.3.4 Container platform: linux @@ -223,7 +223,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) Container platform: windows @@ -249,7 +249,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) Container platform: windows @@ -275,7 +275,7 @@ Installed components: - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [JDK Amazon Corretto x64 v.11.0.16.9.1 Checksum (MD5) e46d240031e3a58f6bfbd1f67044da61](https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip) -- [Git x64 v.2.39.2 Checksum (SHA256) a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d](https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip) +- [Git x64 v.2.40.0 Checksum (SHA256) f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987](https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip) Container platform: windows diff --git a/context/generated/windows/Agent/windowsservercore/1803/Dockerfile b/context/generated/windows/Agent/windowsservercore/1803/Dockerfile index 557a3920e..12ac40d98 100644 --- a/context/generated/windows/Agent/windowsservercore/1803/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1803/Dockerfile @@ -5,8 +5,8 @@ ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5. ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' -ARG gitWindowsComponentSHA256='a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' +ARG gitWindowsComponentSHA256='f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='e46d240031e3a58f6bfbd1f67044da61' ARG mercurialWindowsComponent='https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi' diff --git a/context/generated/windows/Agent/windowsservercore/1809/Dockerfile b/context/generated/windows/Agent/windowsservercore/1809/Dockerfile index d34283213..a6fea523f 100644 --- a/context/generated/windows/Agent/windowsservercore/1809/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1809/Dockerfile @@ -5,8 +5,8 @@ ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5. ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' -ARG gitWindowsComponentSHA256='a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' +ARG gitWindowsComponentSHA256='f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='e46d240031e3a58f6bfbd1f67044da61' ARG mercurialWindowsComponent='https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi' diff --git a/context/generated/windows/Agent/windowsservercore/1903/Dockerfile b/context/generated/windows/Agent/windowsservercore/1903/Dockerfile index 56a96fb86..b72d44cef 100644 --- a/context/generated/windows/Agent/windowsservercore/1903/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1903/Dockerfile @@ -5,8 +5,8 @@ ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5. ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' -ARG gitWindowsComponentSHA256='a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' +ARG gitWindowsComponentSHA256='f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='e46d240031e3a58f6bfbd1f67044da61' ARG mercurialWindowsComponent='https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi' diff --git a/context/generated/windows/Agent/windowsservercore/1909/Dockerfile b/context/generated/windows/Agent/windowsservercore/1909/Dockerfile index f3488f352..11f0eb8ee 100644 --- a/context/generated/windows/Agent/windowsservercore/1909/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1909/Dockerfile @@ -5,8 +5,8 @@ ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5. ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' -ARG gitWindowsComponentSHA256='a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' +ARG gitWindowsComponentSHA256='f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='e46d240031e3a58f6bfbd1f67044da61' ARG mercurialWindowsComponent='https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi' diff --git a/context/generated/windows/Agent/windowsservercore/2004/Dockerfile b/context/generated/windows/Agent/windowsservercore/2004/Dockerfile index d13845fe4..e3c2fe9b6 100644 --- a/context/generated/windows/Agent/windowsservercore/2004/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/2004/Dockerfile @@ -5,8 +5,8 @@ ARG dotnetWindowsComponent_50='https://dotnetcli.azureedge.net/dotnet/Runtime/5. ARG dotnetWindowsComponentSHA512='d2fa2f0d2b4550ac3408b924ab356add378af1d0f639623f0742e37f57b3f2b525d81f5d5c029303b6d95fed516b04a7b6c3a98f27f770fc8b4e76414cf41660' ARG dotnetWindowsComponentSHA512_31='7ba766b2f388ab09beee6a465f1eeb6b9a6858c8b6da51dacc79622b110558ef6211a40e715a16b526f2da08216c99143570b8253ff2c5ad874400475d1feb44' ARG dotnetWindowsComponentSHA512_50='636f22bfbfd98c80c96f2fc3815beb42ee2699cf2a410eeba24ddcc9304bc39594260eca4061b012d4b02b9c4592fa6927343077df053343a9c344a9289658e1' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' -ARG gitWindowsComponentSHA256='a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' +ARG gitWindowsComponentSHA256='f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='e46d240031e3a58f6bfbd1f67044da61' ARG mercurialWindowsComponent='https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi' diff --git a/context/generated/windows/Server/nanoserver/1803/Dockerfile b/context/generated/windows/Server/nanoserver/1803/Dockerfile index 04113e71c..1abf7ac57 100644 --- a/context/generated/windows/Server/nanoserver/1803/Dockerfile +++ b/context/generated/windows/Server/nanoserver/1803/Dockerfile @@ -1,5 +1,5 @@ # Default arguments -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG powershellImage='mcr.microsoft.com/powershell:nanoserver-1803' ARG windowsBuild='1803' diff --git a/context/generated/windows/Server/nanoserver/1809/Dockerfile b/context/generated/windows/Server/nanoserver/1809/Dockerfile index c0c61a4d7..910219d4f 100644 --- a/context/generated/windows/Server/nanoserver/1809/Dockerfile +++ b/context/generated/windows/Server/nanoserver/1809/Dockerfile @@ -1,6 +1,6 @@ # Default arguments -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' -ARG gitWindowsComponentSHA256='a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' +ARG gitWindowsComponentSHA256='f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG jdkServerWindowsComponentMD5SUM='e46d240031e3a58f6bfbd1f67044da61' ARG nanoserverImage='mcr.microsoft.com/windows/nanoserver:1809' diff --git a/context/generated/windows/Server/nanoserver/1903/Dockerfile b/context/generated/windows/Server/nanoserver/1903/Dockerfile index 32f374df7..184ec87a5 100644 --- a/context/generated/windows/Server/nanoserver/1903/Dockerfile +++ b/context/generated/windows/Server/nanoserver/1903/Dockerfile @@ -1,6 +1,6 @@ # Default arguments -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' -ARG gitWindowsComponentSHA256='a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' +ARG gitWindowsComponentSHA256='f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG jdkServerWindowsComponentMD5SUM='e46d240031e3a58f6bfbd1f67044da61' ARG nanoserverImage='mcr.microsoft.com/windows/nanoserver:1903' diff --git a/context/generated/windows/Server/nanoserver/1909/Dockerfile b/context/generated/windows/Server/nanoserver/1909/Dockerfile index 498a2aaf2..cef1c5459 100644 --- a/context/generated/windows/Server/nanoserver/1909/Dockerfile +++ b/context/generated/windows/Server/nanoserver/1909/Dockerfile @@ -1,6 +1,6 @@ # Default arguments -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' -ARG gitWindowsComponentSHA256='a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' +ARG gitWindowsComponentSHA256='f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG jdkServerWindowsComponentMD5SUM='e46d240031e3a58f6bfbd1f67044da61' ARG nanoserverImage='mcr.microsoft.com/windows/nanoserver:1909' diff --git a/context/generated/windows/Server/nanoserver/2004/Dockerfile b/context/generated/windows/Server/nanoserver/2004/Dockerfile index e842a358b..ef68e0706 100644 --- a/context/generated/windows/Server/nanoserver/2004/Dockerfile +++ b/context/generated/windows/Server/nanoserver/2004/Dockerfile @@ -1,6 +1,6 @@ # Default arguments -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip' -ARG gitWindowsComponentSHA256='a53b90a42d9a5e3ac992f525b5805c4dbb8a013b09a32edfdcf9a551fd8cfe2d' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.40.0.windows.1/MinGit-2.40.0-64-bit.zip' +ARG gitWindowsComponentSHA256='f3e898f8856e80c66b367c80396c6debc46ae0b258ab9fd00ee08b4812c8f987' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/11.0.16.9.1/amazon-corretto-11.0.16.9.1-windows-x64-jdk.zip' ARG jdkServerWindowsComponentMD5SUM='e46d240031e3a58f6bfbd1f67044da61' ARG nanoserverImage='mcr.microsoft.com/windows/nanoserver:2004'