6.2 Obtaining the OUDSM Container image
The Oracle Unified Directory Services Manager (OUDSM) Kubernetes deployment requires access to an OUDSM container image.
Prebuilt OUDSM Container Image
The latest prebuilt OUDSM 14.1.2.1.0 container image can be downloaded from Oracle
Container Registry. This image is prebuilt by Oracle and includes Oracle
Unified Directory 14.1.2.1.0, the latest Patch Set Update (PSU) and other fixes released
with the Critical Patch Update (CPU) program.
- The OUDSM container images available can be found on Oracle Container Registry, by navigating to Middleware > oudsm for the initial March 2025 release, and Middleware > oudsm_cpu for subsequent releases that contain the latest PSU and CPU fixes.
- Before using the image you must login and accept the license agreement.
- Throughout this documentation, the image repository and tag used is:
container-registry.oracle.com/middleware/oudsm_cpu:14.1.2.1.0-jdk17-ol8-<YYMMDD>
where<YYMMDD>
is the date shown in the image tag. For the initial March 2025 release, replace withcontainer-registry.oracle.com/middleware/oudsm:14.1.2.1.0-jdk17-ol8-<YYMMDD>
.
You can use this image in the following ways:
- Pull the container image from the Oracle Container Registry automatically during the OUDSM Kubernetes deployment.
- Manually pull the container image from the Oracle Container Registry and then upload it to your own container registry.
- Manually pull the container image from the Oracle Container Registry and manually stage it on each worker node.