File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,10 @@ parameters:
1616 - name : oracleVersion
1717 default : " "
1818 - name : dockerOptions
19+ type : string
1920 default : " --shm-size=1g"
2021 - name : dockerPortMap
22+ type : string
2123 default : " 1521"
2224 - name : connectionString
2325 default : " "
@@ -51,13 +53,13 @@ stages:
5153 chmod -R go+w ${{ parameters.utplsqlDir}}
5254 displayName: 'Download utPLSQL'
5355 - task : Docker@2
56+ displayName : Docker Login
5457 inputs :
5558 containerRegistry : ${{ parameters.containerRegistry }}
5659 command : ' login'
5760 addPipelineData : false
5861 addBaseImageData : false
59- displayName : Docker Login
60-
62+
6163 - ${{ each trg_db in parameters.targetDatabases }} :
6264 - bash : |
6365 # download Oracle Database docker image from private repo and start the DB
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ stages:
3737 targetDatabases :
3838 - oracleVersion : " 19c-se2-small"
3939 connectionString : " 127.0.0.1:1521/ORCLCDB"
40+ dockerPortMap : " 1521"
41+ dockerOptions : " --shm-size=1g"
4042 scripts :
4143 - displayName : " Install utPLSQL"
4244 user : " sys"
You can’t perform that action at this time.
0 commit comments