File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ curl -Lk "${UTPLSQL_DOWNLOAD_URL}" -o utPLSQL.zip
55unzip -q utPLSQL.zip
66
77docker run --rm -v $( pwd) /utPLSQL:/utPLSQL -w /utPLSQL/source --network host \
8- --entrypoint sqlplus truemark/sqlplus sys/oracle@//127.0.0.1:1521/XE as sysdba @install_headless.sql UT3 UT3 users
8+ --entrypoint sqlplus truemark/sqlplus:19.8 sys/oracle@//127.0.0.1:1521/XE as sysdba @install_headless.sql UT3 UT3 users
Original file line number Diff line number Diff line change 1- docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus \
1+ docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
22 sys/oracle@//127.0.0.1:1521/XE as sysdba @scripts/sql/create_users.sql
33
4- docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus \
4+ docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
55 app/pass@//127.0.0.1:1521/XE @scripts/sql/create_app_objects.sql
66
7- docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus \
7+ docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
88 code_owner/pass@//127.0.0.1:1521/XE @scripts/sql/create_source_owner_objects.sql
99
10- docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus \
10+ docker run --rm -v $( pwd) :/work -w /work/ --network host --entrypoint sqlplus truemark/sqlplus:19.8 \
1111 tests_owner/pass@//127.0.0.1:1521/XE @scripts/sql/create_tests_owner_objects.sql
You can’t perform that action at this time.
0 commit comments