File tree Expand file tree Collapse file tree 6 files changed +12
-14
lines changed Expand file tree Collapse file tree 6 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" Artifacts DotnetTool Test" type =" DotNetProject" factoryName =" .NET Project" folderName =" Artifacts" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/artifacts" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsDotnetToolTest --arch=amd64 --dotnet_version=8.0 --docker_distro=alpine.3.20 " />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsDotnetToolTest --arch=amd64 --dotnet_version=8.0 --docker_distro=alpine.3.21 " />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<envs >
20
20
<option name =" Build" />
21
21
</method >
22
22
</configuration >
23
- </component >
23
+ </component >
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" Artifacts MsBuildCore Test" type =" DotNetProject" factoryName =" .NET Project" folderName =" Artifacts" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/artifacts" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsMsBuildCoreTest --arch=amd64 --dotnet_version=8.0 --docker_distro=alpine.3.20 " />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsMsBuildCoreTest --arch=amd64 --dotnet_version=8.0 --docker_distro=alpine.3.21 " />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<envs >
20
20
<option name =" Build" />
21
21
</method >
22
22
</configuration >
23
- </component >
23
+ </component >
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" Artifacts Native Test" type =" DotNetProject" factoryName =" .NET Project" folderName =" Artifacts" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/artifacts" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsNativeTest --arch=amd64 --dotnet_version=8.0 --docker_distro=alpine.3.20 " />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsNativeTest --arch=amd64 --dotnet_version=8.0 --docker_distro=alpine.3.21 " />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<envs >
20
20
<option name =" Build" />
21
21
</method >
22
22
</configuration >
23
- </component >
23
+ </component >
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" Artifacts Prepare" type =" DotNetProject" factoryName =" .NET Project" folderName =" Artifacts" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/artifacts" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsPrepare --dotnet_version=8.0 --docker_distro=alpine.3.20 " />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsPrepare --dotnet_version=8.0 --docker_distro=alpine.3.21 " />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<envs >
20
20
<option name =" Build" />
21
21
</method >
22
22
</configuration >
23
- </component >
23
+ </component >
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" Artifacts Test" type =" DotNetProject" factoryName =" .NET Project" folderName =" Artifacts" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/artifacts" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsTest --dotnet_version=8.0 --docker_distro=alpine.3.20 " />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=ArtifactsTest --dotnet_version=8.0 --docker_distro=alpine.3.21 " />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<envs >
20
20
<option name =" Build" />
21
21
</method >
22
22
</configuration >
23
- </component >
23
+ </component >
Original file line number Diff line number Diff line change @@ -24,11 +24,10 @@ public static class Constants
24
24
public const string GitHubContainerRegistry = "ghcr.io" ;
25
25
public static readonly string [ ] DockerRegistries = [ DockerHub , GitHub ] ;
26
26
27
- public const string AlpineLatest = "alpine.3.20 " ;
27
+ public const string AlpineLatest = "alpine.3.21 " ;
28
28
public const string CentosStreamLatest = "centos.stream.9" ;
29
29
public const string DebianLatest = "debian.12" ;
30
- public const string FedoraLatest = "fedora.40" ;
31
- public const string Ubuntu2004 = "ubuntu.20.04" ;
30
+ public const string FedoraLatest = "fedora.41" ;
32
31
public const string Ubuntu2204 = "ubuntu.22.04" ;
33
32
public const string Ubuntu2404 = "ubuntu.24.04" ;
34
33
@@ -40,7 +39,6 @@ public static class Constants
40
39
CentosStreamLatest ,
41
40
DebianLatest ,
42
41
FedoraLatest ,
43
- Ubuntu2004 ,
44
42
Ubuntu2204 ,
45
43
Ubuntu2404
46
44
] ;
You can’t perform that action at this time.
0 commit comments