Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eae5e34

Browse filesBrowse files
committed
Use 21-slim image
1 parent af8484c commit eae5e34
Copy full SHA for eae5e34

File tree

Expand file treeCollapse file tree

4 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+7
-7
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424

2525
services:
2626
oracle:
27-
image: gvenzl/oracle-xe:18-slim
27+
image: gvenzl/oracle-xe:21-slim
2828
env:
29-
DB_IMAGE: gvenzl/oracle-xe:18-slim
29+
DB_IMAGE: gvenzl/oracle-xe:21-slim
3030
ORACLE_PASSWORD: oracle
3131
ports:
3232
- 1521:1521

‎utlplsql-demo-project.yml

Copy file name to clipboardExpand all lines: utlplsql-demo-project.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
test_user: ${DB_USER}
5252
test_pwd: ${DB_PASS}
5353
targetDatabases:
54-
- oracleVersion: "21-faststart"
54+
- oracleVersion: "21-slim"
5555
connectionString: "127.0.0.1:1521/XE"
5656
dockerPortMap: "1521"
5757
dockerOptions: ""

‎utplsql-cicd-flyway-demo.yml

Copy file name to clipboardExpand all lines: utplsql-cicd-flyway-demo.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extends:
5757
url: ${{ variables.ojdbcurl }}
5858
createDatabase:
5959
- dbname: UTBUILD
60-
oracleVersion: "21-faststart"
60+
oracleVersion: "21-slim"
6161
dockerPortMap: "1521"
6262
dockerOptions: ""
6363
scripts:
@@ -106,7 +106,7 @@ extends:
106106
dockerRepo: ${{ variables.dockerRepo }}
107107
createDatabase:
108108
- dbname: UTTEST
109-
oracleVersion: "21-faststart"
109+
oracleVersion: "21-slim"
110110
dockerPortMap: "1521"
111111
dockerOptions: ""
112112
packages:

‎utplsql-cicd-liquibase-demo.yml

Copy file name to clipboardExpand all lines: utplsql-cicd-liquibase-demo.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extends:
5353
addToPath: "$(UTPLSQL_CLI_DIR)/bin"
5454
createDatabase:
5555
- dbname: UTBUILD
56-
oracleVersion: "21-faststart"
56+
oracleVersion: "21-slim"
5757
dockerPortMap: "1521"
5858
dockerOptions: ""
5959
scripts:
@@ -99,7 +99,7 @@ extends:
9999
dockerRepo: ${{ variables.dockerRepo }}
100100
createDatabase:
101101
- dbname: UTTEST
102-
oracleVersion: "21-faststart"
102+
oracleVersion: "21-slim"
103103
dockerPortMap: "1521"
104104
dockerOptions: ""
105105
packages:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.