Skip to content

Commit 8c9e72b

Browse files
committed
lint fixes
1 parent e0c56bd commit 8c9e72b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

OracleDatabase/RAC/OracleRealApplicationClusters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Example of pulling an Oracle RAC Image from the Oracle Container Registry:
8585
podman pull container-registry.oracle.com/database/rac_ru:latest
8686
podman tag container-registry.oracle.com/database/rac_ru:latest localhost/oracle/database-rac:21c
8787
```
88-
**NOTE** Currently, latest tag in Oracle Container registry represents `21.16.0` tag. If you are pulling any other version of container image, then retag approriately as per your environment to use in `podman create` commands later.
88+
**NOTE** Currently, latest tag in Oracle Container registry represents `21.16.0` tag. If you are pulling any other version of container image, then retag approriately as per your environment to use in `podman create` commands later.
8989

9090
If you are using pre-built Oracle RAC images from the [Oracle Container Registry](https://container-registry.oracle.com), then you can skip the section [Building Oracle RAC Database Container Image](#building-oracle-rac-database-container-image).
9191

OracleDatabase/RAC/OracleRealApplicationClusters/docs/developers/OTHERS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Example of pulling an Oracle RAC Image from the Oracle Container Registry:
8686
podman pull container-registry.oracle.com/database/rac_ru:latest
8787
podman tag container-registry.oracle.com/database/rac_ru:latest localhost/oracle/database-rac:21c
8888
```
89-
**NOTE** Currently, latest tag in Oracle Container registry represents `21.16.0` tag. If you are pulling any other version of container image, then retag approriately as per your environment to use in `podman create` commands later.
89+
**NOTE** Currently, latest tag in Oracle Container registry represents `21.16.0` tag. If you are pulling any other version of container image, then retag approriately as per your environment to use in `podman create` commands later.
90+
9091
If you are using pre-built Oracle RAC images from the Oracle Container Registry, then you can skip the section that follows where we build the container images.
9192

9293
If you want to build the latest Oracle RAC Image from this Github repository, instead of a pre-built image, then then follow these instructions.

0 commit comments

Comments
 (0)