oracle / docker-images

Official source of container configurations, images, and examples for Oracle products and projects
https://developer.oracle.com/use-cases/#containers
Universal Permissive License v1.0
6.45k stars 5.4k forks source link

Creation of OracleDatabase 21c errors with out of memory #2746

Closed reinaldorauch closed 5 months ago

reinaldorauch commented 5 months ago

Command (in OracleDatabase/dockerfiles folder)

sh buildContainerImage.sh -v 21.3.0 -t oracle21 -x

Running inside wsl2 with arch linux, docker version 24.0.7, build afdd53b4e3

Log output: build.log

saurabhuja commented 5 months ago

Well, 21.3.0 RAC and Database image in this repo is documented and tested to be built with Oracle Linux 7.x and docker engine from yum repo -> https://yum.oracle.com/repo/OracleLinux/OL7/addons/x86_64/index.html. At the moment its not tested with Arch linux and Docker 24.x . You are welcomed to do research but if you want working image, then go with documentation. Anything else do you want to add @psaini79 ?

reinaldorauch commented 5 months ago

Ok then, thanks for the reply