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

/bin/sh: /u01/app/oraInventory/orainstRoot.sh: No such file or directory in creating RAC docker #2821

Closed Lrxc closed 1 week ago

Lrxc commented 1 week ago

image

work dir: docker-images/OracleDatabase/RAC/OracleRealApplicationClusters/dockerfiles build command: ./buildContainerImage.sh -v 19.3.0 -o '--build-arg BASE_OL_IMAGE=oraclelinux:7 --build-arg SLIMMING=false'

I didn't modify any files after downloading from git, What should I do? thanks

saurabhuja commented 1 week ago

disable buildkit in your docker first (DOCKER_BUILDKIT=0), you are using docker latest version where it is not tested to work. Refer README.md documentation for docker version been tested successfully with.

Lrxc commented 1 week ago

disable buildkit in your docker first (DOCKER_BUILDKIT=0), you are using docker latest version where it is not tested to work. Refer README.md documentation for docker version been tested successfully with.

it worked! very thanks