feat(templates): add Microsoft templates

This commit is contained in:
Anthony Lapenna
2017-05-18 21:40:23 +02:00
parent 3ce1bceac9
commit 16487c4a01

View File

@@ -119,7 +119,7 @@
"title": "SQL Server", "title": "SQL Server",
"description": "Microsoft SQL Server on Linux", "description": "Microsoft SQL Server on Linux",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.", "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft-mssql-linux.png", "logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
"image": "microsoft/mssql-server-linux:latest", "image": "microsoft/mssql-server-linux:latest",
"ports": [ "ports": [
"1433/tcp" "1433/tcp"
@@ -137,9 +137,30 @@
}, },
{ {
"title": "SQL Server", "title": "SQL Server",
"description": "Microsoft SQL Server for Windows containers",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
"image": "microsoft/mssql-server-windows:latest",
"ports": [
"1433/tcp"
],
"env": [
{
"name": "ACCEPT_EULA",
"set": "Y"
},
{
"name": "sa_password",
"label": "System administrator password"
}
],
"volumes": ["C:/temp/"]
},
{
"title": "SQL Server Express",
"description": "Microsoft SQL Server Express for Windows containers", "description": "Microsoft SQL Server Express for Windows containers",
"note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.", "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.",
"logo": "https://cloudinovasi.id/assets/img/logos/microsoft-mssql-express.png", "logo": "https://cloudinovasi.id/assets/img/logos/microsoft.png",
"image": "microsoft/mssql-server-windows-express:latest", "image": "microsoft/mssql-server-windows-express:latest",
"ports": [ "ports": [
"1433/tcp" "1433/tcp"
@@ -150,7 +171,7 @@
"set": "Y" "set": "Y"
}, },
{ {
"name": "SA_PASSWORD", "name": "sa_password",
"label": "System administrator password" "label": "System administrator password"
} }
], ],