Skip to content

Commit 49b2992

Browse files
committed
Replaced 23.5 with 23.6 dockerfiles
1 parent cd4cf71 commit 49b2992

File tree

13 files changed

+9
-9
lines changed

13 files changed

+9
-9
lines changed

OracleDatabase/SingleInstance/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Sample container build files to facilitate installation, configuration, and envi
3636

3737
This project offers sample Dockerfiles for:
3838

39-
* Oracle Database 23ai (23.5.0) Free
39+
* Oracle Database 23ai (23.6.0) Free
4040
* Oracle Database 21c (21.3.0) Enterprise Edition, Standard Edition 2 and Express Edition (XE)
4141
* Oracle Database 19c (19.3.0) Enterprise Edition and Standard Edition 2
4242
* Oracle Database 18c (18.4.0) Express Edition (XE)
@@ -67,7 +67,7 @@ Before you build the image make sure that you have provided the installation bin
6767

6868
Parameters:
6969
-v: version to build
70-
Choose one of: 11.2.0.2 12.1.0.2 12.2.0.1 18.3.0 18.4.0 19.3.0 21.3.0 23.5.0
70+
Choose one of: 11.2.0.2 12.1.0.2 12.2.0.1 18.3.0 18.4.0 19.3.0 21.3.0 23.6.0
7171
-t: image_name:tag for the generated docker image
7272
-e: creates image based on 'Enterprise Edition'
7373
-s: creates image based on 'Standard Edition 2'
@@ -247,7 +247,7 @@ Users can generate public-private key pair and pass database password (encrypted
247247

248248
* Run the Oracle Database 23ai Free image with the secrets
249249

250-
podman run -td --name=<container_name> --secret=oracle_pwd --secret=oracle_pwd_privkey oracle/database:23.5.0-free
250+
podman run -td --name=<container_name> --secret=oracle_pwd --secret=oracle_pwd_privkey oracle/database:23.6.0-free
251251

252252
#### Selecting the Edition (Supported from 19.3.0 release)
253253

@@ -368,7 +368,7 @@ To run your Oracle Database 23ai Free container image use the `podman run` comma
368368
-e ENABLE_ARCHIVELOG=true \
369369
-e ENABLE_FORCE_LOGGING=true \
370370
-v [<host mount point>:]/opt/oracle/oradata \
371-
oracle/database:23.5.0-free
371+
oracle/database:23.6.0-free
372372

373373
Parameters:
374374
--name: The name of the container (default: auto generated)
@@ -533,7 +533,7 @@ Set up a podman network for inter-container communication using the following co
533533
-e ENABLE_ARCHIVELOG=true \
534534
-e ENABLE_FORCE_LOGGING=true \
535535
-v [<host mount point>:]/opt/oracle/oradata \
536-
oracle/database:23.5.0-free
536+
oracle/database:23.6.0-free
537537

538538
Ensure that your Primary Database container is up and running and in a healthy state.
539539

@@ -552,7 +552,7 @@ You need to run the preceding podman run command with the host mount point (empt
552552
-e PRIMARY_DB_PWD_FILE=/var/tmp/orapwFREE \
553553
-e PRIMARY_DB_CONN_STR=<PRI_DB_FREE_IP>:1521/FREE \
554554
-v [<host mount point>:]/opt/oracle/oradata \
555-
oracle/database:23.5.0-free
555+
oracle/database:23.6.0-free
556556

557557
**Note:** If a common host mount point is used for both pri-db-free and tru-cc-free containers, then you may skip the podman cp step by specifying the location of pri-db-free password file directly using \
558558
-e PRIMARY_DB_PWD_FILE=/opt/oracle/product/23ai/dbhomeFree/dbs/orapwFREE

OracleDatabase/SingleInstance/dockerfiles/23.5.0/Containerfile.free renamed to OracleDatabase/SingleInstance/dockerfiles/23.6.0/Containerfile.free

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# HOW TO BUILD THIS IMAGE
1414
# -----------------------
1515
# Run:
16-
# $ podman build -t oracle/database:23.5.0-free -f Containerfile.free .
16+
# $ podman build -t oracle/database:23.6.0-free -f Containerfile.free .
1717
#
1818
#
1919
# Pull base image

0 commit comments

Comments
 (0)