-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TW-83347] Update .NET Runtime / SDK versions within TeamCity Docker …
…Images (#102) Update .NET Runtime versions: * 3.1.21 -> 3.1.32 * 5.0.12 -> 5.0.17 * 6.0.0 (SDK 6.0.100) -> 6.0.21 (SDK 6.0.413)
- Loading branch information
1 parent
489b48d
commit f805556
Showing
51 changed files
with
351 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/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" | ||
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" |
Oops, something went wrong.