### Oracle WebCenter Content on Container
This Repository contains Oracle WebCenter Content container images, based on Oracle WebCenter Content 14.1.2.0.0 & Oracle WebLogic Infrastructure 14.1.2.0.0 public release.
The container images for Oracle WebCenter Content, facilitate the creation of an Oracle WebCenter Content domain running in Containers or Kubernetes.
This makes it simple to deploy applications and any resources the application might need.
> NOTE: To learn more about the Oracle WebCenter Content architecture and components, see [Understanding Oracle WebCenter Content](https://docs.oracle.com/en/middleware/webcenter/content/14.1.2/index.html).
### Oracle WebCenter Content 14.1.2.0 Container Images
The image is created using the WebLogic Image Tool and have a pre-installed Oracle Home with the Oracle Fusion Middleware Infrastructure, Oracle WebCenter Content.
| Product Home | JDK and Oracle Linux version | Tag |
| --- | --- | --- |
| Oracle WebCenter Content 14.1.2.0 | JDK 17 + Oracle Linux 8 | 14.1.2.0-jdk17-ol8-241205
| Oracle WebCenter Content 14.1.2.0 | JDK 21 + Oracle Linux 8 | 14.1.2.0-jdk21-ol8-241205
| Oracle WebCenter Content 14.1.2.0 | JDK 17 + Oracle Linux 9 | 14.1.2.0-jdk17-ol9-241205
| Oracle WebCenter Content 14.1.2.0 | JDK 21 + Oracle Linux 9 | 14.1.2.0-jdk21-ol9-241205
### Pull the images
Before you begin, ensure to do the following steps:
1. For first time users, to pull an image from the Oracle Container Registry, navigate to https://container-registry.oracle.com and log in using the Oracle Single Sign-On (SSO) authentication service. If you do not already have an SSO account, you can create an Oracle Account [here](https://profile.oracle.com/myprofile/account/create-account.jspx).
Use the web interface to accept the Oracle Standard Terms and Restrictions for the Oracle software images that you intend to deploy. Your acceptance of these terms are stored in a database that links the software images to your Oracle Single Sign-On login credentials.
2. Log in to the Oracle Container Registry (container-registry.oracle.com) from your Docker client:
```
$ docker login container-registry.oracle.com
```
3. Pull the image:
```
$ docker pull container-registry.oracle.com/middleware/webcenter-content:14.1.2.0-<image-identifier-datestamp>
```
For example:
```
$ docker pull container-registry.oracle.com/middleware/webcenter-content:14.1.2.0-jdk21-ol9-241205
```
### Create Oracle WebCenter Content Domains
Refer to this [documentation](https://docs.oracle.com/en/middleware/webcenter/content/14.1.2/content-kubernetes/index.html) link for detailed information about deploying Oracle WebCenter Content domains on Kubernetes.
Copyright© 2024, Oracle and/or its affiliates. All rights reserved.