docker-images
docker-images copied to clipboard
Official source of container configurations, images, and examples for Oracle products and projects
When running `container-registry.oracle.com/database/free:23.7.0.0-amd64` on Kubernetes, with the following manifest: ```yaml apiVersion: apps/v1 kind: StatefulSet metadata: name: oracle spec: selector: matchLabels: app: "oracle" # has to match .spec.template.metadata.labels serviceName: "oracle" replicas:...
Sharding extension is currently broken due to dir/file name change in sharding repo.
I'm trying to patch 21.5 on 21.3 base image. I have placed patching files as shown below: root@user-test-1:/home/user3/docker-images/OracleDatabase/SingleInstance/extensions/patching/patches/release_update# ls -lrth total 681M -rwxrwxrwx 1 root root 681M Feb 12 06:49...
Is it possible to release 23ai Free Lite version with MAX_STRING_SIZE=EXTENDED? `container-registry.oracle.com/database/free:latest-lite` image doesn't seem containing perl and perl scripts to run a conversion from STANDARD to EXTENDED.
Hello Team, We are using below docker file for oracle linux 8 and OEL8(CV_ASSUME_DISTID=OEL98): https://github.com/oracle/docker-images/tree/main/OracleDatabase/SingleInstance/dockerfiles/19.3.0 and want to build above docker file with oracle linux9/OEL9 and correspondingly we set base...
with this docker-compose file the dumps in the dpdump-folder will be deleted on first startup. ``` services: oracle: image: container-registry.oracle.com/database/express:21.3.0-xe ports: - "1521:1521" - "5500:5500" environment: - ORACLE_PWD=oracle volumes: -...
Resolves #2935 @Djelibeybi Could you do the testing for me and update where needed?
Currently, the OCI-CLI Docker images are only tagged with latest or the build timestamp (e.g., [20250226](https://github.com/oracle/docker-images/pkgs/container/oci-cli/362868090?tag=20250226)). This makes it difficult to reference a specific CLI version reliably. I would like...
The installation of the image "container-registry.oracle.com/database/free:23.6.0.0" is not possible. The issue seems to occur exclusively during the setup process. After an upgrade from the AMD Ryzen V1500B to the ZHAOXIN...