Skip to content

Commit c4e6c06

Browse files
committed
Updating docker details and versions
1 parent 1b16d5c commit c4e6c06

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.azure_templates/t-task-extend-create-docker-database.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ steps:
2828
${{ parameters.dockerOptions }} \
2929
-p 1521:${{ parameters.dockerPortMap }} \
3030
--network utplsql_network \
31+
-e "ORACLE_PASSWORD=oracle" \
3132
${{ parameters.dockerRepo }}:${{ parameters.oracleVersion }}
3233
# Wait for DB startup
3334
time docker logs -f ${{ parameters.dbname }} | grep -m 1 "DATABASE IS READY TO USE!" --line-buffered

utplsql-cicd-flyway-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ variables:
1414
- name : UTPLSQL_CLI_DIR
1515
value: $(Build.BinariesDirectory)/utPLSQL-cli
1616
- name : UTPLSQL_CLI_VERSION
17-
value: 'v3.1.8'
17+
value: 'v3.1.9'
1818
- name : UTPLSQL_VERSION
19-
value: 'v3.1.11'
19+
value: 'v3.1.13'
2020
- name : DB_USER
2121
value: ut3_demo
2222
- name : DB_PASS

utplsql-cicd-liquibase-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ variables:
1414
- name : UTPLSQL_CLI_DIR
1515
value: $(Build.BinariesDirectory)/utPLSQL-cli
1616
- name : UTPLSQL_CLI_VERSION
17-
value: 'v3.1.8'
17+
value: 'v3.1.9'
1818
- name : UTPLSQL_VERSION
19-
value: 'v3.1.11'
19+
value: 'v3.1.13'
2020
- name : DB_USER
2121
value: ut3_demo
2222
- name : DB_PASS

0 commit comments

Comments
 (0)