Skip to content

Commit

Permalink
Use 21-slim image
Browse files Browse the repository at this point in the history
  • Loading branch information
jgebal committed Jul 9, 2023
1 parent af8484c commit eae5e34
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

services:
oracle:
image: gvenzl/oracle-xe:18-slim
image: gvenzl/oracle-xe:21-slim
env:
DB_IMAGE: gvenzl/oracle-xe:18-slim
DB_IMAGE: gvenzl/oracle-xe:21-slim
ORACLE_PASSWORD: oracle
ports:
- 1521:1521
Expand Down
2 changes: 1 addition & 1 deletion utlplsql-demo-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
test_user: ${DB_USER}
test_pwd: ${DB_PASS}
targetDatabases:
- oracleVersion: "21-faststart"
- oracleVersion: "21-slim"
connectionString: "127.0.0.1:1521/XE"
dockerPortMap: "1521"
dockerOptions: ""
Expand Down
4 changes: 2 additions & 2 deletions utplsql-cicd-flyway-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ extends:
url: ${{ variables.ojdbcurl }}
createDatabase:
- dbname: UTBUILD
oracleVersion: "21-faststart"
oracleVersion: "21-slim"
dockerPortMap: "1521"
dockerOptions: ""
scripts:
Expand Down Expand Up @@ -106,7 +106,7 @@ extends:
dockerRepo: ${{ variables.dockerRepo }}
createDatabase:
- dbname: UTTEST
oracleVersion: "21-faststart"
oracleVersion: "21-slim"
dockerPortMap: "1521"
dockerOptions: ""
packages:
Expand Down
4 changes: 2 additions & 2 deletions utplsql-cicd-liquibase-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ extends:
addToPath: "$(UTPLSQL_CLI_DIR)/bin"
createDatabase:
- dbname: UTBUILD
oracleVersion: "21-faststart"
oracleVersion: "21-slim"
dockerPortMap: "1521"
dockerOptions: ""
scripts:
Expand Down Expand Up @@ -99,7 +99,7 @@ extends:
dockerRepo: ${{ variables.dockerRepo }}
createDatabase:
- dbname: UTTEST
oracleVersion: "21-faststart"
oracleVersion: "21-slim"
dockerPortMap: "1521"
dockerOptions: ""
packages:
Expand Down

0 comments on commit eae5e34

Please sign in to comment.