From b249d32934e17eaca393fb2bf5f7d20fc5673999 Mon Sep 17 00:00:00 2001 From: Andrey Koltsov Date: Tue, 26 Nov 2024 19:04:53 +0100 Subject: [PATCH] Update Git within Linux and Windows-based images. (#175) --- configs/linux.config | 4 +- configs/windows.config | 6 +-- .../linux/Agent/Ubuntu/20.04/Dockerfile | 2 +- .../linux/Agent/Ubuntu/22.04/Dockerfile | 2 +- .../linux/Agent/UbuntuARM/20.04/Dockerfile | 2 +- .../linux/Agent/UbuntuARM/22.04/Dockerfile | 2 +- .../linux/Server/Ubuntu/20.04/Dockerfile | 2 +- .../linux/Server/Ubuntu/22.04/Dockerfile | 4 +- .../linux/Server/UbuntuARM/20.04/Dockerfile | 2 +- .../linux/Server/UbuntuARM/22.04/Dockerfile | 4 +- context/generated/teamcity-agent.md | 38 +++++++++---------- 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/2022/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/2022/Dockerfile | 4 +- 22 files changed, 62 insertions(+), 62 deletions(-) diff --git a/configs/linux.config b/configs/linux.config index 029aee8c..b6809c15 100644 --- a/configs/linux.config +++ b/configs/linux.config @@ -18,8 +18,8 @@ dotnetLinuxComponentName=${dotnetComponentName} x86 Checksum (SHA512) ${dotnetLi # https://packages.ubuntu.com/focal/git # http://ppa.launchpad.net/git-core/ppa/ubuntu/dists/focal/main/binary-amd64/ -gitLinuxComponentVersion=1:2.47.0-0ppa2~ubuntu22.04.1 -gitLinuxComponentName=Git v.2.47.0 +gitLinuxComponentVersion=1:2.47.1-0ppa1~ubuntu22.04.1 +gitLinuxComponentName=Git v.2.47.1 # https://packages.ubuntu.com/focal/git-lfs gitLFSLinuxComponentVersion=3.0.2-1 diff --git a/configs/windows.config b/configs/windows.config index aad11d83..486b4996 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.47.0.windows.1/MinGit-2.47.0-64-bit.zip -gitWindowsComponentSHA256=6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8 -gitWindowsComponentName=Git x64 v.2.47.0 Checksum (SHA256) ${gitWindowsComponentSHA256} +gitWindowsComponent=https://${proxyUrl}github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip +gitWindowsComponentSHA256=50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a +gitWindowsComponentName=Git x64 v.2.47.1 Checksum (SHA256) ${gitWindowsComponentSHA256} # https://github.com/corretto/corretto-17/releases jdkServerWindowsComponentMD5SUM=feb7eab99c647a0b4347be9f0a3276de diff --git a/context/generated/linux/Agent/Ubuntu/20.04/Dockerfile b/context/generated/linux/Agent/Ubuntu/20.04/Dockerfile index da776c0b..dd1b4821 100644 --- a/context/generated/linux/Agent/Ubuntu/20.04/Dockerfile +++ b/context/generated/linux/Agent/Ubuntu/20.04/Dockerfile @@ -5,7 +5,7 @@ ARG dotnetLibs='libc6 libgcc1 libgssapi-krb5-2 libicu66 libssl1.1 libstdc++6 zli ARG dotnetLinuxComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-linux-x64.tar.gz' ARG dotnetLinuxComponentSHA512='ee0a77d54e6d4917be7310ff0abb3bad5525bfb4beb1db0c215e65f64eb46511f5f12d6c7ff465a1d4ab38577e6a1950fde479ee94839c50e627020328a702de' ARG gitLFSLinuxComponentVersion='3.0.2-1' -ARG gitLinuxComponentVersion='1:2.47.0-0ppa2~ubuntu22.04.1' +ARG gitLinuxComponentVersion='1:2.47.1-0ppa1~ubuntu22.04.1' ARG p4Version='2022.2-2637361' ARG repo='https://hub.docker.com/r/jetbrains/' ARG teamcityMinimalAgentImage='teamcity-minimal-agent:EAP-linux' diff --git a/context/generated/linux/Agent/Ubuntu/22.04/Dockerfile b/context/generated/linux/Agent/Ubuntu/22.04/Dockerfile index cb3689a0..cb9ab75f 100644 --- a/context/generated/linux/Agent/Ubuntu/22.04/Dockerfile +++ b/context/generated/linux/Agent/Ubuntu/22.04/Dockerfile @@ -5,7 +5,7 @@ ARG dotnetLibs='libc6 libgcc1 libgssapi-krb5-2 libicu70 libssl3 libstdc++6 zlib1 ARG dotnetLinuxComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-linux-x64.tar.gz' ARG dotnetLinuxComponentSHA512='ee0a77d54e6d4917be7310ff0abb3bad5525bfb4beb1db0c215e65f64eb46511f5f12d6c7ff465a1d4ab38577e6a1950fde479ee94839c50e627020328a702de' ARG gitLFSLinuxComponentVersion='3.0.2-1' -ARG gitLinuxComponentVersion='1:2.47.0-0ppa2~ubuntu22.04.1' +ARG gitLinuxComponentVersion='1:2.47.1-0ppa1~ubuntu22.04.1' ARG p4Version='2022.2-2637361' ARG repo='https://hub.docker.com/r/jetbrains/' ARG teamcityMinimalAgentImage='teamcity-minimal-agent:EAP-linux' diff --git a/context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile b/context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile index 4f56dfeb..603a7a21 100644 --- a/context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile +++ b/context/generated/linux/Agent/UbuntuARM/20.04/Dockerfile @@ -5,7 +5,7 @@ ARG dotnetLibs='libc6 libgcc1 libgssapi-krb5-2 libicu66 libssl1.1 libstdc++6 zli ARG dotnetLinuxARM64Component='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-linux-arm64.tar.gz' ARG dotnetLinuxARM64ComponentSHA512='7f05a9774d79e694da5a6115d9916abf87a65e40bd6bdaa5dca1f705795436bc8e764242f7045207386a86732ef5519f60bdb516a3860e4860bca7ee91a21759' ARG gitLFSLinuxComponentVersion='3.0.2-1' -ARG gitLinuxComponentVersion='1:2.47.0-0ppa2~ubuntu22.04.1' +ARG gitLinuxComponentVersion='1:2.47.1-0ppa1~ubuntu22.04.1' ARG repo='https://hub.docker.com/r/jetbrains/' ARG teamcityMinimalAgentImage='teamcity-minimal-agent:EAP-linux-arm64' diff --git a/context/generated/linux/Agent/UbuntuARM/22.04/Dockerfile b/context/generated/linux/Agent/UbuntuARM/22.04/Dockerfile index 43ee7a21..fe6f4644 100644 --- a/context/generated/linux/Agent/UbuntuARM/22.04/Dockerfile +++ b/context/generated/linux/Agent/UbuntuARM/22.04/Dockerfile @@ -5,7 +5,7 @@ ARG dotnetLibs='libc6 libgcc1 libgssapi-krb5-2 libicu70 libssl3 libstdc++6 zlib1 ARG dotnetLinuxARM64Component='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-linux-arm64.tar.gz' ARG dotnetLinuxARM64ComponentSHA512='7f05a9774d79e694da5a6115d9916abf87a65e40bd6bdaa5dca1f705795436bc8e764242f7045207386a86732ef5519f60bdb516a3860e4860bca7ee91a21759' ARG gitLFSLinuxComponentVersion='3.0.2-1' -ARG gitLinuxComponentVersion='1:2.47.0-0ppa2~ubuntu22.04.1' +ARG gitLinuxComponentVersion='1:2.47.1-0ppa1~ubuntu22.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/20.04/Dockerfile b/context/generated/linux/Server/Ubuntu/20.04/Dockerfile index 0844eafe..4f6d9e24 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='3.0.2-1' -ARG gitLinuxComponentVersion='1:2.47.0-0ppa2~ubuntu22.04.1' +ARG gitLinuxComponentVersion='1:2.47.1-0ppa1~ubuntu22.04.1' ARG jdkServerLinuxComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz' ARG jdkServerLinuxComponentMD5SUM='443750a02c28ff2807c80032ee2e8ebc' ARG p4Version='2022.2-2637361' diff --git a/context/generated/linux/Server/Ubuntu/22.04/Dockerfile b/context/generated/linux/Server/Ubuntu/22.04/Dockerfile index f01cf340..fcafee79 100644 --- a/context/generated/linux/Server/Ubuntu/22.04/Dockerfile +++ b/context/generated/linux/Server/Ubuntu/22.04/Dockerfile @@ -1,6 +1,6 @@ # Default arguments ARG gitLFSLinuxComponentVersion='3.0.2-1' -ARG gitLinuxComponentVersion='1:2.47.0-0ppa2~ubuntu22.04.1' +ARG gitLinuxComponentVersion='1:2.47.1-0ppa1~ubuntu22.04.1' ARG jdkServerLinuxComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz' ARG jdkServerLinuxComponentMD5SUM='443750a02c28ff2807c80032ee2e8ebc' ARG p4Version='2022.2-2637361' @@ -90,7 +90,7 @@ COPY run-server-services.sh /run-services.sh RUN chmod +x /welcome.sh /run-server.sh /run-services.sh && sync && \ groupadd -g 1000 tcuser && \ - useradd -r -u 1000 -g tcuser -d $TEAMCITY_DIST tcuser && \ + useradd -r -m -u 1000 -g tcuser -d $TEAMCITY_DIST tcuser && \ echo '[ ! -z "$TERM" -a -x /welcome.sh -a -x /welcome.sh ] && /welcome.sh' >> /etc/bash.bashrc && \ sed -i -e 's/\r$//' /welcome.sh && \ sed -i -e 's/\r$//' /run-server.sh && \ diff --git a/context/generated/linux/Server/UbuntuARM/20.04/Dockerfile b/context/generated/linux/Server/UbuntuARM/20.04/Dockerfile index ff29bf54..3d0035ae 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='3.0.2-1' -ARG gitLinuxComponentVersion='1:2.47.0-0ppa2~ubuntu22.04.1' +ARG gitLinuxComponentVersion='1:2.47.1-0ppa1~ubuntu22.04.1' ARG jdkServerLinuxARM64Component='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-aarch64.tar.gz' ARG jdkServerLinuxARM64ComponentMD5SUM='c55e3d0615fac07f948ac3adaed818e9' ARG repo='' diff --git a/context/generated/linux/Server/UbuntuARM/22.04/Dockerfile b/context/generated/linux/Server/UbuntuARM/22.04/Dockerfile index 2ad70b26..01335515 100644 --- a/context/generated/linux/Server/UbuntuARM/22.04/Dockerfile +++ b/context/generated/linux/Server/UbuntuARM/22.04/Dockerfile @@ -1,6 +1,6 @@ # Default arguments ARG gitLFSLinuxComponentVersion='3.0.2-1' -ARG gitLinuxComponentVersion='1:2.47.0-0ppa2~ubuntu22.04.1' +ARG gitLinuxComponentVersion='1:2.47.1-0ppa1~ubuntu22.04.1' ARG jdkServerLinuxARM64Component='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-aarch64.tar.gz' ARG jdkServerLinuxARM64ComponentMD5SUM='c55e3d0615fac07f948ac3adaed818e9' ARG repo='' @@ -80,7 +80,7 @@ COPY run-server-services.sh /run-services.sh RUN chmod +x /welcome.sh /run-server.sh /run-services.sh && sync && \ groupadd -g 1000 tcuser && \ - useradd -r -u 1000 -g tcuser tcuser && \ + useradd -r -m -u 1000 -g tcuser tcuser && \ echo '[ ! -z "$TERM" -a -x /welcome.sh -a -x /welcome.sh ] && /welcome.sh' >> /etc/bash.bashrc && \ sed -i -e 's/\r$//' /welcome.sh && \ sed -i -e 's/\r$//' /run-server.sh && \ diff --git a/context/generated/teamcity-agent.md b/context/generated/teamcity-agent.md index 809eb6b4..1b6065bb 100644 --- a/context/generated/teamcity-agent.md +++ b/context/generated/teamcity-agent.md @@ -99,7 +99,7 @@ Installed components: - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) 443750a02c28ff2807c80032ee2e8ebc](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) - Git LFS v.3.0.2-1 -- Git v.2.47.0 +- Git v.2.47.1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) - [Containerd.io v1.6.28-2](https://github.com/containerd/containerd/releases/tag/v1.6.28) @@ -140,7 +140,7 @@ Installed components: - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) 443750a02c28ff2807c80032ee2e8ebc](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) - Git LFS v.3.0.2-1 -- Git v.2.47.0 +- Git v.2.47.1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) - [Containerd.io v1.6.28-2](https://github.com/containerd/containerd/releases/tag/v1.6.28) @@ -178,7 +178,7 @@ Installed components: - [JDK Amazon Corretto aarch64 v.17.0.7.7.1 Checksum (MD5) c55e3d0615fac07f948ac3adaed818e9](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-aarch64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) -- Git v.2.47.0 +- Git v.2.47.1 - Git LFS v.3.0.2-1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) @@ -216,7 +216,7 @@ Installed components: - [JDK Amazon Corretto aarch64 v.17.0.7.7.1 Checksum (MD5) c55e3d0615fac07f948ac3adaed818e9](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-aarch64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) -- Git v.2.47.0 +- Git v.2.47.1 - Git LFS v.3.0.2-1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) @@ -255,7 +255,7 @@ Installed components: - [JDK Amazon Corretto aarch64 v.17.0.7.7.1 Checksum (MD5) c55e3d0615fac07f948ac3adaed818e9](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-aarch64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) -- Git v.2.47.0 +- Git v.2.47.1 - Git LFS v.3.0.2-1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) @@ -295,7 +295,7 @@ Installed components: - [JDK Amazon Corretto aarch64 v.17.0.7.7.1 Checksum (MD5) c55e3d0615fac07f948ac3adaed818e9](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-aarch64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) -- Git v.2.47.0 +- Git v.2.47.1 - Git LFS v.3.0.2-1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) @@ -336,7 +336,7 @@ Installed components: - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) 443750a02c28ff2807c80032ee2e8ebc](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) - Git LFS v.3.0.2-1 -- Git v.2.47.0 +- Git v.2.47.1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) - [Containerd.io v1.6.28-2](https://github.com/containerd/containerd/releases/tag/v1.6.28) @@ -377,7 +377,7 @@ Installed components: - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) 443750a02c28ff2807c80032ee2e8ebc](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) - Git LFS v.3.0.2-1 -- Git v.2.47.0 +- Git v.2.47.1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) - [Containerd.io v1.6.28-2](https://github.com/containerd/containerd/releases/tag/v1.6.28) @@ -416,7 +416,7 @@ Installed components: - [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) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [Git x64 v.2.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [.NET SDK v.6.0.413 (LTS) x86 Checksum (SHA512) a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) Container platform: windows @@ -451,7 +451,7 @@ Installed components: - [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) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [Git x64 v.2.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [.NET SDK v.6.0.413 (LTS) x86 Checksum (SHA512) a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) Container platform: windows @@ -485,7 +485,7 @@ The docker image is available on: Installed components: - [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.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) - [.NET SDK v.6.0.413 (LTS) x86 Checksum (SHA512) a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) @@ -520,7 +520,7 @@ The docker image is available on: Installed components: - [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.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) - [.NET SDK v.6.0.413 (LTS) x86 Checksum (SHA512) a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) @@ -593,7 +593,7 @@ Installed components: - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) 443750a02c28ff2807c80032ee2e8ebc](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) - Git LFS v.3.0.2-1 -- Git v.2.47.0 +- Git v.2.47.1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) - [Containerd.io v1.6.28-2](https://github.com/containerd/containerd/releases/tag/v1.6.28) @@ -665,7 +665,7 @@ Installed components: - [JDK Amazon Corretto aarch64 v.17.0.7.7.1 Checksum (MD5) c55e3d0615fac07f948ac3adaed818e9](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-aarch64.tar.gz) - [Python venv](https://docs.python.org/3/library/venv.html#module-venv) -- Git v.2.47.0 +- Git v.2.47.1 - Git LFS v.3.0.2-1 - Mercurial - [Docker v.27.3.1](https://docs.docker.com/engine/release-notes/27) @@ -730,7 +730,7 @@ Installed components: - [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) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [Git x64 v.2.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [.NET SDK v.6.0.413 (LTS) x86 Checksum (SHA512) a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) Container platform: windows @@ -762,7 +762,7 @@ Installed components: - [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) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [Git x64 v.2.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [.NET SDK v.6.0.413 (LTS) x86 Checksum (SHA512) a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) Container platform: windows @@ -793,7 +793,7 @@ The docker image is not available and may be created manually. Installed components: - [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.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) - [.NET SDK v.6.0.413 (LTS) x86 Checksum (SHA512) a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) @@ -824,7 +824,7 @@ The docker image is not available and may be created manually. Installed components: - [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.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) - [.NET SDK v.6.0.413 (LTS) x86 Checksum (SHA512) a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) @@ -856,7 +856,7 @@ The docker image is not available and may be created manually. Installed components: - [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.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) - [Mercurial x64 v.5.9.1](https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi) - [.NET SDK v.6.0.413 (LTS) x86 Checksum (SHA512) a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip) diff --git a/context/generated/teamcity-server.md b/context/generated/teamcity-server.md index 87ba942f..b2fb5af3 100644 --- a/context/generated/teamcity-server.md +++ b/context/generated/teamcity-server.md @@ -69,7 +69,7 @@ The docker image is available on: Installed components: - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) 443750a02c28ff2807c80032ee2e8ebc](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz) -- Git v.2.47.0 +- Git v.2.47.1 - Git LFS v.3.0.2-1 - Perforce Helix Core client (p4) [2022.2-2637361](https://www.perforce.com/products/helix-core) @@ -99,7 +99,7 @@ The docker image is available on: Installed components: - [JDK Amazon Corretto x64 v.17.0.7.7.1 Checksum (MD5) 443750a02c28ff2807c80032ee2e8ebc](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-x64.tar.gz) -- Git v.2.47.0 +- Git v.2.47.1 - Git LFS v.3.0.2-1 - Perforce Helix Core client (p4) [2022.2-2637361](https://www.perforce.com/products/helix-core) @@ -130,7 +130,7 @@ Installed components: - [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) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [Git x64 v.2.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) Container platform: windows @@ -159,7 +159,7 @@ Installed components: - [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) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [Git x64 v.2.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) Container platform: windows @@ -211,7 +211,7 @@ The docker image is not available and may be created manually. Installed components: - [JDK Amazon Corretto aarch64 v.17.0.7.7.1 Checksum (MD5) c55e3d0615fac07f948ac3adaed818e9](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-aarch64.tar.gz) -- Git v.2.47.0 +- Git v.2.47.1 - Git LFS v.3.0.2-1 Container platform: linux @@ -237,7 +237,7 @@ The docker image is not available and may be created manually. Installed components: - [JDK Amazon Corretto aarch64 v.17.0.7.7.1 Checksum (MD5) c55e3d0615fac07f948ac3adaed818e9](https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-linux-aarch64.tar.gz) -- Git v.2.47.0 +- Git v.2.47.1 - Git LFS v.3.0.2-1 Container platform: linux @@ -289,7 +289,7 @@ The docker image is not available and may be created manually. Installed components: - [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.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) Container platform: windows @@ -316,7 +316,7 @@ Installed components: - [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) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [Git x64 v.2.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip) Container platform: windows @@ -342,7 +342,7 @@ Installed components: - [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) - [PowerShell](https://github.com/PowerShell/PowerShell#get-powershell) -- [Git x64 v.2.47.0 Checksum (SHA256) 6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8](https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip) +- [Git x64 v.2.47.1 Checksum (SHA256) 50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a](https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-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 d9fc5cb2..027de5a2 100644 --- a/context/generated/windows/Agent/windowsservercore/1803/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1803/Dockerfile @@ -1,8 +1,8 @@ # Default arguments ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' ARG dotnetWindowsComponentSHA512='a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip' -ARG gitWindowsComponentSHA256='6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' +ARG gitWindowsComponentSHA256='50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='feb7eab99c647a0b4347be9f0a3276de' 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 8b2d49e5..ba383664 100644 --- a/context/generated/windows/Agent/windowsservercore/1809/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1809/Dockerfile @@ -1,8 +1,8 @@ # Default arguments ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' ARG dotnetWindowsComponentSHA512='a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip' -ARG gitWindowsComponentSHA256='6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' +ARG gitWindowsComponentSHA256='50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='feb7eab99c647a0b4347be9f0a3276de' 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 e98a7d34..8cd6d3c7 100644 --- a/context/generated/windows/Agent/windowsservercore/1903/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1903/Dockerfile @@ -1,8 +1,8 @@ # Default arguments ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' ARG dotnetWindowsComponentSHA512='a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip' -ARG gitWindowsComponentSHA256='6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' +ARG gitWindowsComponentSHA256='50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='feb7eab99c647a0b4347be9f0a3276de' 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 00d9b3ef..254499f0 100644 --- a/context/generated/windows/Agent/windowsservercore/1909/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/1909/Dockerfile @@ -1,8 +1,8 @@ # Default arguments ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' ARG dotnetWindowsComponentSHA512='a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip' -ARG gitWindowsComponentSHA256='6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' +ARG gitWindowsComponentSHA256='50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='feb7eab99c647a0b4347be9f0a3276de' ARG mercurialWindowsComponent='https://www.mercurial-scm.org/release/windows/mercurial-5.9.1-x64.msi' diff --git a/context/generated/windows/Agent/windowsservercore/2022/Dockerfile b/context/generated/windows/Agent/windowsservercore/2022/Dockerfile index f346944a..637698c0 100644 --- a/context/generated/windows/Agent/windowsservercore/2022/Dockerfile +++ b/context/generated/windows/Agent/windowsservercore/2022/Dockerfile @@ -1,8 +1,8 @@ # Default arguments ARG dotnetWindowsComponent='https://dotnetcli.blob.core.windows.net/dotnet/Sdk/6.0.413/dotnet-sdk-6.0.413-win-x64.zip' ARG dotnetWindowsComponentSHA512='a9e1bbb52484ad0667b258451ebb6b47ce6c7b788c015aee8a86c5e0c4dcf4ee8c82d796921869d64c92bb2afef2c7ceea09cfe255d8519d48f2471a098c361e' -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip' -ARG gitWindowsComponentSHA256='6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' +ARG gitWindowsComponentSHA256='50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a' ARG jdkWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' ARG jdkWindowsComponentMD5SUM='feb7eab99c647a0b4347be9f0a3276de' 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 213683a3..2e18c8c3 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.47.0.windows.1/MinGit-2.47.0-64-bit.zip' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.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 da3b9174..8a68a23c 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.47.0.windows.1/MinGit-2.47.0-64-bit.zip' -ARG gitWindowsComponentSHA256='6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' +ARG gitWindowsComponentSHA256='50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' ARG jdkServerWindowsComponentMD5SUM='feb7eab99c647a0b4347be9f0a3276de' 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 7a6a58b2..9cafbc49 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.47.0.windows.1/MinGit-2.47.0-64-bit.zip' -ARG gitWindowsComponentSHA256='6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' +ARG gitWindowsComponentSHA256='50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' ARG jdkServerWindowsComponentMD5SUM='feb7eab99c647a0b4347be9f0a3276de' 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 89d8f37b..20b74e39 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.47.0.windows.1/MinGit-2.47.0-64-bit.zip' -ARG gitWindowsComponentSHA256='6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' +ARG gitWindowsComponentSHA256='50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' ARG jdkServerWindowsComponentMD5SUM='feb7eab99c647a0b4347be9f0a3276de' ARG nanoserverImage='mcr.microsoft.com/windows/nanoserver:1909' diff --git a/context/generated/windows/Server/nanoserver/2022/Dockerfile b/context/generated/windows/Server/nanoserver/2022/Dockerfile index ac808691..1cb735f7 100644 --- a/context/generated/windows/Server/nanoserver/2022/Dockerfile +++ b/context/generated/windows/Server/nanoserver/2022/Dockerfile @@ -1,6 +1,6 @@ # Default arguments -ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.0.windows.1/MinGit-2.47.0-64-bit.zip' -ARG gitWindowsComponentSHA256='6b175d4675bfa7014ba649e3c0976da2a281d89bd9a096f1f41437f9995497a8' +ARG gitWindowsComponent='https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/MinGit-2.47.1-64-bit.zip' +ARG gitWindowsComponentSHA256='50b04b55425b5c465d076cdb184f63a0cd0f86f6ec8bb4d5860114a713d2c29a' ARG jdkServerWindowsComponent='https://corretto.aws/downloads/resources/17.0.7.7.1/amazon-corretto-17.0.7.7.1-windows-x64-jdk.zip' ARG jdkServerWindowsComponentMD5SUM='feb7eab99c647a0b4347be9f0a3276de' ARG nanoserverImage='mcr.microsoft.com/windows/nanoserver:ltsc2022'