Import from internal git
This commit is contained in:
13
Core/Dto/Settings/DockerImagesConfigDto.cs
Normal file
13
Core/Dto/Settings/DockerImagesConfigDto.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Core.Dto.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// This class gathers docker images
|
||||
/// </summary>
|
||||
public class DockerImagesConfigDto
|
||||
{
|
||||
|
||||
public string JavascriptImage { get; set; } = "";
|
||||
public string OpenApiGeneratorImage { get; set; } = "";
|
||||
public string DotnetSdkImage { get; set; } = "";
|
||||
public string MavenImage { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user