Updated build definitions with manifest option change
This commit is contained in:
Родитель
a1c834fa56
Коммит
ccbfe6e75f
|
@ -125,7 +125,7 @@
|
||||||
"value": "microsoft/dotnet-buildtools-prereqs:image-builder-jessie"
|
"value": "microsoft/dotnet-buildtools-prereqs:image-builder-jessie"
|
||||||
},
|
},
|
||||||
"image-builder.args": {
|
"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
|
"allowOverride": true
|
||||||
},
|
},
|
||||||
"image-builder.containerName": {
|
"image-builder.containerName": {
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
"value": "microsoft/dotnet-buildtools-prereqs:image-builder-jessie"
|
"value": "microsoft/dotnet-buildtools-prereqs:image-builder-jessie"
|
||||||
},
|
},
|
||||||
"image-builder.args": {
|
"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
|
"allowOverride": true
|
||||||
},
|
},
|
||||||
"image-builder.containerName": {
|
"image-builder.containerName": {
|
||||||
|
|
|
@ -186,7 +186,7 @@
|
||||||
"value": "microsoft/dotnet-buildtools-prereqs:image-builder-nanoserver"
|
"value": "microsoft/dotnet-buildtools-prereqs:image-builder-nanoserver"
|
||||||
},
|
},
|
||||||
"image-builder.args": {
|
"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
|
"allowOverride": true
|
||||||
},
|
},
|
||||||
"image-builder.containerName": {
|
"image-builder.containerName": {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче