Skip to content

Commit f20713a

Browse files
adhramesvivek-sam
authored andcommitted
lint errors fix
1 parent b67e594 commit f20713a

File tree

3 files changed

+33
-44
lines changed

3 files changed

+33
-44
lines changed

OracleSOASuite/dockerfiles/14.1.2.0/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,14 @@ RUN export OPATCH_NO_FUSER=TRUE && patchzips=`ls /u01/patches/p*.zip 2>/dev/null
9393
$ORACLE_HOME/OPatch/opatch util cleanup -silent; \
9494
rm -rf /u01/patches /u01/oracle/cfgtoollogs/opatch/*; \
9595
echo -e "\nPatches applied in SOA oracle home are:"; \
96-
cd $ORACLE_HOME/OPatch; \
96+
# cd $ORACLE_HOME/OPatch; \
9797
$ORACLE_HOME/OPatch/opatch lspatches; \
9898
else \
9999
echo -e "\nNo patches present in patches directory. Skipping patch application."; \
100100
fi && \
101101
# Extract XEngine tar gz if present
102102
if [ -f "${ORACLE_HOME}/soa/soa/thirdparty/edifecs" ] && [ -f "XEngine_8_4_1_23.tar.gz" ]; then \
103+
echo "INSIDE"; \
103104
cd $ORACLE_HOME/soa/soa/thirdparty/edifecs && \
104105
tar -zxvf XEngine_8_4_1_23.tar.gz \
105106
else \

OracleSOASuite/dockerfiles/14.1.2.0/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ For example:
204204
205205
206206
The following lines indicate when the SOA Managed Server is ready to be used:
207-
``` bash
207+
``` bash
208208
INFO: Managed Server is running
209209
210210
INFO: Managed Server has been started
@@ -269,7 +269,7 @@ For example:
269269
`$ podman run -it --name osbms1 --network=SOANet -p 8004:8004 -v soadomain_vol:/u01/oracle/user_projects --env-file ./osbserver2.env.list container-registry.oracle.com/middleware/soasuite:14.1.2.0-17-ol8-241205 "/u01/oracle/container-scripts/startMS.sh"`
270270
```
271271
The following lines indicate when the Oracle Service Bus Managed Server is ready to be used:
272-
``` bash
272+
``` bash
273273
INFO: Managed Server is running
274274
275275
INFO: Managed Server has been started
@@ -290,7 +290,6 @@ Now you can access the following Consoles:
290290
291291
292292
> **Note**: `hostname` is the FQDN of the host name where the container is running. Do not use 'localhost' for `ADMIN_HOST`. Use the actual FQDN name of the host as `ADMIN_HOST`.
293-
294293
> **Note**: In a multinode scenario, you cannot access the `SOA Composer` and `BPM Worklist` application URLs from the `soa-infra` application page.
295294
296295
## 9. Clean up the environment
Lines changed: 29 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
1-
SOA on Docker
2-
=============
1+
# SOA on Docker
32

43
Sample Docker configurations to facilitate installation, configuration, and environment setup for Docker users. This project includes quick start dockerfiles for SOA 12.2.1.x based on Oracle Linux 7, Oracle JRE 8 (Server) and Oracle Fusion Middleware Infrastructure 12.2.1.x. This project also includes a setup for SOA 14.1.2.0 image build based on Oracle Linux 8, Oracle JDK 17, and Oracle Fusion Middleware Infrastructure 14.1.2.0 with an option to use Podman CLI as an alternative to docker.
54

6-
You will be able to build the SOA images based on the version which is required using the build scripts provided.
5+
You will be able to build the SOA images based on the version which is required using the build scripts provided.
76

87
## SOA 12.2.1.x Docker image Creation and Running
98

