|
2 | 2 |
|
3 | 3 | To create web content management solutions, developers need a lightweight environment. Docker images need minimum resources, thereby allowing developers to quickly create development environments.
|
4 | 4 |
|
5 |
| -This project offers scripts to build an Oracle WebCenter Sites image based on 12c R2 (12.2.1.3, 12.2.1.4). Use this Docker configuration to facilitate installation, configuration, and environment setup for DevOps users. For more information about Oracle WebCenter Sites, see the [Oracle WebCenter Sites Online Documentation](https://docs.oracle.com/middleware/12213/wcs/index.html). |
| 5 | +This project offers scripts to build an Oracle WebCenter Sites image based on 12c R2 (12.2.1.4, 12.2.1.3). Use this Docker configuration to facilitate installation, configuration, and environment setup for DevOps users. For more information about Oracle WebCenter Sites, see the [Oracle WebCenter Sites Online Documentation](https://docs.oracle.com/en/middleware/webcenter/sites/12.2.1.4/index.html). |
6 | 6 |
|
7 | 7 | This project creates Oracle WebCenter Sites Docker image with a single node targeted for development and testing, and excludes components such as SatelliteServer, SiteCapture, and VisitorServices. This image is supported as per Oracle Support Note 2017945.1.
|
8 | 8 |
|
9 |
| -For pre-built images containing Oracle software, please check the [Oracle Container Registry](https://container-registry.oracle.com). |
10 |
| - |
11 |
| -## Prerequisites |
12 |
| -You must download the WebCenter Sites binary and put it in its correct location (see `.download` files inside `dockerfiles/<version>`). |
13 |
| - |
14 |
| -Before you build, select the version and distribution for which you want to build an image, then download the required packages (see `.download` files) and place them in the folder of your distribution version of choice. Then, from the `dockerfiles` folder, run the `buildDockerImage.sh` script. |
15 |
| - |
16 |
| - -bash-4.2$ sh buildDockerImage.sh -h |
17 |
| - |
18 |
| - Usage: buildDockerImage.sh -v [version] [-s] [-c] |
19 |
| - Builds a Docker Image for Oracle WebCenter Sites. |
20 |
| - |
21 |
| - Parameters: |
22 |
| - -v: version to build. Required. |
23 |
| - Choose one of: 12.2.1.3 12.2.1.4 |
24 |
| - -c: enables Docker image layer cache during build |
25 |
| - -s: skips the MD5 check of packages |
26 |
| - |
27 |
| - Copyright (c) 2019, 2020 Oracle and/or its affiliates. |
28 |
| - |
29 |
| - Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. |
30 |
| - |
31 |
| -## Building the WebCenter Sites Docker images |
| 9 | +## For Building the WebCenter Sites Docker images and Using |
32 | 10 |
|
33 | 11 | **IMPORTANT**
|
34 | 12 | - Refer [Oracle WebCenter Sites 12.2.1.4.0](dockerfiles/12.2.1.4) for detail set up.
|
|
0 commit comments