Skip to content

Commit 91e4b22

Browse files
authored
Webcenter Portal and Content Release for 22.2.3 (#117)
1 parent 2588a43 commit 91e4b22

File tree

258 files changed

+170917
-9931
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+170917
-9931
lines changed

OracleWebCenterContent/kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
WebLogic Kubernetes Operator (the “operator”) supports deployment of Oracle WebCenter Content servers such as Oracle WebCenter Content Server and Oracle WebCenter Inbound Refinery Server.
44

55
***
6-
The current supported production release is [22.1.3](https://github.com/oracle/fmw-kubernetes/releases).
6+
The current supported production release is [22.2.3](https://github.com/oracle/fmw-kubernetes/releases).
77
***
88

99
In this release, Oracle WebCenter Content domain is supported using the “domain on a persistent volume”
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
### Create or update an Oracle WebCenter Content Docker image using WebLogic Image Tool
22

3-
For the release 22.1.3, follow the instructions in this [document](https://oracle.github.io/fmw-kubernetes/wccontent-domains/create-or-update-image/#create-an-image) to create or update an Oracle WebCenter Content Docker image using WebLogic Image Tool.
3+
For the release 22.2.3, follow the instructions in this [document](https://oracle.github.io/fmw-kubernetes/wccontent-domains/create-or-update-image/#create-an-image) to create or update an Oracle WebCenter Content Docker image using WebLogic Image Tool.

docs-source/content/wccontent-domains/installguide/additional-steps-to-launch-native-binaries/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ The arguments required for updating the image can be passed as file to the WebLo
4848
'--fromImage' option provides the existing docker image that has to be updated.
4949
'--tag' option should be provided with the new tag for the updated image.
5050
'--additionalBuildCommands' option should be provided with the above created additional build commands file.
51-
51+
'--chown oracle:root' option should be provided to update file permissions.
52+
5253
Below is a sample build argument (buildArgs) file, to be used for updating the image,
5354

5455

@@ -57,7 +58,7 @@ Below is a sample build argument (buildArgs) file, to be used for updating the i
5758
--fromImage <existing_WCContent_image_without_dependent_packages>
5859
--tag <name_of_updated_WCContent_image_to_be_built>
5960
--additionalBuildCommands ./additionalBuildCmds.txt
60-
61+
--chown oracle:root
6162
```
6263

6364
#### Update Oracle WebCenter Content Container Image

docs-source/content/wccontent-domains/installguide/prepare-your-environment/_index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,22 +100,22 @@ Oracle WebCenter Content domain deployment on Kubernetes leverages the WebLogic
100100

101101
The Oracle WebCenter Content image with latest bundle patch and required interim patches can be obtained from My Oracle Support (MOS). This is the only image supported for production deployments. Follow the below steps to download the Oracle WebCenter Content image from My Oracle Support.
102102

103-
1. Download patch [33771196](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=33771196) from My Oracle Support (MOS).
103+
1. Download patch [34192566](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=34192566) from My Oracle Support (MOS).
104104
1. Unzip the downloaded patch zip file.
105105

106106
For example:
107107
```bash
108-
$ unzip p32822360_122140_Linux-x86-64.zip
108+
$ unzip p34192566_122140_Linux-x86-64.zip
109109
# sample output
110-
Archive: p32822360_122140_Linux-x86-64.zip
111-
inflating: wccontent-12.2.1.4.0-8-ol7-210507.0906.tar
110+
Archive: p34192566_122140_Linux-x86-64.zip
111+
inflating: wccontent-12.2.1.4-jdk8-ol7-220519.2037.tar
112112
inflating: README.html
113113
```
114114
1. Load the image archive using the `docker load` command.
115115

116116
For example:
117117
```bash
118-
$ docker load < wccontent-12.2.1.4.0-8-ol7-210507.0906.tar
118+
$ docker load < wccontent-12.2.1.4-jdk8-ol7-220519.2037.tar
119119
```
120120

121121
{{%expand "Click here to see sample output" %}}
@@ -128,16 +128,16 @@ The Oracle WebCenter Content image with latest bundle patch and required interim
128128
cd87862f5c14: Loading layer [==================================================>] 4.608kB/4.608kB
129129
12661fb5186c: Loading layer [==================================================>] 137.2kB/137.2kB
130130
f84db83c8dfa: Loading layer [==================================================>] 69.12kB/69.12kB
131-
Loaded image: oracle/wccontent:12.2.1.4.0-8-ol7-210507.0906
131+
Loaded image: oracle/wccontent:12.2.1.4-jdk8-ol7-220519.2037
132132
```
133133
{{% /expand %}}
134134
135-
1. Run the `docker inspect` command to verify that the downloaded image is the latest released image. The value of label `com.oracle.weblogic.imagetool.buildid` must match to `29ff0886-a299-4860-9b13-fd6bb80ec354`.
135+
1. Run the `docker inspect` command to verify that the downloaded image is the latest released image. The value of label `com.oracle.weblogic.imagetool.buildid` must match to `f83a7f6c-b564-4367-93e3-f809371dfa79`.
136136
137137
For example:
138138
```bash
139-
$ docker inspect --format='{{ index .Config.Labels "com.oracle.weblogic.imagetool.buildid" }}' oracle/wccontent:12.2.1.4.0-8-ol7-210507.0906
140-
29ff0886-a299-4860-9b13-fd6bb80ec354
139+
$ docker inspect --format='{{ index .Config.Labels "com.oracle.weblogic.imagetool.buildid" }}' oracle/wccontent:12.2.1.4-jdk8-ol7-220519.2037
140+
f83a7f6c-b564-4367-93e3-f809371dfa79
141141
```
142142

143143
Alternatively, if you want to build and use Oracle WebCenter Content Container image, using WebLogic Image Tool, with any additional bundle patch or interim patches, then follow these [steps]({{< relref "/wccontent-domains/create-or-update-image/#create-or-update-an-oracle-webcenter-content-docker-image-using-the-weblogic-image-tool" >}}) to create the image.

docs-source/content/wccontent-domains/installguide/prerequisites/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ This section provides information about the system requirements and limitations
1010

1111
### System requirements for Oracle WebCenter Content domains
1212

13-
For the current production release 22.1.3:
13+
For the current production release 22.2.3:
1414

1515
* Oracle Linux 7 (UL6+) and Red Hat Enterprise Linux 7 (UL3+ only with standalone Kubernetes) are supported.
1616
* Supported Kubernetes versions are: 1.16.15+, 1.17.13+ and 1.18.10+ (check with `kubectl version`).
1717
* Docker 18.09.1ce, 19.03.1 (check with `docker version`) or CRI-O 1.14.7 (check with `crictl version | grep RuntimeVersion`).
1818
* Flannel networking v0.12.0-amd64 or later (check with `docker images | grep flannel`).
1919
* Helm 3.4.1 (check with `helm version --client --short`).
2020
* Oracle WebLogic Kubernetes Operator 3.3.0 (see [WebLogic Kubernetes Operator releases](https://github.com/oracle/weblogic-kubernetes-operator/releases) page).
21-
* Oracle WebCenter Content 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch [33771196](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=33771196)). This image contains the latest bundle patch and one-off patches for Oracle WebCenter Content.
21+
* Oracle WebCenter Content 12.2.1.4 Docker image downloaded from My Oracle Support (MOS patch [34192566](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=34192566)). This image contains the latest bundle patch and one-off patches for Oracle WebCenter Content.
2222
* You must have the `cluster-admin` role to install WebLogic Kubernetes Operator. The WebLogic Kubernetes Operator does not need the `cluster-admin` role at runtime.
2323
* We do not currently support running Oracle WebCenter Content in non-Linux containers.
2424
* Additionally, see the Oracle WebCenter Content [documentation](https://docs.oracle.com/en/middleware/fusion-middleware/12.2.1.4/inecm/preparing-install-and-configure-product.html#GUID-16F78BFD-4095-45EE-9C3B-DB49AD5CBAAD) for other requirements such as database version.

docs-source/content/wccontent-domains/oracle-cloud/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ pre = "<b>7. </b>"
77

88

99
This is a guide to run WebLogic Kubernetes Operator managed WebCenter Content domain on Oracle Cloud Infrastructure.
10-
This section of the documentation is certified for WebLogic Kubernetes Operator version 3.3.0 and Oracle WebCenter Content 12.2.1.4 Jan'22 PSU (container image for this release can be downloaded from My Oracle Support MOS patch [33771196](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=33771196)).
10+
This section of the documentation is certified for WebLogic Kubernetes Operator version 3.3.0 and Oracle WebCenter Content 12.2.1.4 May'22 PSU (container image for this release can be downloaded from My Oracle Support MOS patch [34192566](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=34192566)).
1111

1212
{{% children style="h4" description="true" %}}

docs-source/content/wccontent-domains/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Review the latest changes for Oracle WebCenter Content on Kubernetes.
1212

1313
| Date | Version | Change |
1414
| --- | --- | --- |
15+
| June 28, 2022 | 22.2.3 | Supports Oracle WebCenter Content 12.2.1.4 domains deployment using May 2022 PSU and known bug fixes - certified for Oracle WebLogic Kubernetes Operator version 3.3.0. Oracle WebCenter Content 12.2.1.4 container image for this release can be downloaded from My Oracle Support (MOS patch [34192566](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=34192566)).
1516
| March 11, 2022 | 22.1.3 | Supports Oracle WebCenter Content 12.2.1.4 domains deployment using January 2022 PSU and known bug fixes - certified for Oracle WebLogic Kubernetes Operator version 3.3.0. Oracle WebCenter Content 12.2.1.4 container image for this release can be downloaded from My Oracle Support (MOS patch [33771196](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=33771196)).
1617
| December 7, 2021 | 21.4.3 | Supports Oracle WebCenter Content 12.2.1.4 domains deployment using April 2021 PSU and known bug fixes - certified for Oracle WebLogic Kubernetes Operator version 3.2.5. Oracle WebCenter Content 12.2.1.4 container image for this release can be downloaded from My Oracle Support (MOS patch [32822360](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32822360)).
1718
| June 16, 2021 | 21.2.3 | Supports Oracle WebCenter Content 12.2.1.4 domains deployment using April 2021 PSU and known bug fixes. Oracle WebCenter Content 12.2.1.4 container image for this release can be downloaded from My Oracle Support (MOS patch [32822360](https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?patchId=32822360)).

docs-source/content/wcportal-domains/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The operator has several key features to assist you with deploying and managing
2323
* Monitor the Oracle WebCenter Portal instance using Prometheus and Grafana.
2424
#### Current release
2525

26-
The current release for the Oracle WebCenter Portal domain deployment on Kubernetes is [22.2.3](https://github.com/oracle/fmw-kubernetes/releases). This release uses the WebLogic Kubernetes Operator version [3.3.0](https://github.com/oracle/weblogic-kubernetes-operator/releases).
26+
The current release for the Oracle WebCenter Portal domain deployment on Kubernetes is [22.2.3](https://github.com/oracle/fmw-kubernetes/releases/tag/v22.2.3). This release uses the WebLogic Kubernetes Operator version [3.3.0](https://github.com/oracle/weblogic-kubernetes-operator/releases/tag/v3.3.0).
2727

2828
>Note that this release is only for evaluation purposes and hence applicable to Development and Test deployments only.
2929

docs/22.2.3/404.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<title>404 Page not found</title>
1010

1111

12-
<link href="/fmw-kubernetes/22.2.3/css/nucleus.css?1654867651" rel="stylesheet">
13-
<link href="/fmw-kubernetes/22.2.3/css/fontawesome-all.min.css?1654867651" rel="stylesheet">
14-
<link href="/fmw-kubernetes/22.2.3/css/hybrid.css?1654867651" rel="stylesheet">
15-
<link href="/fmw-kubernetes/22.2.3/css/featherlight.min.css?1654867651" rel="stylesheet">
16-
<link href="/fmw-kubernetes/22.2.3/css/perfect-scrollbar.min.css?1654867651" rel="stylesheet">
17-
<link href="/fmw-kubernetes/22.2.3/css/theme.css?1654867651" rel="stylesheet">
18-
<link href="/fmw-kubernetes/22.2.3/css/hugo-theme.css?1654867651" rel="stylesheet">
12+
<link href="/fmw-kubernetes/22.2.3/css/nucleus.css?1656409533" rel="stylesheet">
13+
<link href="/fmw-kubernetes/22.2.3/css/fontawesome-all.min.css?1656409533" rel="stylesheet">
14+
<link href="/fmw-kubernetes/22.2.3/css/hybrid.css?1656409533" rel="stylesheet">
15+
<link href="/fmw-kubernetes/22.2.3/css/featherlight.min.css?1656409533" rel="stylesheet">
16+
<link href="/fmw-kubernetes/22.2.3/css/perfect-scrollbar.min.css?1656409533" rel="stylesheet">
17+
<link href="/fmw-kubernetes/22.2.3/css/theme.css?1656409533" rel="stylesheet">
18+
<link href="/fmw-kubernetes/22.2.3/css/hugo-theme.css?1656409533" rel="stylesheet">
1919

2020
<style>
2121
:root #header + #content > #left > #rlblock_left {

0 commit comments

Comments
 (0)