зеркало из
1
0
Форкнуть 0

Updated build definitions with manifest option change

This commit is contained in:
MichaelSimons 2017-05-03 16:31:11 -05:00 коммит произвёл Michael Simons
Родитель a1c834fa56
Коммит ccbfe6e75f
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -125,7 +125,7 @@
"value": "microsoft/dotnet-buildtools-prereqs:image-builder-jessie"
},
"image-builder.args": {
"value": "--command build --repo-info repo-info.json --push --username $(PB.docker.username) --password $(PB.docker.password)",
"value": "--command build --manifest manifest.json --push --username $(PB.docker.username) --password $(PB.docker.password)",
"allowOverride": true
},
"image-builder.containerName": {

Просмотреть файл

@ -125,7 +125,7 @@
"value": "microsoft/dotnet-buildtools-prereqs:image-builder-jessie"
},
"image-builder.args": {
"value": "--command manifest --repo-info repo-info.json --username $(PB.docker.username) --password $(PB.docker.password)",
"value": "--command PublishManifest --manifest manifest.json --username $(PB.docker.username) --password $(PB.docker.password)",
"allowOverride": true
},
"image-builder.containerName": {

Просмотреть файл

@ -186,7 +186,7 @@
"value": "microsoft/dotnet-buildtools-prereqs:image-builder-nanoserver"
},
"image-builder.args": {
"value": "--command build --repo-info repo-info.json --push --username $(PB.docker.username) --password $(PB.docker.password)",
"value": "--command build --manifest manifest.json --push --username $(PB.docker.username) --password $(PB.docker.password)",
"allowOverride": true
},
"image-builder.containerName": {