File tree Expand file tree Collapse file tree 10 files changed +6
-16
lines changed Expand file tree Collapse file tree 10 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 43
43
strategy :
44
44
matrix :
45
45
distro :
46
- - alpine.3.19
47
46
- alpine.3.20
48
47
- centos.stream.9
49
48
- debian.12
Original file line number Diff line number Diff line change 39
39
variant : [ runtime, sdk ]
40
40
version : [ '8.0', '6.0' ]
41
41
distro :
42
- - alpine.3.19
43
42
- alpine.3.20
44
43
- centos.stream.9
45
44
- debian.12
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" DockerBuild (runtime)" type =" DotNetProject" factoryName =" .NET Project" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/build.exe" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuild --dotnet_version=8.0 --dotnet_variant=runtime --dotnet_distro=alpine.3.19 --docker_registry=github --verbosity=diagnostic" />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuild --dotnet_version=8.0 --dotnet_variant=runtime --dotnet_distro=alpine.3.20 --docker_registry=github --verbosity=diagnostic" />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<option name =" USE_EXTERNAL_CONSOLE" value =" 0" />
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" DockerBuild (sdk)" type =" DotNetProject" factoryName =" .NET Project" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/build.exe" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuild --dotnet_version=8.0 --dotnet_variant=sdk --dotnet_distro=alpine.3.19 --docker_registry=github --verbosity=diagnostic --push_images=true" />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuild --dotnet_version=8.0 --dotnet_variant=sdk --dotnet_distro=alpine.3.20 --docker_registry=github --verbosity=diagnostic --push_images=true" />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<option name =" USE_EXTERNAL_CONSOLE" value =" 0" />
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" DockerBuild" type =" DotNetProject" factoryName =" .NET Project" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/build.exe" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuild --dotnet_distro=alpine.3.19 --docker_registry=github --verbosity=diagnostic" />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuild --dotnet_distro=alpine.3.20 --docker_registry=github --verbosity=diagnostic" />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<option name =" USE_EXTERNAL_CONSOLE" value =" 0" />
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" DockerBuildDeps (dockerhub)" type =" DotNetProject" factoryName =" .NET Project" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/build.exe" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuildDeps --dotnet_distro=alpine.3.19 --docker_registry=dockerhub --verbosity=diagnostic --push_images=true" />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuildDeps --dotnet_distro=alpine.3.20 --docker_registry=dockerhub --verbosity=diagnostic --push_images=true" />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<option name =" USE_EXTERNAL_CONSOLE" value =" 0" />
Original file line number Diff line number Diff line change 1
1
<component name =" ProjectRunConfigurationManager" >
2
2
<configuration default =" false" name =" DockerBuildDeps (gihub)" type =" DotNetProject" factoryName =" .NET Project" >
3
3
<option name =" EXE_PATH" value =" $PROJECT_DIR$/../run/build.exe" />
4
- <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuildDeps --dotnet_distro=alpine.3.19 --docker_registry=github --verbosity=diagnostic --push_images=true" />
4
+ <option name =" PROGRAM_PARAMETERS" value =" --target=DockerBuildDeps --dotnet_distro=alpine.3.20 --docker_registry=github --verbosity=diagnostic --push_images=true" />
5
5
<option name =" WORKING_DIRECTORY" value =" $PROJECT_DIR$/.." />
6
6
<option name =" PASS_PARENT_ENVS" value =" 1" />
7
7
<option name =" USE_EXTERNAL_CONSOLE" value =" 0" />
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ public static class Constants
13
13
public static readonly string [ ] VariantsToBuild = [ "sdk" , "runtime" ] ;
14
14
public static readonly string [ ] DockerDistrosToBuild =
15
15
[
16
- "alpine.3.19" ,
17
16
"alpine.3.20" ,
18
17
"centos.stream.9" ,
19
18
"debian.12" ,
Original file line number Diff line number Diff line change 1
1
ARG DOTNET_VERSION='6.0'
2
- ARG TAG='alpine.3.19 '
2
+ ARG TAG='alpine.3.20 '
3
3
4
4
FROM gittools/deps:$TAG
5
5
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments