# Oracle WebCenter Sites on Container
This Repository Oracle WebCenter Sites image. You will find Oracle WebCenter Sites 14.1.2.0 image. The container images for Oracle WebCenter Sites, facilitate the creation of a Oracle WebCenter Sites domain running in Containers or Kubernetes. This makes it simple to deploy applications and any resources the application might need.
## Oracle WebCenter Sites 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 Sites, JDK 21 or 17 and are based on Oracle Linux 9 or 8.
| Product Home | JDK and Oracle Linux version | Tag |
| :-----------------------------: | :--------------------------: | :-------------: |
| Oracle WebCenter Sites 14.1.2.0 | JDK 21.0.4 + 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](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/webcentersites:14.1.2.0-<date-stamp>
```
For example:
```
$ docker pull container-registry.oracle.com/middleware/webcentersites:14.1.2.0-jdk21-ol9-241205
```
## Create Oracle WebCenter Sites Domains
Refer the [documentation](https://docs.oracle.com/en/middleware/webcenter/sites/14.1.2/sites-kubernetes/index.html) link for detailed information about deploying Oracle WebCenter Sites domains on Kubernetes.
Copyright© 2024, Oracle and/or its affiliates. All rights reserved.