|
1 | | -Oracle Fusion Middleware Infrastructure on Docker |
2 | | -================================================= |
3 | | -This Docker configuration has been used to create the Oracle Fusion Middleware Infrastructure binary image. Providing this FMW image facilitates the configuration and environment set up for DevOps users. This project includes the creation of an FMW Infrastructure domain. |
| 1 | +#Oracle Fusion Middleware Infrastructure on Docker |
| 2 | +============================================================================================================================================================= |
4 | 3 |
|
5 | | -**IMPORTANT**: We provide Dockerfiles as samples to build WebLogic images but this is _NOT_ a recommended practice. We recommend obtaining patched WebLogic Server images; patched images have the latest security patches. For more information, see [Obtaining, Creating, and Updating Oracle Fusion Middleware Images with Patches](https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/opatc/obtaining-creating-and-updating-oracle-fusion-middleware-images-patches.html#GUID-4FB15429-C985-472F-BDC6-669CA1B678E8). |
| 4 | +This repository contains sample Docker configurations to facilitate installation, configuration, and environment setup for DevOps users. This project includes quick start [Dockerfiles](https://github.com/oracle/docker-images/tree/main/OracleFMWInfrastructure/dockerfiles) and [samples](https://github.com/oracle/docker-images/tree/main/OracleFMWInfrastructure/samples) for Oracle Fusion Middleware Infrastructure (FMW Infrastructure) 12.2.1.4, and 14.1.2.0 based on Oracle Linux and Oracle JDK 8, 17, and 21. |
6 | 5 |
|
7 | | -The samples in this repository are for advanced use cases only. For alternative methods, we suggest obtaining base WebLogic Server images from the [Oracle Container Registry](https://oracle.github.io/weblogic-kubernetes-operator/userguide/base-images/ocr-images/), using the open source [WebLogic Image Tool](https://oracle.github.io/weblogic-kubernetes-operator/userguide/base-images/custom-images/) to create custom images, and using the open source [WebLogic Kubernetes Operator](https://oracle.github.io/weblogic-kubernetes-operator/) to deploy and manage WebLogic domains. |
| 6 | +**IMPORTANT**: We provide Dockerfiles as samples to build FMW Infrastructure images but this is _NOT_ a recommended practice. We recommend obtaining patched FMW Infrastructure images; patched images have the latest security patches. For more information, see [Obtaining, Creating, and Updating Oracle Fusion Middleware Images with Patches](https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/opatc/obtaining-creating-and-updating-oracle-fusion-middleware-images-patches.html#GUID-4FB15429-C985-472F-BDC6-669CA1B678E8). |
8 | 7 |
|
9 | | -The certification of the Oracle FMW Infrastructure on Docker does not require the use of any file presented in this repository. Customers and users are welcome to use them as starters, and customize, tweak, or create from scratch, new scripts and Dockerfiles. |
| 8 | +The samples in this repository are for development purposes only. We recommend for production to use alternative methods, we suggest obtaining base FMW Infrastructure images from the [Oracle Container Registry](https://oracle.github.io/weblogic-kubernetes-operator/userguide/base-images/ocr-images/). |
10 | 9 |
|
11 | | -# Samples |
12 | | -## FMW Infrastructure domain in volume |
13 | | -This project creates a Docker image which contains an Oracle Fusion Middleware Infrastructure domain image. The image extends the FMW Infrastructure binary image and builds an FMW Infrastructure domain persisted to a host volume. |
14 | | -There are two images in this sample, one to create the RCU schema and one to create the FMW Infrastructure domain. |
| 10 | +Consider using the open source [WebLogic Image Tool](https://oracle.github.io/weblogic-kubernetes-operator/userguide/base-images/custom-images/) to create custom images, and using the open source WebLogic Kubernetes Operator to deploy and manage FMW Infrastructure domains in Kubernetes. |
15 | 11 |
|
16 | | -## 12.2.1.3 Patch |
17 | | -This Dockerfile extends the Oracle FMW Infrastructure image and applies a patch. |
| 12 | +The certification of Fusion Middleware Infrastructure on Docker does not require the use of any file presented in this repository. Customers and users are welcome to use them as starters, and customize, tweak, or create from scratch, new scripts and Dockerfiles. |
| 13 | + |
| 14 | +For pre-built images containing Oracle software, please check the [Oracle Container Registry](https://container-registry.oracle.com/). |
| 15 | + |
| 16 | +## FMW Infrastructure Samples |
| 17 | + |
| 18 | +This project provides a sample to create a FMW Infrastructure domain. The sample provides two Dockerfiles one that creates a FMW Infrastructure domain and one that creates RCU schema. The FMW Infrastructure domain image extends the FMW Infrastructure binary image and builds a domain persisted to a host volume. The RCU image extends the FMW Infrastructure image and creates RCU schema in the database. |
| 19 | + |
| 20 | +We also provide a sample to patch the FMW Infrastructure binary image. |
| 21 | + |
| 22 | +## License |
| 23 | +To download and run the FMW Infrastructure distribution, you must download the binaries from the Oracle website and accept the license indicated on that page. |
| 24 | + |
| 25 | +To download and run the Oracle JDK, you must download the binary from the Oracle website and accept the license indicated on that page. |
| 26 | + |
| 27 | +All scripts and files hosted in this project and GitHub [`docker-images/OracleFMWInfrastructure`](./) repository, required to build the Docker images are, unless otherwise noted, released under the [UPL 1.0](<https://oss.oracle.com/licenses/upl>/) license. |
| 28 | + |
| 29 | +## Customer Support |
| 30 | +We support WebLogic Server in certified Docker containers, please read our Support statement. For additional details on the most current WebLogic Server supported configurations, please refer to the [Oracle Fusion Middleware Certification Pages](http://www.oracle.com/technetwork/middleware/ias/oracleas-supported-virtualization-089265.html). |
18 | 31 |
|
19 | 32 |
|
20 | 33 | ## Copyright |
21 | | -Copyright (c) 2014, 2019 Oracle and/or its affiliates. All rights reserved. |
| 34 | +Copyright (c) 2014, 2025 Oracle and/or its affiliates. |
0 commit comments