You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Dockerfile based README, added a line to mention tag for base image. For Base Image from ORC based README, removed instructions to pull Java image. (#1771)
Copy file name to clipboardExpand all lines: OracleAccessManagement/dockerfiles/12.2.1.4.0/README-OCR-Base.md
-15
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,6 @@ The following prerequisites are necessary before building OAM images:
9
9
10
10
* A working installation of Docker 18.03 or later
11
11
12
-
## Pulling the Oracle JDK (Server JRE) base image
13
-
You can pull the Oracle Server JRE 8 image from the [Oracle Container Registry](https://container-registry.oracle.com). When pulling the Server JRE 8 image, re-tag the image so that it works with the dependent Dockerfile which refer to the JRE 8 image through oracle/serverjre:8.
14
-
15
-
**IMPORTANT**: Before you pull the image from the registry, please make sure to log-in through your browser with your SSO credentials and ACCEPT "Terms and Restrictions".
16
-
17
-
1. Sign in to [Oracle Container Registry](https://container-registry.oracle.com). Click the **Sign in** link which is on the top-right of the Web page.
18
-
2. Click **Java** and then click on **serverjre**.
19
-
3. Click **Accept** to accept the license agreement.
20
-
4. Use following commands to pull Oracle Fusion Middleware infrastructure base image from repository :
You can pull Oracle FMW Infrastructure 12.2.1.4.x image from the [Oracle Container Registry](https://container-registry.oracle.com). When pulling the FMW Infrastructure 12.2.1.4.x image, re-tag the image so that it works with the dependent dockerfile which refer to the FMW Infrastructure 12.2.1.4.x image through oracle/fmw-infrastructure:12.2.1.4.0.
Copy file name to clipboardExpand all lines: OracleAccessManagement/dockerfiles/12.2.1.4.0/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ Please refer to [README.md](../../../OracleJava/README.md) under `docker-images/
17
17
18
18
Please refer to [README.md](../../../OracleFMWInfrastructure/README.md) under `docker-images/OracleFMWInfrastructure` for details on how to build Oracle Fusion Middleware Infrastructure image.
19
19
20
+
OAM Dockerfile uses the 'oracle/fmw-infrastructure:12.2.1.4.0' tag to refer to the Oracle Fusion Middleware (FMW) Infrastructure image, hence you should use this tag for the same.
21
+
20
22
## Building a Container Image for Oracle Access Management
Copy file name to clipboardExpand all lines: OracleUnifiedDirectory/dockerfiles/12.2.1.4.0/README-OCR-Base.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,5 +93,5 @@ To download and run Oracle Fusion Middleware products, regardless whether inside
93
93
All scripts and files hosted in this project and GitHub [docker-images/OracleUnifiedDirectory](./) repository required to build the images are, unless otherwise noted, released under [UPL 1.0](https://oss.oracle.com/licenses/upl/) license.
94
94
95
95
## Copyright
96
-
Copyright (c) 2020 Oracle and/or its affiliates.
96
+
Copyright (c) 2020, Oracle and/or its affiliates.
97
97
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
Copy file name to clipboardExpand all lines: OracleUnifiedDirectory/dockerfiles/12.2.1.4.0/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ Oracle Unified Directory image has been tested and is known to run on following
41
41
42
42
Please refer to [README.md](../../../OracleJava/README.md) under `docker-images/OracleJava` for details on how to build Oracle Java image.
43
43
44
+
Oracle Unified Directory Dockerfile uses the `oracle/serverjre:8` tag for the Oracle Java image, hence you should use this tag while referring to the Oracle Java image.
45
+
44
46
# 4. Building Oracle Unified Directory image
45
47
46
48
## Clone and download Oracle Unified Directory scripts and binary file
@@ -80,5 +82,5 @@ To download and run Oracle Fusion Middleware products, regardless whether inside
80
82
All scripts and files hosted in this project and GitHub [docker-images/OracleUnifiedDirectory](./) repository required to build the images are, unless otherwise noted, released under [UPL 1.0](https://oss.oracle.com/licenses/upl/) license.
81
83
82
84
## Copyright
83
-
Copyright (c) 2020 Oracle and/or its affiliates.
85
+
Copyright (c) 2020, Oracle and/or its affiliates.
84
86
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
This project offers scripts to build an Oracle Unified Directory Service Manager image based on 12cPS4 (12.2.1.4.0) release. Use this image to facilitate installation, configuration, and environment setup for DevOps users.
12
+
This project offers scripts to build an Oracle Unified Directory Services Manager image based on 12cPS4 (12.2.1.4.0) release. Use this image to facilitate installation, configuration, and environment setup for DevOps users.
14
13
15
-
This image refers to binaries for Oracle Unified Directory Service Manager Release 12.2.1.4.0 and it has the capability to create a Fusion Middleware Infrastructure domain with the Oracle Unified Directory Service Manager application deployed in a container with Oracle Unified Directory Service Manager deployed which can be targeted for development and testing.
14
+
This image refers to binaries for Oracle Unified Directory Services Manager Release 12.2.1.4.0 and it has the capability to create a Fusion Middleware Infrastructure domain with the Oracle Unified Directory Services Manager application deployed in a container with Oracle Unified Directory Services Manager deployed which can be targeted for development and testing.
16
15
17
16
***Image***: `oracle/oudsm:12.2.1.4.0`
18
17
19
18
# 2. Hardware and Software Requirements
20
-
Oracle Unified Directory Service Manager image has been tested and is known to run on following hardware and software:
19
+
Oracle Unified Directory Services Manager image has been tested and is known to run on following hardware and software:
21
20
22
21
## 2.1 Hardware Requirements
23
22
@@ -33,22 +32,7 @@ Oracle Unified Directory Service Manager image has been tested and is known to r
33
32
| OS | Oracle Linux 7.3 or higher | more /etc/oracle-release |
34
33
| Docker| Docker version 18.03 or higher | docker version |
35
34
36
-
# 3. Pulling the Oracle JDK (Server JRE) base image
37
-
You can pull the Oracle Server JRE 8 image from the [Oracle Container Registry](https://container-registry.oracle.com). When pulling the Server JRE 8 image, re-tag the image so that it works with the dependent Dockerfile which refer to the JRE 8 image through oracle/serverjre:8.
38
-
39
-
**IMPORTANT**: Before you pull the image from the registry, please make sure to log-in through your browser with your SSO credentials and ACCEPT "Terms and Restrictions".
40
-
41
-
1. Sign in to [Oracle Container Registry](https://container-registry.oracle.com). Click the **Sign in** link which is on the top-right of the Web page.
42
-
2. Click **Java** and then click on **serverjre**.
43
-
3. Click **Accept** to accept the license agreement.
44
-
4. Use following commands to pull Oracle Fusion Middleware infrastructure base image from repository :
You can pull Oracle FMW Infrastructure 12.2.1.4.x image from the [Oracle Container Registry](https://container-registry.oracle.com). When pulling the FMW Infrastructure 12.2.1.4.x image, re-tag the image so that it works with the dependent dockerfile which refer to the FMW Infrastructure 12.2.1.4.x image through oracle/fmw-infrastructure:12.2.1.4.0.
53
37
54
38
**IMPORTANT**: Before you pull the image from the registry, please make sure to log-in through your browser with your SSO credentials and ACCEPT "Terms and Restrictions". fmw-infrastructure images can be found under Middleware section.
@@ -63,21 +47,21 @@ You can pull Oracle FMW Infrastructure 12.2.1.4.x image from the [Oracle Contain
$ docker tag container-registry.oracle.com/middleware/fmw-infrastructure:12.2.1.4-191222 oracle/fmw-infrastructure:12.2.1.4.0
65
49
66
-
# 5. Building Oracle Unified Directory Service Manager image
50
+
# 4. Building Oracle Unified Directory Services Manager image
67
51
68
-
## Clone and download Oracle Unified Directory Service Manager docker scripts and binary file
52
+
## Clone and download Oracle Unified Directory Services Manager docker scripts and binary file
69
53
70
54
1. Clone the [GitHub repository](https://github.com/oracle/docker-images).
71
55
The repository contains dockerfiles and scripts to build images for Oracle products.
72
-
2. You must download and save the Oracle Unified Directory Service Manager 12.2.1.4.0 binary into the cloned/downloaded repository folder at location : `OracleUnifiedDirectorySM/dockerfiles/12.2.1.4.0/` (see **Checksum** for file name which is inside dockerfiles/12.2.1.4.0/oud.download).
56
+
2. You must download and save the Oracle Unified Directory Services Manager 12.2.1.4.0 binary into the cloned/downloaded repository folder at location : `OracleUnifiedDirectorySM/dockerfiles/12.2.1.4.0/` (see **Checksum** for file name which is inside dockerfiles/12.2.1.4.0/oud.download).
73
57
74
-
## Build Oracle Unified Directory Service Manager image using cloned/downloaded docker-images repository
To assist in building the image, you can use the [`buildDockerImage.sh`](dockerfiles/buildDockerImage.sh) script. See below for instructions and usage.
77
61
78
62
The `buildDockerImage.sh` script is a utility shell script that takes the version of the image that needs to be built. Expert users are welcome to directly call `docker build` with their prefered set of parameters.
79
63
80
-
**IMPORTANT**: If you are building the Oracle Unified Directory Service Manager image, you must first download the Oracle Unified Directory 12.2.1.4.0 binary (fmw_12.2.1.4.0_oud.jar) and locate it in the folder, `./dockerfiles/12.2.1.4.0`.
64
+
**IMPORTANT**: If you are building the Oracle Unified Directory Services Manager image, you must first download the Oracle Unified Directory 12.2.1.4.0 binary (fmw_12.2.1.4.0_oud.jar) and locate it in the folder, `./dockerfiles/12.2.1.4.0`.
81
65
82
66
**IMPORTANT**: To build the Oracle Unified Directory Services Manager image with patches, you need to download and drop the patch zip files (for e.g. p31400392_122140_Generic.zip) into the `patches/` folder under the version which is required, for e.g. for 12.2.1.4.0 the folder is `12.2.1.4/patches/`. Similarly, `OPatch` patches can be kept in the `opatch_patch/` folder (for 12.2.1.4.0 the folder is `12.2.1.4/opatch_patch`). Then run the `buildDockerImage.sh` script:
83
67
@@ -87,7 +71,7 @@ Note: Copy the **fmw_12.2.1.4.0_oud.jar** under the directory "OracleUnifiedDire
87
71
88
72
$ sh buildDockerImage.sh
89
73
Usage: buildDockerImage.sh -v [version]
90
-
Builds a Docker Image for Oracle Unified Directory Service Manager
74
+
Builds a Docker Image for Oracle Unified Directory Services Manager
91
75
92
76
Parameters:
93
77
-v: version to build. Required.
@@ -103,5 +87,5 @@ To download and run Oracle Fusion Middleware products, regardless whether inside
103
87
All scripts and files hosted in this project and GitHub [docker-images/OracleUnifiedDirectorySM](./) repository required to build the images are, unless otherwise noted, released under [UPL 1.0](https://oss.oracle.com/licenses/upl/) license.
104
88
105
89
## Copyright
106
-
Copyright (c) 2020 Oracle and/or its affiliates.
90
+
Copyright (c) 2020, Oracle and/or its affiliates.
107
91
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
This project offers scripts to build an Oracle Unified Directory Service Manager image based on 12cPS4 (12.2.1.4.0) release. Use this image to facilitate installation, configuration, and environment setup for DevOps users.
13
+
This project offers scripts to build an Oracle Unified Directory Services Manager image based on 12cPS4 (12.2.1.4.0) release. Use this image to facilitate installation, configuration, and environment setup for DevOps users.
14
14
15
-
This image refers to binaries for Oracle Unified Directory Service Manager Release 12.2.1.4.0 and it has the capability to create a Fusion Middleware Infrastructure domain with the Oracle Unified Directory Service Manager application deployed in a container with Oracle Unified Directory Service Manager deployed which can be targeted for development and testing.
15
+
This image refers to binaries for Oracle Unified Directory Services Manager Release 12.2.1.4.0 and it has the capability to create a Fusion Middleware Infrastructure domain with the Oracle Unified Directory Services Manager application deployed in a container with Oracle Unified Directory Services Manager deployed which can be targeted for development and testing.
16
16
17
17
***Image***: `oracle/oudsm:12.2.1.4.0`
18
18
19
19
# 2. Hardware and Software Requirements
20
-
Oracle Unified Directory Service Manager image has been tested and is known to run on following hardware and software:
20
+
Oracle Unified Directory Services Manager image has been tested and is known to run on following hardware and software:
21
21
22
22
## 2.1 Hardware Requirements
23
23
@@ -41,21 +41,23 @@ Please refer to [README.md](../../../OracleJava/README.md) under `docker-images/
41
41
42
42
Please refer to [README.md](../../../OracleFMWInfrastructure/README.md) under `docker-images/OracleFMWInfrastructure` for details on how to build Oracle Fusion Middleware Infrastructure image.
43
43
44
-
# 5. Building Oracle Unified Directory Service Manager image
44
+
Oracle Unified Directory Services Manager Dockerfile uses the `oracle/fmw-infrastructure:12.2.1.4.0` tag to refer to Oracle Fusion Middleware Infrastructure image, hence you should use this tag for the same.
45
45
46
-
## Clone and download Oracle Unified Directory Service Manager docker scripts and binary file
46
+
# 5. Building Oracle Unified Directory Services Manager image
47
+
48
+
## Clone and download Oracle Unified Directory Services Manager docker scripts and binary file
47
49
48
50
1. Clone the [GitHub repository](https://github.com/oracle/docker-images).
49
51
The repository contains dockerfiles and scripts to build images for Oracle products.
50
-
2. You must download and save the Oracle Unified Directory Service Manager 12.2.1.4.0 binary into the cloned/downloaded repository folder at location : `OracleUnifiedDirectorySM/dockerfiles/12.2.1.4.0/` (see **Checksum** for file name which is inside dockerfiles/12.2.1.4.0/oud.download).
52
+
2. You must download and save the Oracle Unified Directory Services Manager 12.2.1.4.0 binary into the cloned/downloaded repository folder at location : `OracleUnifiedDirectorySM/dockerfiles/12.2.1.4.0/` (see **Checksum** for file name which is inside dockerfiles/12.2.1.4.0/oud.download).
51
53
52
-
## Build Oracle Unified Directory Service Manager image using cloned/downloaded docker-images repository
To assist in building the image, you can use the [`buildDockerImage.sh`](dockerfiles/buildDockerImage.sh) script. See below for instructions and usage.
55
57
56
58
The `buildDockerImage.sh` script is a utility shell script that takes the version of the image that needs to be built. Expert users are welcome to directly call `docker build` with their prefered set of parameters.
57
59
58
-
**IMPORTANT**: If you are building the Oracle Unified Directory Service Manager image, you must first download the Oracle Unified Directory 12.2.1.4.0 binary (fmw_12.2.1.4.0_oud.jar) and locate it in the folder, `./dockerfiles/12.2.1.4.0`.
60
+
**IMPORTANT**: If you are building the Oracle Unified Directory Services Manager image, you must first download the Oracle Unified Directory 12.2.1.4.0 binary (fmw_12.2.1.4.0_oud.jar) and locate it in the folder, `./dockerfiles/12.2.1.4.0`.
59
61
60
62
**IMPORTANT**: To build the Oracle Unified Directory Services Manager image with patches, you need to download and drop the patch zip files (for e.g. p31400392_122140_Generic.zip) into the `patches/` folder under the version which is required, for e.g. for 12.2.1.4.0 the folder is `12.2.1.4/patches/`. Similarly, `OPatch` patches can be kept in the `opatch_patch/` folder (for 12.2.1.4.0 the folder is `12.2.1.4/opatch_patch`). Then run the `buildDockerImage.sh` script:
61
63
@@ -65,7 +67,7 @@ Note: Copy the **fmw_12.2.1.4.0_oud.jar** under the directory "OracleUnifiedDire
65
67
66
68
$ sh buildDockerImage.sh
67
69
Usage: buildDockerImage.sh -v [version]
68
-
Builds a Docker Image for Oracle Unified Directory Service Manager
70
+
Builds a Docker Image for Oracle Unified Directory Services Manager
69
71
70
72
Parameters:
71
73
-v: version to build. Required.
@@ -81,5 +83,5 @@ To download and run Oracle Fusion Middleware products, regardless whether inside
81
83
All scripts and files hosted in this project and GitHub [docker-images/OracleUnifiedDirectorySM](./) repository required to build the images are, unless otherwise noted, released under [UPL 1.0](https://oss.oracle.com/licenses/upl/) license.
82
84
83
85
## Copyright
84
-
Copyright (c) 2020 Oracle and/or its affiliates.
86
+
Copyright (c) 2020, Oracle and/or its affiliates.
85
87
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl
0 commit comments