File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ parameters:
12
12
publishPipelineArtifacts : True
13
13
db4it :
14
14
dockerImage : ' '
15
- dockerTag : ' '
15
+ dockerImageTag : ' '
16
16
dockerContainerName : ' '
17
17
dockerPortMapping : ' '
18
18
dockerHostPortBuildVariableName : ' '
@@ -173,7 +173,7 @@ jobs:
173
173
filePath : ' $(Build.SourcesDirectory)/Build/Provision-Docker-container-using-log-polling.ps1'
174
174
arguments : >-
175
175
-DockerImageName '${{ parameters.db4it.dockerImage }}'
176
- -DockerImageTag '${{ parameters.db4it.dockerTag }}'
176
+ -DockerImageTag '${{ parameters.db4it.dockerImageTag }}'
177
177
-ContainerName '${{ parameters.db4it.dockerContainerName }}'
178
178
-PortMapping '${{ parameters.db4it.dockerPortMapping }}'
179
179
-DockerHostPortBuildVariableName '${{ parameters.db4it.dockerHostPortBuildVariableName}}'
@@ -203,7 +203,7 @@ jobs:
203
203
filePath : ' $(Build.SourcesDirectory)/Build/Provision-Docker-container-using-healthcheck.ps1'
204
204
arguments : >-
205
205
-DockerImageName '${{ parameters.db4it.dockerImage }}'
206
- -DockerImageTag '${{ parameters.db4it.dockerTag }}'
206
+ -DockerImageTag '${{ parameters.db4it.dockerImageTag }}'
207
207
-ContainerName '${{ parameters.db4it.dockerContainerName }}'
208
208
-PortMapping '${{ parameters.db4it.dockerPortMapping }}'
209
209
-DockerHostPortBuildVariableName '${{ parameters.db4it.dockerHostPortBuildVariableName}}'
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102
102
vmImage : ' ubuntu-16.04'
103
103
db4it :
104
104
dockerImage : ' postgres'
105
- dockerTag : ' 12-alpine'
105
+ dockerImageTag : ' 12-alpine'
106
106
dockerContainerName : ' db4it'
107
107
dockerPortMapping : ' 9876:5432/tcp'
108
108
dockerHostPortBuildVariableName : ' db4it.dockerHostPort'
@@ -130,7 +130,7 @@ jobs:
130
130
vmImage : ' macOS-10.14'
131
131
db4it :
132
132
dockerImage : ' postgres'
133
- dockerTag : ' 12-alpine'
133
+ dockerImageTag : ' 12-alpine'
134
134
dockerContainerName : ' db4it'
135
135
dockerPortMapping : ' 5432/tcp'
136
136
dockerHostPortBuildVariableName : ' db4it.dockerHostPort'
@@ -165,7 +165,7 @@ jobs:
165
165
vmImage : ' windows-2019'
166
166
db4it :
167
167
dockerImage : ' stellirin/postgres-windows'
168
- dockerTag : ' 12'
168
+ dockerImageTag : ' 12'
169
169
dockerContainerName : ' db4it'
170
170
dockerPortMapping : ' 5432'
171
171
dockerHostPortBuildVariableName : ' db4it.dockerHostPort'
You can’t perform that action at this time.
0 commit comments