109
To build a SOA image either you can start from building Oracle JDK and Oracle Fusion Middleware Infrastrucure image or use the already available Oracle Fusion Middleware Infrastructure image. The Fusion Middleware Infrastructure image is available in the [Oracle Container Registry](https://container-registry.oracle.com), and can be pulled from there. If you plan to use the Oracle Fusion Middleware Infrastructure image from the [Oracle Container Registry](https://container-registry.oracle.com), you can skip the next two steps and continue with "Building a Docker Image for SOA".
1110

1211
>NOTE: If you download the Oracle Fusion Middleware Infrastructure image from the [Oracle Container Registry](https://container-registry.oracle.com) then you need to retag the image with appropriate version. e.g. for the 12.2.1.4 version, retag from `container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.4` to `oracle/fmw-infrastructure:12.2.1.4.0`.
1312
14-
```
15-
$ docker tag container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.4 oracle/fmw-infrastructure:12.2.1.4.0
13+
``` bash
14+
`$ docker tag container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.4 oracle/fmw-infrastructure:12.2.1.4.0`
1615
```
1716

18-
## How to build the Oracle Java image
17+
### How to build the Oracle Java image
1918

2019
Please refer [README.md](https://github.com/oracle/docker-images/blob/main/OracleJava/README.md) under docker-images/OracleJava for details on how to build Oracle Database image.
2120

22-
## Building Oracle Fusion Middleware Infrastructure Docker Install Image
21+
### Building Oracle Fusion Middleware Infrastructure Docker Install Image
2322

2423
Please refer [README.md](https://github.com/oracle/docker-images/blob/main/OracleFMWInfrastructure/README.md) under docker-images/OracleFMWInfrastructure for details on how to build Oracle Fusion Middleware Infrastructure image.
2524

26-
## Building Docker Image for SOA
25+
### Building Docker Image for SOA
2726

2827
>IMPORTANT: To build the Oracle SOA image, you must first download the required version of the Oracle SOA Suite, Oracle Service Bus and Oracle B2B binaries. These binaries must be downloaded and copied into the folder with the same version for e.g. 12.2.1.4.0 binaries need to be dropped into `../OracleSOASuite/dockerfiles/12.2.1.4`.
2928
@@ -39,7 +38,7 @@ To build the SOA image with patches, you need to download and drop the patch zip
3938

4039
Build the Oracle SOA 12.2.1.4 image using:
4140

42-
```
41+
``` bash
4342
`$ sh buildDockerImage.sh -v 12.2.1.4`
4443

4544
Usage: buildDockerImage.sh -v [version]
@@ -49,19 +48,14 @@ Build the Oracle SOA 12.2.1.4 image using:
4948

5049
Verify you now have the image `oracle/soasuite:12.2.1.4` in place with
5150

52-
```
53-
$ docker images | grep "soa"
54-
```
51+
`$ docker images | grep "soa"`
5552

5653
If you are building the SOA image with patches, you can verify the patches applied with:
5754

58-
```
59-
$ docker run oracle/soasuite:12.2.1.4 sh -c '$ORACLE_HOME/OPatch/opatch lspatches'
60-
```
61-
62-
>IMPORTANT: The image created in above step will NOT have a domain pre-configured. But it has the scripts to create and configure a SOA domain.
55+
`$ docker run oracle/soasuite:12.2.1.4 sh -c '$ORACLE_HOME/OPatch/opatch lspatches'`
6356

6457

58+
>IMPORTANT: The image created in above step will NOT have a domain pre-configured. But it has the scripts to create and configure a SOA domain.
6559
6660
## SOA 14.1.2.0 Container image Creation and Running
6761

@@ -71,23 +65,23 @@ To build a SOA image either you can start from building Oracle JDK and Oracle Fu
7165
7266
>NOTE: Users can use Podman or Docker CLI to perform the build related Commands. The steps are provided using docker as well as podman for user reference.
7367
74-
```
75-
$ docker tag container-registry.oracle.com/middleware/fmw-infrastructure:14.1.2.0 oracle/fmw-infrastructure:14.1.2.0.0
68+
``` bash
69+
`$ docker tag container-registry.oracle.com/middleware/fmw-infrastructure:14.1.2.0 oracle/fmw-infrastructure:14.1.2.0.0`
7670
```
7771

78-
```
79-
$ podman tag container-registry.oracle.com/middleware/fmw-infrastructure:14.1.2.0 oracle/fmw-infrastructure:14.1.2.0.0
72+
``` bash
73+
`$ podman tag container-registry.oracle.com/middleware/fmw-infrastructure:14.1.2.0 oracle/fmw-infrastructure:14.1.2.0.0`
8074
```
8175

82-
## How to build the Oracle Java image
76+
### How to build the Oracle Java image
8377

8478
Please refer [README.md](https://github.com/oracle/docker-images/blob/main/OracleJava/README.md) under docker-images/OracleJava for details on how to build Oracle Database image.
8579

86-
## Building Oracle Fusion Middleware Infrastructure Docker Install Image
80+
### Building Oracle Fusion Middleware Infrastructure Docker Install Image
8781

8882
Please refer [README.md](https://github.com/oracle/docker-images/blob/main/OracleFMWInfrastructure/README.md) under docker-images/OracleFMWInfrastructure for details on how to build Oracle Fusion Middleware Infrastructure image.
8983

90-
## Building Container Image for SOA
84+
### Building Container Image for SOA
9185

9286
>IMPORTANT: To build the Oracle SOA image, you must first download the required version of the Oracle SOA Suite, Oracle Service Bus and Oracle B2B binaries. These binaries must be downloaded and copied into the folder with the same version for e.g. 14.1.2.0.0 binaries need to be dropped into `../OracleSOASuite/dockerfiles/14.1.2.0`.
9387
@@ -103,7 +97,7 @@ To build the SOA image with patches, you need to download and drop the patch zip
10397

10498
Build the Oracle SOA 14.1.2.0 image using:
10599

106-
```
100+
``` bash
107101
$ sh buildDockerImage.sh -v 14.1.2.0
108102

109103
Usage: buildDockerImage.sh -v [version]
@@ -115,40 +109,35 @@ $ sh buildDockerImage.sh -v 14.1.2.0
115109
```
116110

117111
For the podman users:
118-
```
119-
$ sh buildDockerImage.sh -v 14.1.2.0 -p
120-
```
112+
113+
`$ sh buildDockerImage.sh -v 14.1.2.0 -p`
121114

122115
>Note: -p ensures podman CLI is used for the image build.
123116
124117
Verify you now have the image `oracle/soasuite:14.1.2.0` in place with
125118

126-
```
127-
$ docker images | grep "soa"
128-
```
119+
`$ docker images | grep "soa"`
129120

130-
```
131-
$ podman images | grep "soa"
132-
```
121+
`$ podman images | grep "soa"`
133122

134123
If you are building the SOA image with patches, you can verify the patches applied with:
135124

136-
```
137-
$ docker run oracle/soasuite:14.1.2.0 sh -c '$ORACLE_HOME/OPatch/opatch lspatches'
125+
``` bash
126+
`$ docker run oracle/soasuite:14.1.2.0 sh -c '$ORACLE_HOME/OPatch/opatch lspatches'`
138127
```
139128

140-
```
141-
$ podman run oracle/soasuite:14.1.2.0 sh -c '$ORACLE_HOME/OPatch/opatch lspatches'
129+
``` bash
130+
`$ podman run oracle/soasuite:14.1.2.0 sh -c '$ORACLE_HOME/OPatch/opatch lspatches'`
142131
```
143132

144133
>IMPORTANT: The image created in above step will NOT have a domain pre-configured. But it has the scripts to create and configure a SOA domain.
145134
146-
# License
135+
## License
147136

148137
To download and run SOA 12c and 14c Distributions regardless of inside or outside a Docker container, and regardless of the distribution, you must download the binaries from Oracle website and accept the license indicated at that page.
149138

150139
All scripts and files hosted in this project and GitHub docker-images/OracleDatabase repository required to build the Docker images are, unless otherwise noted, released under UPL 1.0 license.
151140

152-
# Copyright
141+
## Copyright
153142

154143
Copyright (c) 2019, 2025, Oracle and/or its affiliates.

0 commit comments

Comments
 (0)