Skip to content

Commit d85f4c9

Browse files
author
Ashish Chalak
authored
Removing stale files and updating document (#1600)
1 parent 71c4d3d commit d85f4c9

11 files changed

+7
-4482
lines changed

OracleWebCenterSites/README.md

+2-24
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,11 @@
22

33
To create web content management solutions, developers need a lightweight environment. Docker images need minimum resources, thereby allowing developers to quickly create development environments.
44

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).
66

77
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.
88

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
3210

3311
**IMPORTANT**
3412
- Refer [Oracle WebCenter Sites 12.2.1.4.0](dockerfiles/12.2.1.4) for detail set up.

OracleWebCenterSites/dockerfiles/12.2.1.4/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ USER oracle
5555
RUN cd /u01 && \
5656
$JAVA_HOME/bin/jar xf /u01/$SITES_PKG && \
5757
cd - && \
58-
$JAVA_HOME/bin/java -jar /u01/$SITES_JAR -silent -responseFile /u01/install.file -invPtrLoc /u01/oraInst.loc -jreLoc $JAVA_HOME -ignoreSysPrereqs -force -novalidation ORACLE_HOME=$ORACLE_HOME INSTALL_TYPE="WebCenter Sites - With Examples" && \
58+
$JAVA_HOME/bin/java -jar /u01/$SITES_JAR -silent -responseFile /u01/install.file -invPtrLoc /u01/oraInst.loc -jreLoc $JAVA_HOME -ignoreSysPrereqs -force -novalidation ORACLE_HOME=$ORACLE_HOME && \
5959
rm -rf /u01/$SITES_PKG /u01/$SITES_JAR
6060

6161
COPY sites-container-scripts/overrides/oui/* /u01/oracle/wcsites/common/templates/wls/
62-
62+
6363
RUN cd /u01/oracle/wcsites/common/templates/wls && \
6464
$JAVA_HOME/bin/jar uvf oracle.wcsites.base.template.jar startup-plan.xml file-definition.xml && \
6565
rm /u01/oracle/wcsites/common/templates/wls/startup-plan.xml && \

OracleWebCenterSites/dockerfiles/12.2.1.4/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
## 1. Introduction
1616
To create web content management solutions, developers need a lightweight environment. Docker images need minimum resources, thereby allowing developers to quickly create development environments.
1717

18-
This project offers scripts to build an Oracle WebCenter Sites image based on 12c R2 (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).
18+
This project offers scripts to build an Oracle WebCenter Sites image based on 12c R2 (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/en/middleware/webcenter/sites/12.2.1.4/index.html).
1919

2020
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.
2121

OracleWebCenterSites/dockerfiles/12.2.1.4/install.file

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Response File Version=1.0.0.0.0
77

88
DECLINE_SECURITY_UPDATES=true
99
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
10+
11+
INSTALL_TYPE="WebCenter Sites - With Examples"

OracleWebCenterSites/dockerfiles/12.2.1.4/patches/.gitkeep

Whitespace-only changes.

OracleWebCenterSites/dockerfiles/12.2.1.4/sites-container-scripts/overrides/config/wcs_properties_bootstrap.ini

-100
This file was deleted.

0 commit comments

Comments
 (0)